RMF
|
#include <RMF/decorator/shape.h>
Public Member Functions | |
CylinderFactory (FileConstHandle fh) | |
CylinderFactory (FileHandle fh) | |
CylinderConst | get (NodeConstHandle nh) const |
Cylinder | get (NodeHandle nh) const |
bool | get_is (NodeConstHandle nh) const |
bool | get_is_static (NodeConstHandle nh) const |
CylinderConst RMF::decorator::CylinderFactory::get | ( | NodeConstHandle | nh | ) | const |
Get a CylinderConst for nh.
Definition at line 649 of file shape.h.
Cylinder RMF::decorator::CylinderFactory::get | ( | NodeHandle | nh | ) | const |
bool RMF::decorator::CylinderFactory::get_is | ( | NodeConstHandle | nh | ) | const |
Check whether nh has all the attributes required to be a CylinderConst.
Definition at line 666 of file shape.h.