RMF
|
#include <RMF/decorator/sequence.h>
Public Member Functions | |
FragmentFactory (FileConstHandle fh) | |
FragmentFactory (FileHandle fh) | |
FragmentConst | get (NodeConstHandle nh) const |
Fragment | get (NodeHandle nh) const |
bool | get_is (NodeConstHandle nh) const |
bool | get_is_static (NodeConstHandle nh) const |
Create decorators of type Fragment.
Definition at line 568 of file sequence.h.
FragmentConst RMF::decorator::FragmentFactory::get | ( | NodeConstHandle | nh | ) | const |
Get a FragmentConst for nh.
Definition at line 582 of file sequence.h.
Fragment RMF::decorator::FragmentFactory::get | ( | NodeHandle | nh | ) | const |
Get a Fragment for nh.
Definition at line 589 of file sequence.h.
bool RMF::decorator::FragmentFactory::get_is | ( | NodeConstHandle | nh | ) | const |
Check whether nh has all the attributes required to be a FragmentConst.
Definition at line 597 of file sequence.h.