#include <WindowGeneratorConfig.hxx>
Definition at line 65 of file WindowGeneratorConfig.hxx.
Public Member Functions | |
DYNAMIC_TYPE_USING_INTERFACE (WindowGeneratorConfig, 6, ProcessingConfig) | |
DYN_ATTRIBUTE (0, public, EWindowType, Type) | |
DYN_ATTRIBUTE (1, public, TSize, Size) | |
DYN_ATTRIBUTE (2, public, TSize, MaxSize) | |
DYN_ATTRIBUTE (3, public, bool, UseTable) | |
DYN_ATTRIBUTE (4, public, EWindowNormalize, Normalize) | |
DYN_ATTRIBUTE (5, public, bool, Invert) | |
void | DefaultValues () |
Protected Member Functions | |
void | DefaultInit () |
The concrete dynamic type constructor calls DefaultInit(). |
CLAM::WindowGeneratorConfig::DYNAMIC_TYPE_USING_INTERFACE | ( | WindowGeneratorConfig | , | |
6 | , | |||
ProcessingConfig | ||||
) |
CLAM::WindowGeneratorConfig::DYN_ATTRIBUTE | ( | 0 | , | |
public | , | |||
EWindowType | , | |||
Type | ||||
) |
CLAM::WindowGeneratorConfig::DYN_ATTRIBUTE | ( | 1 | , | |
public | , | |||
TSize | , | |||
Size | ||||
) |
CLAM::WindowGeneratorConfig::DYN_ATTRIBUTE | ( | 2 | , | |
public | , | |||
TSize | , | |||
MaxSize | ||||
) |
CLAM::WindowGeneratorConfig::DYN_ATTRIBUTE | ( | 3 | , | |
public | , | |||
bool | , | |||
UseTable | ||||
) |
CLAM::WindowGeneratorConfig::DYN_ATTRIBUTE | ( | 4 | , | |
public | , | |||
EWindowNormalize | , | |||
Normalize | ||||
) |
CLAM::WindowGeneratorConfig::DYN_ATTRIBUTE | ( | 5 | , | |
public | , | |||
bool | , | |||
Invert | ||||
) |
void CLAM::WindowGeneratorConfig::DefaultValues | ( | ) |
Definition at line 40 of file WindowGeneratorConfig.cxx.
References CLAM::EWindowNormalize::eAnalysis, and CLAM::EWindowType::eHamming.
Referenced by DefaultInit().
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 26 of file WindowGeneratorConfig.cxx.
References DefaultValues(), and CLAM::DynamicType::UpdateData().