CLAM-Development  1.1
Public Member Functions
CLAM::SDIFInConfig Class Reference

#include <SDIFInConfig.hxx>

List of all members.

Public Member Functions

 DYNAMIC_TYPE_USING_INTERFACE (SDIFInConfig, 9, ProcessingConfig)
 DYN_ATTRIBUTE (0, public, double, SpectralRange)
 DYN_ATTRIBUTE (1, public, TIndex, MaxNumPeaks)
 DYN_ATTRIBUTE (2, public, bool, EnableResidual)
 DYN_ATTRIBUTE (3, public, bool, EnablePeakArray)
 DYN_ATTRIBUTE (4, public, bool, EnableFundFreq)
 DYN_ATTRIBUTE (5, public, InSDIFFilename, FileName)
 DYN_ATTRIBUTE (6, public, bool, RelativePeakIndices)
 If true, indices are treated as relative to previous frame (useful for some synthesis engines like SALTO).
 DYN_ATTRIBUTE (7, public, int, NumberOfFramesToPreload)
 DYN_ATTRIBUTE (8, public, int, NumberOfFramesToLoad)
void DefaultInit ()
 The concrete dynamic type constructor calls DefaultInit().

Detailed Description

Definition at line 30 of file SDIFInConfig.hxx.


Member Function Documentation

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 6 of file SDIFInConfig.cxx.

References CLAM::DynamicType::UpdateData().

CLAM::SDIFInConfig::DYN_ATTRIBUTE ( ,
public  ,
double  ,
SpectralRange   
)
CLAM::SDIFInConfig::DYN_ATTRIBUTE ( ,
public  ,
TIndex  ,
MaxNumPeaks   
)
CLAM::SDIFInConfig::DYN_ATTRIBUTE ( ,
public  ,
bool  ,
EnableResidual   
)
CLAM::SDIFInConfig::DYN_ATTRIBUTE ( ,
public  ,
bool  ,
EnablePeakArray   
)
CLAM::SDIFInConfig::DYN_ATTRIBUTE ( ,
public  ,
bool  ,
EnableFundFreq   
)
CLAM::SDIFInConfig::DYN_ATTRIBUTE ( ,
public  ,
InSDIFFilename  ,
FileName   
)
CLAM::SDIFInConfig::DYN_ATTRIBUTE ( ,
public  ,
bool  ,
RelativePeakIndices   
)

If true, indices are treated as relative to previous frame (useful for some synthesis engines like SALTO).

Else index found in SDIF is loaded as is.

CLAM::SDIFInConfig::DYN_ATTRIBUTE ( ,
public  ,
int  ,
NumberOfFramesToPreload   
)
CLAM::SDIFInConfig::DYN_ATTRIBUTE ( ,
public  ,
int  ,
NumberOfFramesToLoad   
)

The documentation for this class was generated from the following files: