RMF
RMF::decorator::RepresentationFactory Class Reference

#include <RMF/decorator/representation.h>

+ Inheritance diagram for RMF::decorator::RepresentationFactory:

Public Member Functions

 RepresentationFactory (FileConstHandle fh)
 
 RepresentationFactory (FileHandle fh)
 
RepresentationConst get (NodeConstHandle nh) const
 
Representation get (NodeHandle nh) const
 
bool get_is (NodeConstHandle nh) const
 
bool get_is_static (NodeConstHandle nh) const
 

Detailed Description

Create decorators of type Representation.

Definition at line 191 of file representation.h.

Member Function Documentation

RepresentationConst RMF::decorator::RepresentationFactory::get ( NodeConstHandle  nh) const

Get a RepresentationConst for nh.

Definition at line 203 of file representation.h.

Representation RMF::decorator::RepresentationFactory::get ( NodeHandle  nh) const

Get a Representation for nh.

Definition at line 211 of file representation.h.

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

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

Definition at line 220 of file representation.h.

+ Here is the call graph for this function:


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