#include <WaveGenerator.hxx>
Public Types | |
enum | tEnum { eSine } |
Public Member Functions | |
EWaveType () | |
EWaveType (tValue v) | |
EWaveType (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 () |
Definition at line 32 of file WaveGenerator.hxx.
Definition at line 39 of file WaveGenerator.hxx.
CLAM::EWaveType::EWaveType | ( | ) | [inline] |
Definition at line 35 of file WaveGenerator.hxx.
Referenced by Species().
CLAM::EWaveType::EWaveType | ( | tValue | v | ) | [inline] |
Definition at line 36 of file WaveGenerator.hxx.
CLAM::EWaveType::EWaveType | ( | std::string | s | ) | [inline] |
Definition at line 37 of file WaveGenerator.hxx.
virtual Component* CLAM::EWaveType::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 51 of file WaveGenerator.hxx.
References eSine, and EWaveType().
static tEnumValue* CLAM::EWaveType::ValueTable | ( | ) | [inline, static] |
Definition at line 42 of file WaveGenerator.hxx.