RMF
RMF::decorator::SegmentFactory Class Reference

#include <RMF/decorator/shape.h>

+ Inheritance diagram for RMF::decorator::SegmentFactory:

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
 

Detailed Description

Create decorators of type Segment.

Definition at line 761 of file shape.h.

Member Function Documentation

SegmentConst RMF::decorator::SegmentFactory::get ( NodeConstHandle  nh) const

Get a SegmentConst for nh.

Definition at line 775 of file shape.h.

+ Here is the call graph for this function:

Segment RMF::decorator::SegmentFactory::get ( NodeHandle  nh) const

Get a Segment for nh.

Definition at line 782 of file shape.h.

+ Here is the call graph for this function:

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.

+ Here is the call graph for this function:


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