RMF
|
#include <RMF/decorator/uncertainty.h>
Public Member Functions | |
ScaleFactory (FileConstHandle fh) | |
ScaleFactory (FileHandle fh) | |
ScaleConst | get (NodeConstHandle nh) const |
Scale | get (NodeHandle nh) const |
bool | get_is (NodeConstHandle nh) const |
bool | get_is_static (NodeConstHandle nh) const |
Create decorators of type Scale.
Definition at line 174 of file uncertainty.h.
ScaleConst RMF::decorator::ScaleFactory::get | ( | NodeConstHandle | nh | ) | const |
Get a ScaleConst for nh.
Definition at line 192 of file uncertainty.h.
Scale RMF::decorator::ScaleFactory::get | ( | NodeHandle | nh | ) | const |
Get a Scale for nh.
Definition at line 201 of file uncertainty.h.
bool RMF::decorator::ScaleFactory::get_is | ( | NodeConstHandle | nh | ) | const |
Check whether nh has all the attributes required to be a ScaleConst.
Definition at line 211 of file uncertainty.h.