|
RMF
|
#include <RMF/decorator/sequence.h>
Inheritance diagram for RMF::decorator::StateFactory: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 1242 of file sequence.h.
| StateConst RMF::decorator::StateFactory::get | ( | NodeConstHandle | nh | ) | const |
Get a StateConst for nh.
Definition at line 1256 of file sequence.h.
Here is the call graph for this function:| State RMF::decorator::StateFactory::get | ( | NodeHandle | nh | ) | const |
Get a State for nh.
Definition at line 1263 of file sequence.h.
Here is the call graph for this function:| bool RMF::decorator::StateFactory::get_is | ( | NodeConstHandle | nh | ) | const |
Check whether nh has all the attributes required to be a StateConst.
Definition at line 1271 of file sequence.h.
Here is the call graph for this function: