|
RMF
|
#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 |
| ColoredConst RMF::decorator::ColoredFactory::get | ( | NodeConstHandle | nh | ) | const |
Get a ColoredConst for nh.
| Colored RMF::decorator::ColoredFactory::get | ( | NodeHandle | nh | ) | const |
| 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: