|
RMF
|
#include <RMF/decorator/representation.h>
Inheritance diagram for RMF::decorator::Representation:Public Member Functions | |
| NodeHandles | get_frame_representation () const |
| NodeHandles | get_representation () const |
| NodeHandles | get_static_representation () const |
| void | set_frame_representation (Ints v) |
| void | set_frame_representation (const NodeConstHandles &v) |
| void | set_frame_representation (const NodeHandles &v) |
| void | set_frame_representation (const NodeIDs &v) |
| void | set_representation (Ints v) |
| void | set_representation (const NodeConstHandles &v) |
| void | set_representation (const NodeHandles &v) |
| void | set_representation (const NodeIDs &v) |
| void | set_static_representation (Ints v) |
| void | set_static_representation (const NodeConstHandles &v) |
| void | set_static_representation (const NodeHandles &v) |
| void | set_static_representation (const NodeIDs &v) |
Public Member Functions inherited from RMF::decorator::RepresentationConst | |
| NodeConstHandles | get_frame_representation () const |
| NodeConstHandles | get_representation () const |
| NodeConstHandles | get_static_representation () const |
Static Public Member Functions | |
| static std::string | get_decorator_type_name () |
Static Public Member Functions inherited from RMF::decorator::RepresentationConst | |
| static std::string | get_decorator_type_name () |
Additional Inherited Members | |
Protected Member Functions inherited from RMF::Decorator | |
| Decorator (NodeConstHandle handle) | |
| NodeHandle | get_node () const |
See also RepresentationFactory.
Definition at line 71 of file representation.h.