Config class for the IFFT Processing. More...
#include <IFFTConfig.hxx>
Public Member Functions | |
IFFTConfig () | |
IFFTConfig (const IFFTConfig &prototype, const bool shareData=false, const bool deep=true) | |
__COMMON_DYNAMIC_TYPE (IFFTConfig, 1) | |
__COMMON_DYN_ATTRIBUTE (0, public, int, AudioSize) protected | |
bool | LoadAudioSize (CLAM::Storage &s) |
Protected Member Functions | |
void | DefaultInit (void) |
Dynamic type initialization. |
Config class for the IFFT Processing.
Definition at line 34 of file IFFTConfig.hxx.
CLAM::IFFTConfig::IFFTConfig | ( | ) | [inline] |
Definition at line 36 of file IFFTConfig.hxx.
CLAM::IFFTConfig::IFFTConfig | ( | const IFFTConfig & | prototype, | |
const bool | shareData = false , |
|||
const bool | deep = true | |||
) | [inline] |
Definition at line 36 of file IFFTConfig.hxx.
CLAM::IFFTConfig::__COMMON_DYN_ATTRIBUTE | ( | 0 | , | |
public | , | |||
int | , | |||
AudioSize | ||||
) | [inline] |
Definition at line 37 of file IFFTConfig.hxx.
CLAM::IFFTConfig::__COMMON_DYNAMIC_TYPE | ( | IFFTConfig | , | |
1 | ||||
) |
void CLAM::IFFTConfig::DefaultInit | ( | void | ) | [protected] |
Dynamic type initialization.
Reimplemented from CLAM::DynamicType.
Definition at line 5 of file IFFTConfig.cxx.
References CLAM::DynamicType::UpdateData().
bool CLAM::IFFTConfig::LoadAudioSize | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 37 of file IFFTConfig.hxx.