#include <PeriodogramPeak.hxx>
Public Member Functions | |
PeriodogramPeak () | |
PeriodogramPeak (const PeriodogramPeak &prototype, const bool shareData=false, const bool deep=true) | |
__COMMON_DYNAMIC_TYPE (PeriodogramPeak, 4) | |
__COMMON_DYN_ATTRIBUTE (0, public, int, Lag) protected | |
bool | LoadLag (CLAM::Storage &s) |
__COMMON_DYN_ATTRIBUTE (1, public, TData, Mag) protected | |
bool | LoadMag (CLAM::Storage &s) |
__COMMON_DYN_ATTRIBUTE (2, public, TData, Salience) protected | |
bool | LoadSalience (CLAM::Storage &s) |
__COMMON_DYN_ATTRIBUTE (3, public, int, Index) protected | |
bool | LoadIndex (CLAM::Storage &s) |
Protected Member Functions | |
void | DefaultInit () |
Configuration constructor. |
Definition at line 33 of file PeriodogramPeak.hxx.
CLAM::PeriodogramPeak::PeriodogramPeak | ( | ) | [inline] |
Definition at line 36 of file PeriodogramPeak.hxx.
CLAM::PeriodogramPeak::PeriodogramPeak | ( | const PeriodogramPeak & | prototype, | |
const bool | shareData = false , |
|||
const bool | deep = true | |||
) | [inline] |
Definition at line 36 of file PeriodogramPeak.hxx.
CLAM::PeriodogramPeak::__COMMON_DYN_ATTRIBUTE | ( | 3 | , | |
public | , | |||
int | , | |||
Index | ||||
) | [inline] |
Definition at line 40 of file PeriodogramPeak.hxx.
CLAM::PeriodogramPeak::__COMMON_DYN_ATTRIBUTE | ( | 2 | , | |
public | , | |||
TData | , | |||
Salience | ||||
) | [inline] |
Definition at line 39 of file PeriodogramPeak.hxx.
CLAM::PeriodogramPeak::__COMMON_DYN_ATTRIBUTE | ( | 1 | , | |
public | , | |||
TData | , | |||
Mag | ||||
) | [inline] |
Definition at line 38 of file PeriodogramPeak.hxx.
CLAM::PeriodogramPeak::__COMMON_DYN_ATTRIBUTE | ( | 0 | , | |
public | , | |||
int | , | |||
Lag | ||||
) | [inline] |
Definition at line 37 of file PeriodogramPeak.hxx.
CLAM::PeriodogramPeak::__COMMON_DYNAMIC_TYPE | ( | PeriodogramPeak | , | |
4 | ||||
) |
void CLAM::PeriodogramPeak::DefaultInit | ( | void | ) | [protected] |
Configuration constructor.
Reimplemented from CLAM::DynamicType.
Definition at line 36 of file PeriodogramPeak.cxx.
References CLAM::DynamicType::UpdateData().
bool CLAM::PeriodogramPeak::LoadIndex | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 40 of file PeriodogramPeak.hxx.
bool CLAM::PeriodogramPeak::LoadLag | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 37 of file PeriodogramPeak.hxx.
bool CLAM::PeriodogramPeak::LoadMag | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 38 of file PeriodogramPeak.hxx.
bool CLAM::PeriodogramPeak::LoadSalience | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 39 of file PeriodogramPeak.hxx.