Configuration for the Control2Data PO. More...
#include <Control2Data.hxx>
Public Member Functions | |
Control2DataConfig () | |
Control2DataConfig (const Control2DataConfig &prototype, const bool shareData=false, const bool deep=true) | |
__COMMON_DYNAMIC_TYPE (Control2DataConfig, 3) | |
__COMMON_DYN_ATTRIBUTE (0, public, unsigned, NumControls) protected | |
bool | LoadNumControls (CLAM::Storage &s) |
__COMMON_DYN_ATTRIBUTE (1, public, std::vector< TControlData >, MinValues) protected | |
bool | LoadMinValues (CLAM::Storage &s) |
__COMMON_DYN_ATTRIBUTE (2, public, std::vector< TControlData >, MaxValues) protected | |
bool | LoadMaxValues (CLAM::Storage &s) |
Protected Member Functions | |
void | DefaultInit (void) |
Dynamic type initialization. |
Configuration for the Control2Data PO.
It holds a name (as usual), the number of controls, and two optional vectors: min and max values for the controls. That is the rang of floats that can be generated for each control.
Definition at line 42 of file Control2Data.hxx.
CLAM::Control2DataConfig::Control2DataConfig | ( | ) | [inline] |
Definition at line 45 of file Control2Data.hxx.
CLAM::Control2DataConfig::Control2DataConfig | ( | const Control2DataConfig & | prototype, | |
const bool | shareData = false , |
|||
const bool | deep = true | |||
) | [inline] |
Definition at line 45 of file Control2Data.hxx.
CLAM::Control2DataConfig::__COMMON_DYN_ATTRIBUTE | ( | 2 | , | |
public | , | |||
std::vector< TControlData > | , | |||
MaxValues | ||||
) | [inline] |
Definition at line 48 of file Control2Data.hxx.
CLAM::Control2DataConfig::__COMMON_DYN_ATTRIBUTE | ( | 1 | , | |
public | , | |||
std::vector< TControlData > | , | |||
MinValues | ||||
) | [inline] |
Definition at line 47 of file Control2Data.hxx.
CLAM::Control2DataConfig::__COMMON_DYN_ATTRIBUTE | ( | 0 | , | |
public | , | |||
unsigned | , | |||
NumControls | ||||
) | [inline] |
Definition at line 46 of file Control2Data.hxx.
CLAM::Control2DataConfig::__COMMON_DYNAMIC_TYPE | ( | Control2DataConfig | , | |
3 | ||||
) |
void CLAM::Control2DataConfig::DefaultInit | ( | void | ) | [protected] |
Dynamic type initialization.
Reimplemented from CLAM::DynamicType.
Definition at line 25 of file Control2Data.cxx.
References CLAM::DynamicType::UpdateData().
bool CLAM::Control2DataConfig::LoadMaxValues | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 48 of file Control2Data.hxx.
bool CLAM::Control2DataConfig::LoadMinValues | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 47 of file Control2Data.hxx.
bool CLAM::Control2DataConfig::LoadNumControls | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 46 of file Control2Data.hxx.