#include <FDFilterGen.hxx>
Definition at line 37 of file FDFilterGen.hxx.
Public Types | |
enum | tEnum { gain = 0, highcutoff, lowcutoff, passbandslope, stopbandslope } |
Public Member Functions | |
EFDFilterGenControls () | |
EFDFilterGenControls (tValue v) | |
EFDFilterGenControls (std::string s) | |
~EFDFilterGenControls () | |
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 51 of file FDFilterGen.hxx.
CLAM::EFDFilterGenControls::EFDFilterGenControls | ( | ) | [inline] |
Definition at line 41 of file FDFilterGen.hxx.
CLAM::EFDFilterGenControls::EFDFilterGenControls | ( | tValue | v | ) | [inline] |
Definition at line 42 of file FDFilterGen.hxx.
CLAM::EFDFilterGenControls::EFDFilterGenControls | ( | std::string | s | ) | [inline] |
Definition at line 43 of file FDFilterGen.hxx.
CLAM::EFDFilterGenControls::~EFDFilterGenControls | ( | ) | [inline] |
Definition at line 44 of file FDFilterGen.hxx.
Component* CLAM::EFDFilterGenControls::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 46 of file FDFilterGen.hxx.
static tEnumValue* CLAM::EFDFilterGenControls::ValueTable | ( | ) | [inline, static] |
Definition at line 60 of file FDFilterGen.hxx.
References gain, highcutoff, lowcutoff, NULL, passbandslope, and stopbandslope.