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