RMF
RMF::decorator::ColoredFactory Class Reference

#include <RMF/decorator/shape.h>

+ Inheritance diagram for RMF::decorator::ColoredFactory:

Public Member Functions

 ColoredFactory (FileConstHandle fh)
 
 ColoredFactory (FileHandle fh)
 
ColoredConst get (NodeConstHandle nh) const
 
Colored get (NodeHandle nh) const
 
bool get_is (NodeConstHandle nh) const
 
bool get_is_static (NodeConstHandle nh) const
 

Detailed Description

Create decorators of type Colored.

Definition at line 96 of file shape.h.

Member Function Documentation

ColoredConst RMF::decorator::ColoredFactory::get ( NodeConstHandle  nh) const

Get a ColoredConst for nh.

Definition at line 110 of file shape.h.

Colored RMF::decorator::ColoredFactory::get ( NodeHandle  nh) const

Get a Colored for nh.

Definition at line 117 of file shape.h.

bool RMF::decorator::ColoredFactory::get_is ( NodeConstHandle  nh) const

Check whether nh has all the attributes required to be a ColoredConst.

Definition at line 125 of file shape.h.

+ Here is the call graph for this function:


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