RMF
|
#include <RMF/decorator/uncertainty.h>
Public Member Functions | |
void | set_frame_lower (Float v) |
void | set_frame_scale (Float v) |
void | set_frame_upper (Float v) |
void | set_lower (Float v) |
void | set_scale (Float v) |
void | set_static_lower (Float v) |
void | set_static_scale (Float v) |
void | set_static_upper (Float v) |
void | set_upper (Float v) |
Public Member Functions inherited from RMF::decorator::ScaleConst | |
Float | get_frame_lower () const |
Float | get_frame_scale () const |
Float | get_frame_upper () const |
Float | get_lower () const |
Float | get_scale () const |
Float | get_static_lower () const |
Float | get_static_scale () const |
Float | get_static_upper () const |
Float | get_upper () const |
Static Public Member Functions | |
static std::string | get_decorator_type_name () |
Static Public Member Functions inherited from RMF::decorator::ScaleConst | |
static std::string | get_decorator_type_name () |
Additional Inherited Members | |
Protected Member Functions inherited from RMF::decorator::ScaleConst | |
ScaleConst (NodeConstHandle nh, FloatKey scale, FloatKey scale_lower, FloatKey scale_upper) | |
Protected Member Functions inherited from RMF::Decorator | |
Decorator (NodeConstHandle handle) | |
NodeHandle | get_node () const |
Protected Attributes inherited from RMF::decorator::ScaleConst | |
FloatKey | scale_ |
FloatKey | scale_lower_ |
FloatKey | scale_upper_ |
See also ScaleFactory.
Definition at line 104 of file uncertainty.h.