#include <SMSMorphConfig.hxx>
Public Member Functions | |
SMSMorphConfig () | |
SMSMorphConfig (const SMSMorphConfig &prototype, const bool shareData=false, const bool deep=true) | |
__COMMON_DYNAMIC_TYPE (SMSMorphConfig, 3) | |
__COMMON_DYN_ATTRIBUTE (0, public, bool, IsHarmonic1) protected | |
bool | LoadIsHarmonic1 (CLAM::Storage &s) |
__COMMON_DYN_ATTRIBUTE (1, public, bool, IsHarmonic2) protected | |
bool | LoadIsHarmonic2 (CLAM::Storage &s) |
__COMMON_DYN_ATTRIBUTE (2, public, bool, UseSpectralShape) protected | |
bool | LoadUseSpectralShape (CLAM::Storage &s) |
Protected Member Functions | |
void | DefaultInit () |
The concrete dynamic type constructor calls DefaultInit(). | |
void | DefaultValues () |
Definition at line 28 of file SMSMorphConfig.hxx.
CLAM::SMSMorphConfig::SMSMorphConfig | ( | ) | [inline] |
Definition at line 31 of file SMSMorphConfig.hxx.
CLAM::SMSMorphConfig::SMSMorphConfig | ( | const SMSMorphConfig & | prototype, | |
const bool | shareData = false , |
|||
const bool | deep = true | |||
) | [inline] |
Definition at line 31 of file SMSMorphConfig.hxx.
CLAM::SMSMorphConfig::__COMMON_DYN_ATTRIBUTE | ( | 2 | , | |
public | , | |||
bool | , | |||
UseSpectralShape | ||||
) | [inline] |
Definition at line 35 of file SMSMorphConfig.hxx.
CLAM::SMSMorphConfig::__COMMON_DYN_ATTRIBUTE | ( | 1 | , | |
public | , | |||
bool | , | |||
IsHarmonic2 | ||||
) | [inline] |
Definition at line 34 of file SMSMorphConfig.hxx.
CLAM::SMSMorphConfig::__COMMON_DYN_ATTRIBUTE | ( | 0 | , | |
public | , | |||
bool | , | |||
IsHarmonic1 | ||||
) | [inline] |
Definition at line 33 of file SMSMorphConfig.hxx.
CLAM::SMSMorphConfig::__COMMON_DYNAMIC_TYPE | ( | SMSMorphConfig | , | |
3 | ||||
) |
void CLAM::SMSMorphConfig::DefaultInit | ( | void | ) | [protected] |
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 SMSMorphConfig.cxx.
References DefaultValues(), and CLAM::DynamicType::UpdateData().
void CLAM::SMSMorphConfig::DefaultValues | ( | ) | [protected] |
Definition at line 33 of file SMSMorphConfig.cxx.
Referenced by DefaultInit().
bool CLAM::SMSMorphConfig::LoadIsHarmonic1 | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 33 of file SMSMorphConfig.hxx.
bool CLAM::SMSMorphConfig::LoadIsHarmonic2 | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 34 of file SMSMorphConfig.hxx.
bool CLAM::SMSMorphConfig::LoadUseSpectralShape | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 35 of file SMSMorphConfig.hxx.