#include <GlobalEnums.hxx>
Public Types | |
enum | { eNone, eKaiserBessel17, eKaiserBessel18, eKaiserBessel19, eKaiserBessel20, eKaiserBessel25, eKaiserBessel30, eKaiserBessel35, eBlackmanHarris74, eBlackmanHarris62, eBlackmanHarris70, eBlackmanHarris92, eHamming, eTriangular, eBlackmanHarris92TransMainLobe, eGaussian, eBlackmanHarrisLike, eSine, eSquare } |
Public Member Functions | |
EWindowType () | |
EWindowType (tValue v) | |
EWindowType (std::string s) | |
virtual | ~EWindowType () |
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 104 of file GlobalEnums.hxx.
anonymous enum |
Definition at line 114 of file GlobalEnums.hxx.
CLAM::EWindowType::EWindowType | ( | ) | [inline] |
Definition at line 108 of file GlobalEnums.hxx.
Referenced by Species().
CLAM::EWindowType::EWindowType | ( | tValue | v | ) | [inline] |
Definition at line 109 of file GlobalEnums.hxx.
CLAM::EWindowType::EWindowType | ( | std::string | s | ) | [inline] |
Definition at line 110 of file GlobalEnums.hxx.
CLAM::EWindowType::~EWindowType | ( | ) | [virtual] |
Definition at line 4 of file GlobalEnums.cxx.
virtual Component* CLAM::EWindowType::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 112 of file GlobalEnums.hxx.
References eHamming, and EWindowType().
static tEnumValue* CLAM::EWindowType::ValueTable | ( | ) | [inline, static] |
Definition at line 136 of file GlobalEnums.hxx.
References eBlackmanHarris62, eBlackmanHarris70, eBlackmanHarris74, eBlackmanHarris92, eBlackmanHarris92TransMainLobe, eBlackmanHarrisLike, eGaussian, eHamming, eKaiserBessel17, eKaiserBessel18, eKaiserBessel19, eKaiserBessel20, eKaiserBessel25, eKaiserBessel30, eKaiserBessel35, eNone, eSine, eSquare, eTriangular, and NULL.