|
RMF
|
#include <RMF/decorator/sequence.h>
Inheritance diagram for RMF::decorator::ChainFactory:Public Member Functions | |
| ChainFactory (FileConstHandle fh) | |
| ChainFactory (FileHandle fh) | |
| ChainConst | get (NodeConstHandle nh) const |
| Chain | get (NodeHandle nh) const |
| bool | get_is (NodeConstHandle nh) const |
| bool | get_is_static (NodeConstHandle nh) const |
Create decorators of type Chain.
Definition at line 472 of file sequence.h.
| ChainConst RMF::decorator::ChainFactory::get | ( | NodeConstHandle | nh | ) | const |
Get a ChainConst for nh.
Definition at line 496 of file sequence.h.
Here is the call graph for this function:| Chain RMF::decorator::ChainFactory::get | ( | NodeHandle | nh | ) | const |
Get a Chain for nh.
Definition at line 508 of file sequence.h.
Here is the call graph for this function:| bool RMF::decorator::ChainFactory::get_is | ( | NodeConstHandle | nh | ) | const |
Check whether nh has all the attributes required to be a ChainConst.
Definition at line 521 of file sequence.h.
Here is the call graph for this function: