RMF
|
#include <RMF/decorator/sequence.h>
Public Member Functions | |
DomainFactory (FileConstHandle fh) | |
DomainFactory (FileHandle fh) | |
DomainConst | get (NodeConstHandle nh) const |
Domain | get (NodeHandle nh) const |
bool | get_is (NodeConstHandle nh) const |
bool | get_is_static (NodeConstHandle nh) const |
Create decorators of type Domain.
Definition at line 824 of file sequence.h.
DomainConst RMF::decorator::DomainFactory::get | ( | NodeConstHandle | nh | ) | const |
Get a DomainConst for nh.
Definition at line 844 of file sequence.h.
Domain RMF::decorator::DomainFactory::get | ( | NodeHandle | nh | ) | const |
Get a Domain for nh.
Definition at line 851 of file sequence.h.
bool RMF::decorator::DomainFactory::get_is | ( | NodeConstHandle | nh | ) | const |
Check whether nh has all the attributes required to be a DomainConst.
Definition at line 859 of file sequence.h.