#include <FDFilterGen.hxx>
Public Types | |
enum | { eLowPass, eHighPass, eBandPass, eStopBand } |
Public Member Functions | |
EFDFilterType () | |
EFDFilterType (tValue v) | |
EFDFilterType (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 76 of file FDFilterGen.hxx.
anonymous enum |
CLAM::EFDFilterType::EFDFilterType | ( | ) | [inline] |
CLAM::EFDFilterType::EFDFilterType | ( | tValue | v | ) | [inline] |
Definition at line 81 of file FDFilterGen.hxx.
CLAM::EFDFilterType::EFDFilterType | ( | std::string | s | ) | [inline] |
Definition at line 82 of file FDFilterGen.hxx.
virtual Component* CLAM::EFDFilterType::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 91 of file FDFilterGen.hxx.
References EFDFilterType(), and eLowPass.
static tEnumValue* CLAM::EFDFilterType::ValueTable | ( | ) | [inline, static] |