#include <SpectralPeakArrayInterpolator.hxx>
Public Member Functions | |
PeaksInterpConfig () | |
PeaksInterpConfig (const PeaksInterpConfig &prototype, const bool shareData=false, const bool deep=true) | |
__COMMON_DYNAMIC_TYPE (PeaksInterpConfig, 5) | |
__COMMON_DYN_ATTRIBUTE (0, public, TData, MagInterpolationFactor) protected | |
bool | LoadMagInterpolationFactor (CLAM::Storage &s) |
__COMMON_DYN_ATTRIBUTE (1, public, TData, FreqInterpolationFactor) protected | |
bool | LoadFreqInterpolationFactor (CLAM::Storage &s) |
__COMMON_DYN_ATTRIBUTE (2, public, TData, PitchInterpolationFactor) protected | |
bool | LoadPitchInterpolationFactor (CLAM::Storage &s) |
__COMMON_DYN_ATTRIBUTE (3, public, bool, Harmonic) protected | |
bool | LoadHarmonic (CLAM::Storage &s) |
__COMMON_DYN_ATTRIBUTE (4, public, bool, UseSpectralShape) protected | |
bool | LoadUseSpectralShape (CLAM::Storage &s) |
Protected Member Functions | |
void | DefaultInit () |
The concrete dynamic type constructor calls DefaultInit(). | |
void | DefaultValues () |
Definition at line 36 of file SpectralPeakArrayInterpolator.hxx.
CLAM::PeaksInterpConfig::PeaksInterpConfig | ( | ) | [inline] |
Definition at line 39 of file SpectralPeakArrayInterpolator.hxx.
CLAM::PeaksInterpConfig::PeaksInterpConfig | ( | const PeaksInterpConfig & | prototype, | |
const bool | shareData = false , |
|||
const bool | deep = true | |||
) | [inline] |
Definition at line 39 of file SpectralPeakArrayInterpolator.hxx.
CLAM::PeaksInterpConfig::__COMMON_DYN_ATTRIBUTE | ( | 4 | , | |
public | , | |||
bool | , | |||
UseSpectralShape | ||||
) | [inline] |
Definition at line 44 of file SpectralPeakArrayInterpolator.hxx.
CLAM::PeaksInterpConfig::__COMMON_DYN_ATTRIBUTE | ( | 3 | , | |
public | , | |||
bool | , | |||
Harmonic | ||||
) | [inline] |
Definition at line 43 of file SpectralPeakArrayInterpolator.hxx.
CLAM::PeaksInterpConfig::__COMMON_DYN_ATTRIBUTE | ( | 2 | , | |
public | , | |||
TData | , | |||
PitchInterpolationFactor | ||||
) | [inline] |
Definition at line 42 of file SpectralPeakArrayInterpolator.hxx.
CLAM::PeaksInterpConfig::__COMMON_DYN_ATTRIBUTE | ( | 1 | , | |
public | , | |||
TData | , | |||
FreqInterpolationFactor | ||||
) | [inline] |
Definition at line 41 of file SpectralPeakArrayInterpolator.hxx.
CLAM::PeaksInterpConfig::__COMMON_DYN_ATTRIBUTE | ( | 0 | , | |
public | , | |||
TData | , | |||
MagInterpolationFactor | ||||
) | [inline] |
Definition at line 40 of file SpectralPeakArrayInterpolator.hxx.
CLAM::PeaksInterpConfig::__COMMON_DYNAMIC_TYPE | ( | PeaksInterpConfig | , | |
5 | ||||
) |
void CLAM::PeaksInterpConfig::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 31 of file SpectralPeakArrayInterpolator.cxx.
References DefaultValues(), and CLAM::DynamicType::UpdateData().
void CLAM::PeaksInterpConfig::DefaultValues | ( | ) | [protected] |
Definition at line 39 of file SpectralPeakArrayInterpolator.cxx.
Referenced by DefaultInit().
bool CLAM::PeaksInterpConfig::LoadFreqInterpolationFactor | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 41 of file SpectralPeakArrayInterpolator.hxx.
bool CLAM::PeaksInterpConfig::LoadHarmonic | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 43 of file SpectralPeakArrayInterpolator.hxx.
bool CLAM::PeaksInterpConfig::LoadMagInterpolationFactor | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 40 of file SpectralPeakArrayInterpolator.hxx.
bool CLAM::PeaksInterpConfig::LoadPitchInterpolationFactor | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 42 of file SpectralPeakArrayInterpolator.hxx.
bool CLAM::PeaksInterpConfig::LoadUseSpectralShape | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 44 of file SpectralPeakArrayInterpolator.hxx.