Config class for the CleanTracks Processing. More...
#include <CleanTracksConfig.hxx>
Public Member Functions | |
| CleanTracksConfig () | |
| CleanTracksConfig (const CleanTracksConfig &prototype, const bool shareData=false, const bool deep=true) | |
| __COMMON_DYNAMIC_TYPE (CleanTracksConfig, 5) | |
| __COMMON_DYN_ATTRIBUTE (0, public, TSize, MaxDropOut) protected | |
| Maximum tolerance (in frames) to peak discontinuation. | |
| bool | LoadMaxDropOut (CLAM::Storage &s) |
| __COMMON_DYN_ATTRIBUTE (1, public, TSize, MinLength) protected | |
| The minimum lenght a track should have to be keeped. | |
| bool | LoadMinLength (CLAM::Storage &s) |
| __COMMON_DYN_ATTRIBUTE (2, public, TData, FreqDev) protected | |
| Maximum frequency distance between two tracks to be considered one as continuation of the other, expressed as a percentage between 0 and 100. | |
| bool | LoadFreqDev (CLAM::Storage &s) |
| __COMMON_DYN_ATTRIBUTE (3, public, TData, SamplingRate) protected | |
| This attribute is necessary so that BinPosition can be recomputed. | |
| bool | LoadSamplingRate (CLAM::Storage &s) |
| __COMMON_DYN_ATTRIBUTE (4, public, int, SpecSize) protected | |
| This attribute is necessary so that BinPosition can be recomputed. | |
| bool | LoadSpecSize (CLAM::Storage &s) |
| void | DefaultInit () |
| The concrete dynamic type constructor calls DefaultInit(). | |
| ~CleanTracksConfig () | |
Config class for the CleanTracks Processing.
Definition at line 33 of file CleanTracksConfig.hxx.
| CLAM::CleanTracksConfig::CleanTracksConfig | ( | ) | [inline] |
Definition at line 36 of file CleanTracksConfig.hxx.
| CLAM::CleanTracksConfig::CleanTracksConfig | ( | const CleanTracksConfig & | prototype, | |
| const bool | shareData = false, |
|||
| const bool | deep = true | |||
| ) | [inline] |
Definition at line 36 of file CleanTracksConfig.hxx.
| CLAM::CleanTracksConfig::~CleanTracksConfig | ( | ) | [inline] |
Definition at line 50 of file CleanTracksConfig.hxx.
| CLAM::CleanTracksConfig::__COMMON_DYN_ATTRIBUTE | ( | 4 | , | |
| public | , | |||
| int | , | |||
| SpecSize | ||||
| ) | [inline] |
This attribute is necessary so that BinPosition can be recomputed.
Definition at line 47 of file CleanTracksConfig.hxx.
| CLAM::CleanTracksConfig::__COMMON_DYN_ATTRIBUTE | ( | 3 | , | |
| public | , | |||
| TData | , | |||
| SamplingRate | ||||
| ) | [inline] |
This attribute is necessary so that BinPosition can be recomputed.
Definition at line 45 of file CleanTracksConfig.hxx.
| CLAM::CleanTracksConfig::__COMMON_DYN_ATTRIBUTE | ( | 2 | , | |
| public | , | |||
| TData | , | |||
| FreqDev | ||||
| ) | [inline] |
Maximum frequency distance between two tracks to be considered one as continuation of the other, expressed as a percentage between 0 and 100.
Definition at line 43 of file CleanTracksConfig.hxx.
| CLAM::CleanTracksConfig::__COMMON_DYN_ATTRIBUTE | ( | 1 | , | |
| public | , | |||
| TSize | , | |||
| MinLength | ||||
| ) | [inline] |
The minimum lenght a track should have to be keeped.
Definition at line 40 of file CleanTracksConfig.hxx.
| CLAM::CleanTracksConfig::__COMMON_DYN_ATTRIBUTE | ( | 0 | , | |
| public | , | |||
| TSize | , | |||
| MaxDropOut | ||||
| ) | [inline] |
Maximum tolerance (in frames) to peak discontinuation.
Definition at line 38 of file CleanTracksConfig.hxx.
| CLAM::CleanTracksConfig::__COMMON_DYNAMIC_TYPE | ( | CleanTracksConfig | , | |
| 5 | ||||
| ) |
| void CLAM::CleanTracksConfig::DefaultInit | ( | void | ) |
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 25 of file CleanTracks.cxx.
References CLAM::DynamicType::UpdateData().
| bool CLAM::CleanTracksConfig::LoadFreqDev | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 43 of file CleanTracksConfig.hxx.
| bool CLAM::CleanTracksConfig::LoadMaxDropOut | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 38 of file CleanTracksConfig.hxx.
| bool CLAM::CleanTracksConfig::LoadMinLength | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 40 of file CleanTracksConfig.hxx.
| bool CLAM::CleanTracksConfig::LoadSamplingRate | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 45 of file CleanTracksConfig.hxx.
| bool CLAM::CleanTracksConfig::LoadSpecSize | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 47 of file CleanTracksConfig.hxx.
1.6.3