RMF
|
#include <RMF/decorator/uncertainty.h>
Public Member Functions | |
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 () |
Protected Member Functions | |
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 | |
FloatKey | scale_ |
FloatKey | scale_lower_ |
FloatKey | scale_upper_ |
See also Scale and ScaleFactory.
Definition at line 30 of file uncertainty.h.