#include <SDIFInConfig.hxx>
Public Member Functions | |
SDIFInConfig () | |
SDIFInConfig (const SDIFInConfig &prototype, const bool shareData=false, const bool deep=true) | |
__COMMON_DYNAMIC_TYPE (SDIFInConfig, 9) | |
__COMMON_DYN_ATTRIBUTE (0, public, double, 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, InSDIFFilename, FileName) protected | |
bool | LoadFileName (CLAM::Storage &s) |
__COMMON_DYN_ATTRIBUTE (6, public, bool, RelativePeakIndices) protected | |
If true, indices are treated as relative to previous frame (useful for some synthesis engines like SALTO). | |
bool | LoadRelativePeakIndices (CLAM::Storage &s) |
__COMMON_DYN_ATTRIBUTE (7, public, int, NumberOfFramesToPreload) protected | |
bool | LoadNumberOfFramesToPreload (CLAM::Storage &s) |
__COMMON_DYN_ATTRIBUTE (8, public, int, NumberOfFramesToLoad) protected | |
bool | LoadNumberOfFramesToLoad (CLAM::Storage &s) |
void | DefaultInit () |
The concrete dynamic type constructor calls DefaultInit(). |
Definition at line 30 of file SDIFInConfig.hxx.
CLAM::SDIFInConfig::SDIFInConfig | ( | ) | [inline] |
Definition at line 34 of file SDIFInConfig.hxx.
CLAM::SDIFInConfig::SDIFInConfig | ( | const SDIFInConfig & | prototype, | |
const bool | shareData = false , |
|||
const bool | deep = true | |||
) | [inline] |
Definition at line 34 of file SDIFInConfig.hxx.
CLAM::SDIFInConfig::__COMMON_DYN_ATTRIBUTE | ( | 8 | , | |
public | , | |||
int | , | |||
NumberOfFramesToLoad | ||||
) | [inline] |
Definition at line 46 of file SDIFInConfig.hxx.
CLAM::SDIFInConfig::__COMMON_DYN_ATTRIBUTE | ( | 7 | , | |
public | , | |||
int | , | |||
NumberOfFramesToPreload | ||||
) | [inline] |
Definition at line 45 of file SDIFInConfig.hxx.
CLAM::SDIFInConfig::__COMMON_DYN_ATTRIBUTE | ( | 6 | , | |
public | , | |||
bool | , | |||
RelativePeakIndices | ||||
) | [inline] |
If true, indices are treated as relative to previous frame (useful for some synthesis engines like SALTO).
Else index found in SDIF is loaded as is.
Definition at line 44 of file SDIFInConfig.hxx.
CLAM::SDIFInConfig::__COMMON_DYN_ATTRIBUTE | ( | 5 | , | |
public | , | |||
InSDIFFilename | , | |||
FileName | ||||
) | [inline] |
Definition at line 40 of file SDIFInConfig.hxx.
CLAM::SDIFInConfig::__COMMON_DYN_ATTRIBUTE | ( | 4 | , | |
public | , | |||
bool | , | |||
EnableFundFreq | ||||
) | [inline] |
Definition at line 39 of file SDIFInConfig.hxx.
CLAM::SDIFInConfig::__COMMON_DYN_ATTRIBUTE | ( | 3 | , | |
public | , | |||
bool | , | |||
EnablePeakArray | ||||
) | [inline] |
Definition at line 38 of file SDIFInConfig.hxx.
CLAM::SDIFInConfig::__COMMON_DYN_ATTRIBUTE | ( | 2 | , | |
public | , | |||
bool | , | |||
EnableResidual | ||||
) | [inline] |
Definition at line 37 of file SDIFInConfig.hxx.
CLAM::SDIFInConfig::__COMMON_DYN_ATTRIBUTE | ( | 1 | , | |
public | , | |||
TIndex | , | |||
MaxNumPeaks | ||||
) | [inline] |
Definition at line 36 of file SDIFInConfig.hxx.
CLAM::SDIFInConfig::__COMMON_DYN_ATTRIBUTE | ( | 0 | , | |
public | , | |||
double | , | |||
SpectralRange | ||||
) | [inline] |
Definition at line 35 of file SDIFInConfig.hxx.
CLAM::SDIFInConfig::__COMMON_DYNAMIC_TYPE | ( | SDIFInConfig | , | |
9 | ||||
) |
void CLAM::SDIFInConfig::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 6 of file SDIFInConfig.cxx.
References CLAM::DynamicType::UpdateData().
bool CLAM::SDIFInConfig::LoadEnableFundFreq | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 39 of file SDIFInConfig.hxx.
bool CLAM::SDIFInConfig::LoadEnablePeakArray | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 38 of file SDIFInConfig.hxx.
bool CLAM::SDIFInConfig::LoadEnableResidual | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 37 of file SDIFInConfig.hxx.
bool CLAM::SDIFInConfig::LoadFileName | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 40 of file SDIFInConfig.hxx.
bool CLAM::SDIFInConfig::LoadMaxNumPeaks | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 36 of file SDIFInConfig.hxx.
bool CLAM::SDIFInConfig::LoadNumberOfFramesToLoad | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 46 of file SDIFInConfig.hxx.
bool CLAM::SDIFInConfig::LoadNumberOfFramesToPreload | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 45 of file SDIFInConfig.hxx.
bool CLAM::SDIFInConfig::LoadRelativePeakIndices | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 44 of file SDIFInConfig.hxx.
bool CLAM::SDIFInConfig::LoadSpectralRange | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 35 of file SDIFInConfig.hxx.