|
RMF
|
#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 |
Create decorators of type Representation.
Definition at line 191 of file representation.h.
| 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: