#include <WindowGeneratorConfig.hxx>
Public Member Functions | |
WindowGeneratorConfig () | |
WindowGeneratorConfig (const WindowGeneratorConfig &prototype, const bool shareData=false, const bool deep=true) | |
__COMMON_DYNAMIC_TYPE (WindowGeneratorConfig, 6) | |
__COMMON_DYN_ATTRIBUTE (0, public, EWindowType, Type) protected | |
bool | LoadType (CLAM::Storage &s) |
__COMMON_DYN_ATTRIBUTE (1, public, TSize, Size) protected | |
bool | LoadSize (CLAM::Storage &s) |
__COMMON_DYN_ATTRIBUTE (2, public, TSize, MaxSize) protected | |
bool | LoadMaxSize (CLAM::Storage &s) |
__COMMON_DYN_ATTRIBUTE (3, public, bool, UseTable) protected | |
bool | LoadUseTable (CLAM::Storage &s) |
__COMMON_DYN_ATTRIBUTE (4, public, EWindowNormalize, Normalize) protected | |
bool | LoadNormalize (CLAM::Storage &s) |
__COMMON_DYN_ATTRIBUTE (5, public, bool, Invert) protected | |
bool | LoadInvert (CLAM::Storage &s) |
void | DefaultValues () |
~WindowGeneratorConfig () | |
Protected Member Functions | |
void | DefaultInit () |
The concrete dynamic type constructor calls DefaultInit(). |
Definition at line 65 of file WindowGeneratorConfig.hxx.
CLAM::WindowGeneratorConfig::WindowGeneratorConfig | ( | ) | [inline] |
Definition at line 68 of file WindowGeneratorConfig.hxx.
CLAM::WindowGeneratorConfig::WindowGeneratorConfig | ( | const WindowGeneratorConfig & | prototype, | |
const bool | shareData = false , |
|||
const bool | deep = true | |||
) | [inline] |
Definition at line 68 of file WindowGeneratorConfig.hxx.
CLAM::WindowGeneratorConfig::~WindowGeneratorConfig | ( | ) |
Definition at line 26 of file WindowGeneratorConfig.cxx.
CLAM::WindowGeneratorConfig::__COMMON_DYN_ATTRIBUTE | ( | 5 | , | |
public | , | |||
bool | , | |||
Invert | ||||
) | [inline] |
Definition at line 74 of file WindowGeneratorConfig.hxx.
CLAM::WindowGeneratorConfig::__COMMON_DYN_ATTRIBUTE | ( | 4 | , | |
public | , | |||
EWindowNormalize | , | |||
Normalize | ||||
) | [inline] |
Definition at line 73 of file WindowGeneratorConfig.hxx.
CLAM::WindowGeneratorConfig::__COMMON_DYN_ATTRIBUTE | ( | 3 | , | |
public | , | |||
bool | , | |||
UseTable | ||||
) | [inline] |
Definition at line 72 of file WindowGeneratorConfig.hxx.
CLAM::WindowGeneratorConfig::__COMMON_DYN_ATTRIBUTE | ( | 2 | , | |
public | , | |||
TSize | , | |||
MaxSize | ||||
) | [inline] |
Definition at line 71 of file WindowGeneratorConfig.hxx.
CLAM::WindowGeneratorConfig::__COMMON_DYN_ATTRIBUTE | ( | 1 | , | |
public | , | |||
TSize | , | |||
Size | ||||
) | [inline] |
Definition at line 70 of file WindowGeneratorConfig.hxx.
CLAM::WindowGeneratorConfig::__COMMON_DYN_ATTRIBUTE | ( | 0 | , | |
public | , | |||
EWindowType | , | |||
Type | ||||
) | [inline] |
Definition at line 69 of file WindowGeneratorConfig.hxx.
CLAM::WindowGeneratorConfig::__COMMON_DYNAMIC_TYPE | ( | WindowGeneratorConfig | , | |
6 | ||||
) |
void CLAM::WindowGeneratorConfig::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 30 of file WindowGeneratorConfig.cxx.
References DefaultValues(), and CLAM::DynamicType::UpdateData().
void CLAM::WindowGeneratorConfig::DefaultValues | ( | ) |
Definition at line 44 of file WindowGeneratorConfig.cxx.
References CLAM::EWindowNormalize::eAnalysis, and CLAM::EWindowType::eHamming.
Referenced by DefaultInit().
bool CLAM::WindowGeneratorConfig::LoadInvert | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 74 of file WindowGeneratorConfig.hxx.
bool CLAM::WindowGeneratorConfig::LoadMaxSize | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 71 of file WindowGeneratorConfig.hxx.
bool CLAM::WindowGeneratorConfig::LoadNormalize | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 73 of file WindowGeneratorConfig.hxx.
bool CLAM::WindowGeneratorConfig::LoadSize | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 70 of file WindowGeneratorConfig.hxx.
bool CLAM::WindowGeneratorConfig::LoadType | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 69 of file WindowGeneratorConfig.hxx.
bool CLAM::WindowGeneratorConfig::LoadUseTable | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 72 of file WindowGeneratorConfig.hxx.