CLAM-Development
1.4.0
|
#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 } |
![]() | |
typedef int | tValue |
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. | |
![]() | |
const tEnumValue * | GetSymbolMap () const |
Returns the symbol map for the enum. | |
void | SetValue (const tValue v) |
Changes the value. | |
void | SetValueSafely (const tValue v) throw (IllegalValue) |
Changes the value safely. | |
void | SetValue (const std::string &s) |
Changes the value. | |
void | SetValueSafely (const std::string &s) throw (IllegalValue) |
tValue | GetValue () const |
Returns the numeric value. | |
std::string | GetString () const throw (IllegalValue) |
Returns the symbolic value. | |
Enum & | operator= (const tValue &v) throw (IllegalValue) |
Enum & | operator= (const std::string &v) throw (IllegalValue) |
Enum & | operator= (const Enum &v) throw (IllegalValue) |
operator tValue () const | |
Conversion operiation as a number. | |
virtual Component * | DeepCopy () const |
TODO: Copy documentation for this method from Component. | |
virtual Component * | ShallowCopy () const |
TODO: Copy documentation for this method from Component. | |
virtual void | StoreOn (Storage &storage) const |
Stores component's subitems on the given Storage. | |
virtual void | LoadFrom (Storage &storage) |
Loads component's subitems from the given Storage. | |
virtual | ~Enum () |
The required virtual destructor. | |
const char * | GetClassName () const |
Return the class name. | |
![]() | |
virtual | ~Component () |
Static Public Member Functions | |
static tEnumValue * | ValueTable () |
Additional Inherited Members | |
Enum (const tEnumValue *values, const tValue &value) | |
Construction with a numeric value. | |
Enum (const tEnumValue *values, const std::string &value) | |
Construction with a symbolic value. |
Definition at line 104 of file GlobalEnums.hxx.
anonymous enum |
Definition at line 114 of file GlobalEnums.hxx.
|
inline |
Definition at line 108 of file GlobalEnums.hxx.
Referenced by Species().
|
inline |
Definition at line 109 of file GlobalEnums.hxx.
|
inline |
Definition at line 110 of file GlobalEnums.hxx.
|
virtual |
Definition at line 4 of file GlobalEnums.cxx.
|
inlinevirtual |
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().
|
inlinestatic |
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.