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