#include <GlobalEnums.hxx>

Definition at line 104 of file 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 Component * | Species () const |
| Returns a new object of the same class than the receiver object. | |
Static Public Member Functions | |
| static tEnumValue * | ValueTable () |
| anonymous enum |
Definition at line 113 of file GlobalEnums.hxx.
| CLAM::EWindowType::EWindowType | ( | ) | [inline] |
| 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.
| 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 111 of file GlobalEnums.hxx.
References eHamming, and EWindowType().
| static tEnumValue* CLAM::EWindowType::ValueTable | ( | ) | [inline, static] |
Definition at line 135 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.
1.5.5