RMF
|
#include <RMF/decorator/sequence.h>
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 430 of file sequence.h.
ChainConst RMF::decorator::ChainFactory::get | ( | NodeConstHandle | nh | ) | const |
Get a ChainConst for nh.
Definition at line 452 of file sequence.h.
Chain RMF::decorator::ChainFactory::get | ( | NodeHandle | nh | ) | const |
Get a Chain for nh.
Definition at line 463 of file sequence.h.
bool RMF::decorator::ChainFactory::get_is | ( | NodeConstHandle | nh | ) | const |
Check whether nh has all the attributes required to be a ChainConst.
Definition at line 475 of file sequence.h.