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