CLAM::ControllerConfig Class Reference

Configuration for the Controller PO. More...

#include <Controller.hxx>

List of all members.

Public Member Functions

 ControllerConfig ()
 ControllerConfig (const ControllerConfig &prototype, const bool shareData=false, const bool deep=true)
 __COMMON_DYNAMIC_TYPE (ControllerConfig, 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: all attributes are instantiated.

Detailed Description

Configuration for the Controller PO.

It holds a name (as usual), the number of controls, and two vectors: min and max values for the controls. That is the rang of floats that can be generated (i.e. by a View-slider) for each control.

Definition at line 48 of file Controller.hxx.


Constructor & Destructor Documentation

CLAM::ControllerConfig::ControllerConfig (  )  [inline]

Definition at line 51 of file Controller.hxx.

CLAM::ControllerConfig::ControllerConfig ( const ControllerConfig prototype,
const bool  shareData = false,
const bool  deep = true 
) [inline]

Definition at line 51 of file Controller.hxx.


Member Function Documentation

CLAM::ControllerConfig::__COMMON_DYN_ATTRIBUTE ( ,
public  ,
std::vector< TControlData ,
MaxValues   
) [inline]

Definition at line 54 of file Controller.hxx.

CLAM::ControllerConfig::__COMMON_DYN_ATTRIBUTE ( ,
public  ,
std::vector< TControlData ,
MinValues   
) [inline]

Definition at line 53 of file Controller.hxx.

CLAM::ControllerConfig::__COMMON_DYN_ATTRIBUTE ( ,
public  ,
unsigned  ,
NumControls   
) [inline]

Definition at line 52 of file Controller.hxx.

CLAM::ControllerConfig::__COMMON_DYNAMIC_TYPE ( ControllerConfig  ,
 
)
void CLAM::ControllerConfig::DefaultInit ( void   )  [inline, protected]

Dynamic type initialization: all attributes are instantiated.

Reimplemented from CLAM::DynamicType.

Definition at line 59 of file Controller.hxx.

References CLAM::DynamicType::UpdateData().

bool CLAM::ControllerConfig::LoadMaxValues ( CLAM::Storage s  )  [inline]

Definition at line 54 of file Controller.hxx.

bool CLAM::ControllerConfig::LoadMinValues ( CLAM::Storage s  )  [inline]

Definition at line 53 of file Controller.hxx.

bool CLAM::ControllerConfig::LoadNumControls ( CLAM::Storage s  )  [inline]

Definition at line 52 of file Controller.hxx.


The documentation for this class was generated from the following file:
Generated by  doxygen 1.6.3