Configuration class for FFT classes. More...
#include <FFTConfig.hxx>
Public Member Functions | |
FFTConfig () | |
FFTConfig (const FFTConfig &prototype, const bool shareData=false, const bool deep=true) | |
__COMMON_DYNAMIC_TYPE (FFTConfig, 1) | |
__COMMON_DYN_ATTRIBUTE (0, public, int, AudioSize) protected | |
bool | LoadAudioSize (CLAM::Storage &s) |
Protected Member Functions | |
void | DefaultInit (void) |
Dynamic type initialization: All attributes are instantiated. |
Configuration class for FFT classes.
Definition at line 33 of file FFTConfig.hxx.
CLAM::FFTConfig::FFTConfig | ( | ) | [inline] |
Definition at line 35 of file FFTConfig.hxx.
CLAM::FFTConfig::FFTConfig | ( | const FFTConfig & | prototype, | |
const bool | shareData = false , |
|||
const bool | deep = true | |||
) | [inline] |
Definition at line 35 of file FFTConfig.hxx.
CLAM::FFTConfig::__COMMON_DYN_ATTRIBUTE | ( | 0 | , | |
public | , | |||
int | , | |||
AudioSize | ||||
) | [inline] |
Definition at line 36 of file FFTConfig.hxx.
CLAM::FFTConfig::__COMMON_DYNAMIC_TYPE | ( | FFTConfig | , | |
1 | ||||
) |
void CLAM::FFTConfig::DefaultInit | ( | void | ) | [protected] |
Dynamic type initialization: All attributes are instantiated.
Reimplemented from CLAM::DynamicType.
Definition at line 5 of file FFTConfig.cxx.
References CLAM::DynamicType::UpdateData().
bool CLAM::FFTConfig::LoadAudioSize | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 36 of file FFTConfig.hxx.