#include <FrameInterpolator.hxx>
Public Member Functions | |
FrameInterpConfig () | |
FrameInterpConfig (const FrameInterpConfig &prototype, const bool shareData=false, const bool deep=true) | |
__COMMON_DYNAMIC_TYPE (FrameInterpConfig, 6) | |
__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, TData, ResidualInterpolationFactor) protected | |
bool | LoadResidualInterpolationFactor (CLAM::Storage &s) |
__COMMON_DYN_ATTRIBUTE (4, public, bool, Harmonic) protected | |
bool | LoadHarmonic (CLAM::Storage &s) |
__COMMON_DYN_ATTRIBUTE (5, 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 FrameInterpolator.hxx.
CLAM::FrameInterpConfig::FrameInterpConfig | ( | ) | [inline] |
Definition at line 39 of file FrameInterpolator.hxx.
CLAM::FrameInterpConfig::FrameInterpConfig | ( | const FrameInterpConfig & | prototype, | |
const bool | shareData = false , |
|||
const bool | deep = true | |||
) | [inline] |
Definition at line 39 of file FrameInterpolator.hxx.
CLAM::FrameInterpConfig::__COMMON_DYN_ATTRIBUTE | ( | 5 | , | |
public | , | |||
bool | , | |||
UseSpectralShape | ||||
) | [inline] |
Definition at line 45 of file FrameInterpolator.hxx.
CLAM::FrameInterpConfig::__COMMON_DYN_ATTRIBUTE | ( | 4 | , | |
public | , | |||
bool | , | |||
Harmonic | ||||
) | [inline] |
Definition at line 44 of file FrameInterpolator.hxx.
CLAM::FrameInterpConfig::__COMMON_DYN_ATTRIBUTE | ( | 3 | , | |
public | , | |||
TData | , | |||
ResidualInterpolationFactor | ||||
) | [inline] |
Definition at line 43 of file FrameInterpolator.hxx.
CLAM::FrameInterpConfig::__COMMON_DYN_ATTRIBUTE | ( | 2 | , | |
public | , | |||
TData | , | |||
PitchInterpolationFactor | ||||
) | [inline] |
Definition at line 42 of file FrameInterpolator.hxx.
CLAM::FrameInterpConfig::__COMMON_DYN_ATTRIBUTE | ( | 1 | , | |
public | , | |||
TData | , | |||
FreqInterpolationFactor | ||||
) | [inline] |
Definition at line 41 of file FrameInterpolator.hxx.
CLAM::FrameInterpConfig::__COMMON_DYN_ATTRIBUTE | ( | 0 | , | |
public | , | |||
TData | , | |||
MagInterpolationFactor | ||||
) | [inline] |
Definition at line 40 of file FrameInterpolator.hxx.
CLAM::FrameInterpConfig::__COMMON_DYNAMIC_TYPE | ( | FrameInterpConfig | , | |
6 | ||||
) |
void CLAM::FrameInterpConfig::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 27 of file FrameInterpolator.cxx.
References CLAM::DynamicType::UpdateData().
void CLAM::FrameInterpConfig::DefaultValues | ( | ) | [protected] |
Definition at line 34 of file FrameInterpolator.cxx.
bool CLAM::FrameInterpConfig::LoadFreqInterpolationFactor | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 41 of file FrameInterpolator.hxx.
bool CLAM::FrameInterpConfig::LoadHarmonic | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 44 of file FrameInterpolator.hxx.
bool CLAM::FrameInterpConfig::LoadMagInterpolationFactor | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 40 of file FrameInterpolator.hxx.
bool CLAM::FrameInterpConfig::LoadPitchInterpolationFactor | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 42 of file FrameInterpolator.hxx.
bool CLAM::FrameInterpConfig::LoadResidualInterpolationFactor | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 43 of file FrameInterpolator.hxx.
bool CLAM::FrameInterpConfig::LoadUseSpectralShape | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 45 of file FrameInterpolator.hxx.