Interpolation Enumeration to use for specifying the type of interpolation used. More...
#include <GlobalEnums.hxx>
Public Types | |
enum | tEnum { eStep, eRound, eLinear, eSpline, ePolynomial2, ePolynomial3, ePolynomial4, ePolynomial5, ePolynomialn } |
Public Member Functions | |
EInterpolation () | |
EInterpolation (tValue v) | |
EInterpolation (std::string s) | |
virtual Component * | Species () const |
Returns a new object of the same class than the receiver object. | |
Static Public Member Functions | |
static tEnumValue * | ValueTable () |
Interpolation Enumeration to use for specifying the type of interpolation used.
Definition at line 33 of file GlobalEnums.hxx.
eStep | |
eRound | |
eLinear | |
eSpline | |
ePolynomial2 | |
ePolynomial3 | |
ePolynomial4 | |
ePolynomial5 | |
ePolynomialn |
Definition at line 42 of file GlobalEnums.hxx.
CLAM::EInterpolation::EInterpolation | ( | ) | [inline] |
Definition at line 37 of file GlobalEnums.hxx.
CLAM::EInterpolation::EInterpolation | ( | tValue | v | ) | [inline] |
Definition at line 38 of file GlobalEnums.hxx.
CLAM::EInterpolation::EInterpolation | ( | std::string | s | ) | [inline] |
Definition at line 39 of file GlobalEnums.hxx.
virtual Component* CLAM::EInterpolation::Species | ( | ) | const [inline, virtual] |
Returns a new object of the same class than the receiver object.
To be reimplemented by subclasses.
Implements CLAM::Enum.
Definition at line 40 of file GlobalEnums.hxx.
static tEnumValue* CLAM::EInterpolation::ValueTable | ( | ) | [inline, static] |
Definition at line 54 of file GlobalEnums.hxx.
References eLinear, ePolynomial2, ePolynomial3, ePolynomial4, ePolynomial5, ePolynomialn, eRound, eSpline, eStep, and NULL.