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