CLAM-Development  1.4.0
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes
CLAM::EFDFilterGenControls Class Reference

#include <FDFilterGen.hxx>

List of all members.

Public Types

enum  {
  gain = 0, highcutoff, lowcutoff, passbandslope,
  stopbandslope
}
- Public Types inherited from CLAM::Enum
typedef int tValue

Public Member Functions

 EFDFilterGenControls ()
 EFDFilterGenControls (tValue v)
 EFDFilterGenControls (std::string s)
 ~EFDFilterGenControls ()
ComponentSpecies () const
 Returns a new object of the same class than the receiver object.
- Public Member Functions inherited from CLAM::Enum
const tEnumValueGetSymbolMap () 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.
Enumoperator= (const tValue &v) throw (IllegalValue)
Enumoperator= (const std::string &v) throw (IllegalValue)
Enumoperator= (const Enum &v) throw (IllegalValue)
 operator tValue () const
 Conversion operiation as a number.
virtual ComponentDeepCopy () const
 TODO: Copy documentation for this method from Component.
virtual ComponentShallowCopy () 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.
- Public Member Functions inherited from CLAM::Component
virtual ~Component ()

Static Public Member Functions

static tEnumValueValueTable ()

Public Attributes

enum
CLAM::EFDFilterGenControls:: { ... }  
tEnum

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.

Detailed Description

Definition at line 36 of file FDFilterGen.hxx.


Member Enumeration Documentation

anonymous enum
Enumerator:
gain 
highcutoff 
lowcutoff 
passbandslope 
stopbandslope 

Definition at line 50 of file FDFilterGen.hxx.


Constructor & Destructor Documentation

CLAM::EFDFilterGenControls::EFDFilterGenControls ( )
inline

Definition at line 40 of file FDFilterGen.hxx.

Referenced by Species().

CLAM::EFDFilterGenControls::EFDFilterGenControls ( tValue  v)
inline

Definition at line 41 of file FDFilterGen.hxx.

CLAM::EFDFilterGenControls::EFDFilterGenControls ( std::string  s)
inline

Definition at line 42 of file FDFilterGen.hxx.

CLAM::EFDFilterGenControls::~EFDFilterGenControls ( )
inline

Definition at line 43 of file FDFilterGen.hxx.


Member Function Documentation

Component* CLAM::EFDFilterGenControls::Species ( ) const
inlinevirtual

Returns a new object of the same class than the receiver object.

To be reimplemented by subclasses.

Returns:
a new allocated component. The pointer belongs to the caller.

Implements CLAM::Enum.

Definition at line 45 of file FDFilterGen.hxx.

References EFDFilterGenControls().

static tEnumValue* CLAM::EFDFilterGenControls::ValueTable ( )
inlinestatic

Definition at line 59 of file FDFilterGen.hxx.

References gain, highcutoff, lowcutoff, NULL, passbandslope, and stopbandslope.


Member Data Documentation

enum { ... } CLAM::EFDFilterGenControls::tEnum

The documentation for this class was generated from the following file: