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