#include <SegmentSMSTimeStretchConfig.hxx>
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 () |
Definition at line 30 of file SegmentSMSTimeStretchConfig.hxx.
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.
CLAM::SegmentSMSTimeStretchConfig::__COMMON_DYN_ATTRIBUTE | ( | 6 | , | |
public | , | |||
bool | , | |||
UseBPF | ||||
) | [inline] |
Definition at line 44 of file SegmentSMSTimeStretchConfig.hxx.
CLAM::SegmentSMSTimeStretchConfig::__COMMON_DYN_ATTRIBUTE | ( | 5 | , | |
public | , | |||
bool | , | |||
Harmonic | ||||
) | [inline] |
Definition at line 43 of file SegmentSMSTimeStretchConfig.hxx.
CLAM::SegmentSMSTimeStretchConfig::__COMMON_DYN_ATTRIBUTE | ( | 4 | , | |
public | , | |||
TData | , | |||
HopSize | ||||
) | [inline] |
Definition at line 42 of file SegmentSMSTimeStretchConfig.hxx.
CLAM::SegmentSMSTimeStretchConfig::__COMMON_DYN_ATTRIBUTE | ( | 3 | , | |
public | , | |||
TData | , | |||
SamplingRate | ||||
) | [inline] |
Definition at line 41 of file SegmentSMSTimeStretchConfig.hxx.
CLAM::SegmentSMSTimeStretchConfig::__COMMON_DYN_ATTRIBUTE | ( | 2 | , | |
public | , | |||
BPF | , | |||
BPFAmount | ||||
) | [inline] |
BPF (envelope-like) Parameter.
Definition at line 40 of file SegmentSMSTimeStretchConfig.hxx.
CLAM::SegmentSMSTimeStretchConfig::__COMMON_DYN_ATTRIBUTE | ( | 1 | , | |
public | , | |||
TData | , | |||
Amount | ||||
) | [inline] |
Single Value Parameter.
Definition at line 38 of file SegmentSMSTimeStretchConfig.hxx.
CLAM::SegmentSMSTimeStretchConfig::__COMMON_DYN_ATTRIBUTE | ( | 0 | , | |
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 | , | |
7 | ||||
) |
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().
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.