CLAM::FrameInterpConfig Class Reference

#include <FrameInterpolator.hxx>

List of all members.

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 ()

Detailed Description

Definition at line 36 of file FrameInterpolator.hxx.


Constructor & Destructor Documentation

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.


Member Function Documentation

CLAM::FrameInterpConfig::__COMMON_DYN_ATTRIBUTE ( ,
public  ,
bool  ,
UseSpectralShape   
) [inline]

Definition at line 45 of file FrameInterpolator.hxx.

CLAM::FrameInterpConfig::__COMMON_DYN_ATTRIBUTE ( ,
public  ,
bool  ,
Harmonic   
) [inline]

Definition at line 44 of file FrameInterpolator.hxx.

CLAM::FrameInterpConfig::__COMMON_DYN_ATTRIBUTE ( ,
public  ,
TData  ,
ResidualInterpolationFactor   
) [inline]

Definition at line 43 of file FrameInterpolator.hxx.

CLAM::FrameInterpConfig::__COMMON_DYN_ATTRIBUTE ( ,
public  ,
TData  ,
PitchInterpolationFactor   
) [inline]

Definition at line 42 of file FrameInterpolator.hxx.

CLAM::FrameInterpConfig::__COMMON_DYN_ATTRIBUTE ( ,
public  ,
TData  ,
FreqInterpolationFactor   
) [inline]

Definition at line 41 of file FrameInterpolator.hxx.

CLAM::FrameInterpConfig::__COMMON_DYN_ATTRIBUTE ( ,
public  ,
TData  ,
MagInterpolationFactor   
) [inline]

Definition at line 40 of file FrameInterpolator.hxx.

CLAM::FrameInterpConfig::__COMMON_DYNAMIC_TYPE ( FrameInterpConfig  ,
 
)
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().

See also:
CopyInit()

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.


The documentation for this class was generated from the following files:
Generated by  doxygen 1.6.3