#include <ControlIntervalMapper.hxx>
Public Member Functions | |
ControlIntervalMapperConfig () | |
ControlIntervalMapperConfig (const ControlIntervalMapperConfig &prototype, const bool shareData=false, const bool deep=true) | |
__COMMON_DYNAMIC_TYPE (ControlIntervalMapperConfig, 4) | |
__COMMON_DYN_ATTRIBUTE (0, public, float, InputMin) protected | |
bool | LoadInputMin (CLAM::Storage &s) |
__COMMON_DYN_ATTRIBUTE (1, public, float, InputMax) protected | |
bool | LoadInputMax (CLAM::Storage &s) |
__COMMON_DYN_ATTRIBUTE (2, public, float, OutputMin) protected | |
bool | LoadOutputMin (CLAM::Storage &s) |
__COMMON_DYN_ATTRIBUTE (3, public, float, OutputMax) protected | |
bool | LoadOutputMax (CLAM::Storage &s) |
Definition at line 33 of file ControlIntervalMapper.hxx.
CLAM::ControlIntervalMapperConfig::ControlIntervalMapperConfig | ( | ) | [inline] |
Definition at line 36 of file ControlIntervalMapper.hxx.
CLAM::ControlIntervalMapperConfig::ControlIntervalMapperConfig | ( | const ControlIntervalMapperConfig & | prototype, | |
const bool | shareData = false , |
|||
const bool | deep = true | |||
) | [inline] |
Definition at line 36 of file ControlIntervalMapper.hxx.
CLAM::ControlIntervalMapperConfig::__COMMON_DYN_ATTRIBUTE | ( | 3 | , | |
public | , | |||
float | , | |||
OutputMax | ||||
) | [inline] |
Definition at line 40 of file ControlIntervalMapper.hxx.
CLAM::ControlIntervalMapperConfig::__COMMON_DYN_ATTRIBUTE | ( | 2 | , | |
public | , | |||
float | , | |||
OutputMin | ||||
) | [inline] |
Definition at line 39 of file ControlIntervalMapper.hxx.
CLAM::ControlIntervalMapperConfig::__COMMON_DYN_ATTRIBUTE | ( | 1 | , | |
public | , | |||
float | , | |||
InputMax | ||||
) | [inline] |
Definition at line 38 of file ControlIntervalMapper.hxx.
CLAM::ControlIntervalMapperConfig::__COMMON_DYN_ATTRIBUTE | ( | 0 | , | |
public | , | |||
float | , | |||
InputMin | ||||
) | [inline] |
Definition at line 37 of file ControlIntervalMapper.hxx.
CLAM::ControlIntervalMapperConfig::__COMMON_DYNAMIC_TYPE | ( | ControlIntervalMapperConfig | , | |
4 | ||||
) |
bool CLAM::ControlIntervalMapperConfig::LoadInputMax | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 38 of file ControlIntervalMapper.hxx.
bool CLAM::ControlIntervalMapperConfig::LoadInputMin | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 37 of file ControlIntervalMapper.hxx.
bool CLAM::ControlIntervalMapperConfig::LoadOutputMax | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 40 of file ControlIntervalMapper.hxx.
bool CLAM::ControlIntervalMapperConfig::LoadOutputMin | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 39 of file ControlIntervalMapper.hxx.