RMF
RMF::decorator::CylinderFactory Class Reference

#include <RMF/decorator/shape.h>

+ Inheritance diagram for RMF::decorator::CylinderFactory:

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
 

Detailed Description

Create decorators of type Cylinder.

Definition at line 633 of file shape.h.

Member Function Documentation

CylinderConst RMF::decorator::CylinderFactory::get ( NodeConstHandle  nh) const

Get a CylinderConst for nh.

Definition at line 649 of file shape.h.

+ Here is the call graph for this function:

Cylinder RMF::decorator::CylinderFactory::get ( NodeHandle  nh) const

Get a Cylinder for nh.

Definition at line 657 of file shape.h.

+ Here is the call graph for this function:

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.

+ Here is the call graph for this function:


The documentation for this class was generated from the following file: