CLAM::SegmentSMSTimeStretchConfig Class Reference

#include <SegmentSMSTimeStretchConfig.hxx>

List of all members.

Public Member Functions

 SegmentSMSTimeStretchConfig ()
 SegmentSMSTimeStretchConfig (const SegmentSMSTimeStretchConfig &prototype, const bool shareData=false, const bool deep=true)
 __COMMON_DYNAMIC_TYPE (SegmentSMSTimeStretchConfig, 7)
 __COMMON_DYN_ATTRIBUTE (0, public, std::string, Type) protected
 Type of transformation, for the time being just a string, should become an enumeration of known transformation types??
bool LoadType (CLAM::Storage &s)
 __COMMON_DYN_ATTRIBUTE (1, public, TData, Amount) protected
 Single Value Parameter.
bool LoadAmount (CLAM::Storage &s)
 __COMMON_DYN_ATTRIBUTE (2, public, BPF, BPFAmount) protected
 BPF (envelope-like) Parameter.
bool LoadBPFAmount (CLAM::Storage &s)
 __COMMON_DYN_ATTRIBUTE (3, public, TData, SamplingRate) protected
bool LoadSamplingRate (CLAM::Storage &s)
 __COMMON_DYN_ATTRIBUTE (4, public, TData, HopSize) protected
bool LoadHopSize (CLAM::Storage &s)
 __COMMON_DYN_ATTRIBUTE (5, public, bool, Harmonic) protected
bool LoadHarmonic (CLAM::Storage &s)
 __COMMON_DYN_ATTRIBUTE (6, public, bool, UseBPF) protected
bool LoadUseBPF (CLAM::Storage &s)

Protected Member Functions

void DefaultInit ()
 The concrete dynamic type constructor calls DefaultInit().
void DefaultValues ()

Detailed Description

Definition at line 30 of file SegmentSMSTimeStretchConfig.hxx.


Constructor & Destructor Documentation

CLAM::SegmentSMSTimeStretchConfig::SegmentSMSTimeStretchConfig (  )  [inline]

Definition at line 33 of file SegmentSMSTimeStretchConfig.hxx.

CLAM::SegmentSMSTimeStretchConfig::SegmentSMSTimeStretchConfig ( const SegmentSMSTimeStretchConfig prototype,
const bool  shareData = false,
const bool  deep = true 
) [inline]

Definition at line 33 of file SegmentSMSTimeStretchConfig.hxx.


Member Function Documentation

CLAM::SegmentSMSTimeStretchConfig::__COMMON_DYN_ATTRIBUTE ( ,
public  ,
bool  ,
UseBPF   
) [inline]

Definition at line 44 of file SegmentSMSTimeStretchConfig.hxx.

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

Definition at line 43 of file SegmentSMSTimeStretchConfig.hxx.

CLAM::SegmentSMSTimeStretchConfig::__COMMON_DYN_ATTRIBUTE ( ,
public  ,
TData  ,
HopSize   
) [inline]

Definition at line 42 of file SegmentSMSTimeStretchConfig.hxx.

CLAM::SegmentSMSTimeStretchConfig::__COMMON_DYN_ATTRIBUTE ( ,
public  ,
TData  ,
SamplingRate   
) [inline]

Definition at line 41 of file SegmentSMSTimeStretchConfig.hxx.

CLAM::SegmentSMSTimeStretchConfig::__COMMON_DYN_ATTRIBUTE ( ,
public  ,
BPF  ,
BPFAmount   
) [inline]

BPF (envelope-like) Parameter.

Definition at line 40 of file SegmentSMSTimeStretchConfig.hxx.

CLAM::SegmentSMSTimeStretchConfig::__COMMON_DYN_ATTRIBUTE ( ,
public  ,
TData  ,
Amount   
) [inline]

Single Value Parameter.

Definition at line 38 of file SegmentSMSTimeStretchConfig.hxx.

CLAM::SegmentSMSTimeStretchConfig::__COMMON_DYN_ATTRIBUTE ( ,
public  ,
std::string  ,
Type   
) [inline]

Type of transformation, for the time being just a string, should become an enumeration of known transformation types??

Definition at line 36 of file SegmentSMSTimeStretchConfig.hxx.

CLAM::SegmentSMSTimeStretchConfig::__COMMON_DYNAMIC_TYPE ( SegmentSMSTimeStretchConfig  ,
 
)
void CLAM::SegmentSMSTimeStretchConfig::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 26 of file SegmentSMSTimeStretchConfig.cxx.

References DefaultValues(), and CLAM::DynamicType::UpdateData().

void CLAM::SegmentSMSTimeStretchConfig::DefaultValues (  )  [protected]

Definition at line 33 of file SegmentSMSTimeStretchConfig.cxx.

Referenced by DefaultInit().

bool CLAM::SegmentSMSTimeStretchConfig::LoadAmount ( CLAM::Storage s  )  [inline]

Definition at line 38 of file SegmentSMSTimeStretchConfig.hxx.

bool CLAM::SegmentSMSTimeStretchConfig::LoadBPFAmount ( CLAM::Storage s  )  [inline]

Definition at line 40 of file SegmentSMSTimeStretchConfig.hxx.

bool CLAM::SegmentSMSTimeStretchConfig::LoadHarmonic ( CLAM::Storage s  )  [inline]

Definition at line 43 of file SegmentSMSTimeStretchConfig.hxx.

bool CLAM::SegmentSMSTimeStretchConfig::LoadHopSize ( CLAM::Storage s  )  [inline]

Definition at line 42 of file SegmentSMSTimeStretchConfig.hxx.

bool CLAM::SegmentSMSTimeStretchConfig::LoadSamplingRate ( CLAM::Storage s  )  [inline]

Definition at line 41 of file SegmentSMSTimeStretchConfig.hxx.

bool CLAM::SegmentSMSTimeStretchConfig::LoadType ( CLAM::Storage s  )  [inline]

Definition at line 36 of file SegmentSMSTimeStretchConfig.hxx.

bool CLAM::SegmentSMSTimeStretchConfig::LoadUseBPF ( CLAM::Storage s  )  [inline]

Definition at line 44 of file SegmentSMSTimeStretchConfig.hxx.


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