RMF
|
#include <RMF/decorator/physics.h>
Public Member Functions | |
ReferenceFrameFactory (FileConstHandle fh) | |
ReferenceFrameFactory (FileHandle fh) | |
ReferenceFrameConst | get (NodeConstHandle nh) const |
ReferenceFrame | get (NodeHandle nh) const |
bool | get_is (NodeConstHandle nh) const |
bool | get_is_static (NodeConstHandle nh) const |
Create decorators of type ReferenceFrame.
ReferenceFrameConst RMF::decorator::ReferenceFrameFactory::get | ( | NodeConstHandle | nh | ) | const |
Get a ReferenceFrameConst for nh.
Definition at line 1192 of file physics.h.
ReferenceFrame RMF::decorator::ReferenceFrameFactory::get | ( | NodeHandle | nh | ) | const |
Get a ReferenceFrame for nh.
Definition at line 1200 of file physics.h.
bool RMF::decorator::ReferenceFrameFactory::get_is | ( | NodeConstHandle | nh | ) | const |
Check whether nh has all the attributes required to be a ReferenceFrameConst.
Definition at line 1209 of file physics.h.