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