#include <LPModel.hxx>
Public Member Functions | |
LPModel () | |
LPModel (const LPModel &prototype, const bool shareData=false, const bool deep=true) | |
__COMMON_DYNAMIC_TYPE (LPModel, 5) | |
__COMMON_DYN_ATTRIBUTE (0, public, DataArray, FilterCoefficients) protected | |
bool | LoadFilterCoefficients (CLAM::Storage &s) |
__COMMON_DYN_ATTRIBUTE (1, public, DataArray, ReflectionCoefficients) protected | |
bool | LoadReflectionCoefficients (CLAM::Storage &s) |
__COMMON_DYN_ATTRIBUTE (2, public, TData, AvgSqrFilterError) protected | |
bool | LoadAvgSqrFilterError (CLAM::Storage &s) |
__COMMON_DYN_ATTRIBUTE (3, public, TData, SpectralRange) protected | |
bool | LoadSpectralRange (CLAM::Storage &s) |
__COMMON_DYN_ATTRIBUTE (4, protected, unsigned, Order) protected | |
bool | LoadOrder (CLAM::Storage &s) |
void | ToSpectrum (Spectrum &spec) const |
void | UpdateModelOrder (TSize order) |
Protected Member Functions | |
void | DefaultInit () |
The concrete dynamic type constructor calls DefaultInit(). |
Definition at line 32 of file LPModel.hxx.
CLAM::LPModel::LPModel | ( | ) | [inline] |
Definition at line 36 of file LPModel.hxx.
CLAM::LPModel::LPModel | ( | const LPModel & | prototype, | |
const bool | shareData = false , |
|||
const bool | deep = true | |||
) | [inline] |
Definition at line 36 of file LPModel.hxx.
CLAM::LPModel::__COMMON_DYN_ATTRIBUTE | ( | 4 | , | |
protected | , | |||
unsigned | , | |||
Order | ||||
) | [inline] |
Definition at line 42 of file LPModel.hxx.
CLAM::LPModel::__COMMON_DYN_ATTRIBUTE | ( | 3 | , | |
public | , | |||
TData | , | |||
SpectralRange | ||||
) | [inline] |
Definition at line 41 of file LPModel.hxx.
CLAM::LPModel::__COMMON_DYN_ATTRIBUTE | ( | 2 | , | |
public | , | |||
TData | , | |||
AvgSqrFilterError | ||||
) | [inline] |
Definition at line 40 of file LPModel.hxx.
CLAM::LPModel::__COMMON_DYN_ATTRIBUTE | ( | 1 | , | |
public | , | |||
DataArray | , | |||
ReflectionCoefficients | ||||
) | [inline] |
Definition at line 39 of file LPModel.hxx.
CLAM::LPModel::__COMMON_DYN_ATTRIBUTE | ( | 0 | , | |
public | , | |||
DataArray | , | |||
FilterCoefficients | ||||
) | [inline] |
Definition at line 38 of file LPModel.hxx.
CLAM::LPModel::__COMMON_DYNAMIC_TYPE | ( | LPModel | , | |
5 | ||||
) |
void CLAM::LPModel::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 32 of file LPModel.cxx.
bool CLAM::LPModel::LoadAvgSqrFilterError | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 40 of file LPModel.hxx.
bool CLAM::LPModel::LoadFilterCoefficients | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 38 of file LPModel.hxx.
bool CLAM::LPModel::LoadOrder | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 42 of file LPModel.hxx.
bool CLAM::LPModel::LoadReflectionCoefficients | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 39 of file LPModel.hxx.
bool CLAM::LPModel::LoadSpectralRange | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 41 of file LPModel.hxx.
void CLAM::LPModel::ToSpectrum | ( | Spectrum & | spec | ) | const |
Definition at line 49 of file LPModel.cxx.
void CLAM::LPModel::UpdateModelOrder | ( | TSize | order | ) |
Definition at line 40 of file LPModel.cxx.