Config class for the PhaseManagement Processing. More...
#include <PhaseManagementConfig.hxx>
Public Member Functions | |
PhaseManagementConfig () | |
PhaseManagementConfig (const PhaseManagementConfig &prototype, const bool shareData=false, const bool deep=true) | |
__COMMON_DYNAMIC_TYPE (PhaseManagementConfig, 3) | |
__COMMON_DYN_ATTRIBUTE (0, public, TSize, MaxSines) protected | |
bool | LoadMaxSines (CLAM::Storage &s) |
__COMMON_DYN_ATTRIBUTE (1, public, TData, SamplingRate) protected | |
bool | LoadSamplingRate (CLAM::Storage &s) |
__COMMON_DYN_ATTRIBUTE (2, public, EPhaseGeneration, Type) protected | |
bool | LoadType (CLAM::Storage &s) |
void | DefaultInit () |
The concrete dynamic type constructor calls DefaultInit(). | |
void | DefaultValues () |
Config class for the PhaseManagement Processing.
Definition at line 34 of file PhaseManagementConfig.hxx.
CLAM::PhaseManagementConfig::PhaseManagementConfig | ( | ) | [inline] |
Definition at line 36 of file PhaseManagementConfig.hxx.
CLAM::PhaseManagementConfig::PhaseManagementConfig | ( | const PhaseManagementConfig & | prototype, | |
const bool | shareData = false , |
|||
const bool | deep = true | |||
) | [inline] |
Definition at line 36 of file PhaseManagementConfig.hxx.
CLAM::PhaseManagementConfig::__COMMON_DYN_ATTRIBUTE | ( | 2 | , | |
public | , | |||
EPhaseGeneration | , | |||
Type | ||||
) | [inline] |
Definition at line 39 of file PhaseManagementConfig.hxx.
CLAM::PhaseManagementConfig::__COMMON_DYN_ATTRIBUTE | ( | 1 | , | |
public | , | |||
TData | , | |||
SamplingRate | ||||
) | [inline] |
Definition at line 38 of file PhaseManagementConfig.hxx.
CLAM::PhaseManagementConfig::__COMMON_DYN_ATTRIBUTE | ( | 0 | , | |
public | , | |||
TSize | , | |||
MaxSines | ||||
) | [inline] |
Definition at line 37 of file PhaseManagementConfig.hxx.
CLAM::PhaseManagementConfig::__COMMON_DYNAMIC_TYPE | ( | PhaseManagementConfig | , | |
3 | ||||
) |
void CLAM::PhaseManagementConfig::DefaultInit | ( | void | ) |
The concrete dynamic type constructor calls DefaultInit().
This allows user to initialize his/her object. But we define DefaultInit() here because we don't want to force writting one DefaultInit() function for each concrete dynamic type. If a dynamic type concrete class defines some (not-default) constructors, this should also call the DefaultInit().
Reimplemented from CLAM::DynamicType.
Definition at line 26 of file PhaseManagementConfig.cxx.
References DefaultValues(), and CLAM::DynamicType::UpdateData().
void CLAM::PhaseManagementConfig::DefaultValues | ( | ) |
Definition at line 35 of file PhaseManagementConfig.cxx.
References CLAM::EPhaseGeneration::eContinuation.
Referenced by DefaultInit().
bool CLAM::PhaseManagementConfig::LoadMaxSines | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 37 of file PhaseManagementConfig.hxx.
bool CLAM::PhaseManagementConfig::LoadSamplingRate | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 38 of file PhaseManagementConfig.hxx.
bool CLAM::PhaseManagementConfig::LoadType | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 39 of file PhaseManagementConfig.hxx.