RMF
|
#include <RMF/decorator/physics.h>
Public Member Functions | |
DiffuserFactory (FileConstHandle fh) | |
DiffuserFactory (FileHandle fh) | |
DiffuserConst | get (NodeConstHandle nh) const |
Diffuser | get (NodeHandle nh) const |
bool | get_is (NodeConstHandle nh) const |
bool | get_is_static (NodeConstHandle nh) const |
DiffuserConst RMF::decorator::DiffuserFactory::get | ( | NodeConstHandle | nh | ) | const |
Get a DiffuserConst for nh.
Definition at line 819 of file physics.h.
Diffuser RMF::decorator::DiffuserFactory::get | ( | NodeHandle | nh | ) | const |
bool RMF::decorator::DiffuserFactory::get_is | ( | NodeConstHandle | nh | ) | const |
Check whether nh has all the attributes required to be a DiffuserConst.
Definition at line 834 of file physics.h.