CTL  0.6.1
Computed Tomography Library
Classes | Typedefs
datamodels1d.h File Reference
#include "abstractdatamodel.h"
#include <cfloat>
Include dependency graph for datamodels1d.h:

Go to the source code of this file.

Classes

class  CTL::SaturatedLinearModel
 The SaturatedLinearModel is a data model to map values according to a linear central segment that connects two constant regimes (saturation). More...
 
class  CTL::SaturatedSplineModel
 The SaturatedSplineModel is a data model to map values according to a dependency composed of a linear central segment and a fade in/out from/to a constant level by quadratic splines. More...
 
class  CTL::StepFunctionModel
 The StepFunctionModel class represents a step (Heaviside) function. More...
 
class  CTL::ConstantModel
 The ConstantModel class represents a model that always returns a fixed value. More...
 
class  CTL::RectFunctionModel
 The RectFunctionModel class represents a rectangular (rect) function. More...
 
class  CTL::IdentityModel
 The IdentityModel class represents the identity function. More...
 
class  CTL::GaussianModel1D
 The GaussianModel1D class represents a one-dimensional Gaussian curve. More...
 

Typedefs

typedef SaturatedLinearModel CTL::DetectorSaturationLinearModel
 
typedef SaturatedSplineModel CTL::DetectorSaturationSplineModel