PhaseGeneration Enumeration to use for specifying the type of phase generation used. More...
#include <ELoopPointUnits.hxx>
Public Types | |
enum | tEnum { eMilliseconds, eFrames } |
Public Member Functions | |
ELoopPointUnits () | |
ELoopPointUnits (tValue v) | |
ELoopPointUnits (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 () |
PhaseGeneration Enumeration to use for specifying the type of phase generation used.
Definition at line 33 of file ELoopPointUnits.hxx.
Definition at line 40 of file ELoopPointUnits.hxx.
CLAM::ELoopPointUnits::ELoopPointUnits | ( | ) | [inline] |
Definition at line 36 of file ELoopPointUnits.hxx.
CLAM::ELoopPointUnits::ELoopPointUnits | ( | tValue | v | ) | [inline] |
Definition at line 37 of file ELoopPointUnits.hxx.
CLAM::ELoopPointUnits::ELoopPointUnits | ( | std::string | s | ) | [inline] |
Definition at line 38 of file ELoopPointUnits.hxx.
virtual Component* CLAM::ELoopPointUnits::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 45 of file ELoopPointUnits.hxx.
static tEnumValue* CLAM::ELoopPointUnits::ValueTable | ( | ) | [inline, static] |
Definition at line 49 of file ELoopPointUnits.hxx.
References eFrames, eMilliseconds, and NULL.