#include <SDIFOut.hxx>
Public Member Functions | |
SDIFOutConfig () | |
SDIFOutConfig (const SDIFOutConfig &prototype, const bool shareData=false, const bool deep=true) | |
__COMMON_DYNAMIC_TYPE (SDIFOutConfig, 9) | |
__COMMON_DYN_ATTRIBUTE (0, public, TData, SpectralRange) protected | |
bool | LoadSpectralRange (CLAM::Storage &s) |
__COMMON_DYN_ATTRIBUTE (1, public, TIndex, MaxNumPeaks) protected | |
bool | LoadMaxNumPeaks (CLAM::Storage &s) |
__COMMON_DYN_ATTRIBUTE (2, public, bool, EnableResidual) protected | |
bool | LoadEnableResidual (CLAM::Storage &s) |
__COMMON_DYN_ATTRIBUTE (3, public, bool, EnablePeakArray) protected | |
bool | LoadEnablePeakArray (CLAM::Storage &s) |
__COMMON_DYN_ATTRIBUTE (4, public, bool, EnableFundFreq) protected | |
bool | LoadEnableFundFreq (CLAM::Storage &s) |
__COMMON_DYN_ATTRIBUTE (5, public, Filename, FileName) protected | |
bool | LoadFileName (CLAM::Storage &s) |
__COMMON_DYN_ATTRIBUTE (6, public, TData, SamplingRate) protected | |
bool | LoadSamplingRate (CLAM::Storage &s) |
__COMMON_DYN_ATTRIBUTE (7, public, TData, FrameSize) protected | |
bool | LoadFrameSize (CLAM::Storage &s) |
__COMMON_DYN_ATTRIBUTE (8, public, TData, SpectrumSize) protected | |
bool | LoadSpectrumSize (CLAM::Storage &s) |
void | DefaultInit () |
The concrete dynamic type constructor calls DefaultInit(). |
Definition at line 40 of file SDIFOut.hxx.
CLAM::SDIFOutConfig::SDIFOutConfig | ( | ) | [inline] |
Definition at line 44 of file SDIFOut.hxx.
CLAM::SDIFOutConfig::SDIFOutConfig | ( | const SDIFOutConfig & | prototype, | |
const bool | shareData = false , |
|||
const bool | deep = true | |||
) | [inline] |
Definition at line 44 of file SDIFOut.hxx.
CLAM::SDIFOutConfig::__COMMON_DYN_ATTRIBUTE | ( | 8 | , | |
public | , | |||
TData | , | |||
SpectrumSize | ||||
) | [inline] |
Definition at line 53 of file SDIFOut.hxx.
CLAM::SDIFOutConfig::__COMMON_DYN_ATTRIBUTE | ( | 7 | , | |
public | , | |||
TData | , | |||
FrameSize | ||||
) | [inline] |
Definition at line 52 of file SDIFOut.hxx.
CLAM::SDIFOutConfig::__COMMON_DYN_ATTRIBUTE | ( | 6 | , | |
public | , | |||
TData | , | |||
SamplingRate | ||||
) | [inline] |
Definition at line 51 of file SDIFOut.hxx.
CLAM::SDIFOutConfig::__COMMON_DYN_ATTRIBUTE | ( | 5 | , | |
public | , | |||
Filename | , | |||
FileName | ||||
) | [inline] |
Definition at line 50 of file SDIFOut.hxx.
CLAM::SDIFOutConfig::__COMMON_DYN_ATTRIBUTE | ( | 4 | , | |
public | , | |||
bool | , | |||
EnableFundFreq | ||||
) | [inline] |
Definition at line 49 of file SDIFOut.hxx.
CLAM::SDIFOutConfig::__COMMON_DYN_ATTRIBUTE | ( | 3 | , | |
public | , | |||
bool | , | |||
EnablePeakArray | ||||
) | [inline] |
Definition at line 48 of file SDIFOut.hxx.
CLAM::SDIFOutConfig::__COMMON_DYN_ATTRIBUTE | ( | 2 | , | |
public | , | |||
bool | , | |||
EnableResidual | ||||
) | [inline] |
Definition at line 47 of file SDIFOut.hxx.
CLAM::SDIFOutConfig::__COMMON_DYN_ATTRIBUTE | ( | 1 | , | |
public | , | |||
TIndex | , | |||
MaxNumPeaks | ||||
) | [inline] |
Definition at line 46 of file SDIFOut.hxx.
CLAM::SDIFOutConfig::__COMMON_DYN_ATTRIBUTE | ( | 0 | , | |
public | , | |||
TData | , | |||
SpectralRange | ||||
) | [inline] |
Definition at line 45 of file SDIFOut.hxx.
CLAM::SDIFOutConfig::__COMMON_DYNAMIC_TYPE | ( | SDIFOutConfig | , | |
9 | ||||
) |
void SDIFOutConfig::DefaultInit | ( | void | ) |
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 37 of file SDIFOut.cxx.
References CLAM::DynamicType::UpdateData().
bool CLAM::SDIFOutConfig::LoadEnableFundFreq | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 49 of file SDIFOut.hxx.
bool CLAM::SDIFOutConfig::LoadEnablePeakArray | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 48 of file SDIFOut.hxx.
bool CLAM::SDIFOutConfig::LoadEnableResidual | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 47 of file SDIFOut.hxx.
bool CLAM::SDIFOutConfig::LoadFileName | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 50 of file SDIFOut.hxx.
bool CLAM::SDIFOutConfig::LoadFrameSize | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 52 of file SDIFOut.hxx.
bool CLAM::SDIFOutConfig::LoadMaxNumPeaks | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 46 of file SDIFOut.hxx.
bool CLAM::SDIFOutConfig::LoadSamplingRate | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 51 of file SDIFOut.hxx.
bool CLAM::SDIFOutConfig::LoadSpectralRange | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 45 of file SDIFOut.hxx.
bool CLAM::SDIFOutConfig::LoadSpectrumSize | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 53 of file SDIFOut.hxx.