|
CLAM-Development
1.1
|
Simple filter types, more to be added. More...
#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 () |
Simple filter types, more to be added.
Definition at line 76 of file FDFilterGen.hxx.
| anonymous enum |
Definition at line 84 of file FDFilterGen.hxx.
| CLAM::EFDFilterType::EFDFilterType | ( | ) | [inline] |
Definition at line 80 of file FDFilterGen.hxx.
Referenced by Species().
| 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] |
1.7.6.1