RMF
|
#include <RMF/decorator/sequence.h>
Public Member Functions | |
StateFactory (FileConstHandle fh) | |
StateFactory (FileHandle fh) | |
StateConst | get (NodeConstHandle nh) const |
State | get (NodeHandle nh) const |
bool | get_is (NodeConstHandle nh) const |
bool | get_is_static (NodeConstHandle nh) const |
Create decorators of type State.
Definition at line 1196 of file sequence.h.
StateConst RMF::decorator::StateFactory::get | ( | NodeConstHandle | nh | ) | const |
Get a StateConst for nh.
Definition at line 1210 of file sequence.h.
State RMF::decorator::StateFactory::get | ( | NodeHandle | nh | ) | const |
Get a State for nh.
Definition at line 1217 of file sequence.h.
bool RMF::decorator::StateFactory::get_is | ( | NodeConstHandle | nh | ) | const |
Check whether nh has all the attributes required to be a StateConst.
Definition at line 1225 of file sequence.h.