RMF
|
#include <RMF/decorator/sequence.h>
Public Member Functions | |
ExplicitResolutionFactory (FileConstHandle fh) | |
ExplicitResolutionFactory (FileHandle fh) | |
ExplicitResolutionConst | get (NodeConstHandle nh) const |
ExplicitResolution | get (NodeHandle nh) const |
bool | get_is (NodeConstHandle nh) const |
bool | get_is_static (NodeConstHandle nh) const |
Create decorators of type ExplicitResolution.
Definition at line 1318 of file sequence.h.
ExplicitResolutionConst RMF::decorator::ExplicitResolutionFactory::get | ( | NodeConstHandle | nh | ) | const |
Get a ExplicitResolutionConst for nh.
Definition at line 1332 of file sequence.h.
ExplicitResolution RMF::decorator::ExplicitResolutionFactory::get | ( | NodeHandle | nh | ) | const |
Get a ExplicitResolution for nh.
Definition at line 1339 of file sequence.h.
bool RMF::decorator::ExplicitResolutionFactory::get_is | ( | NodeConstHandle | nh | ) | const |
Check whether nh has all the attributes required to be a ExplicitResolutionConst.
Definition at line 1347 of file sequence.h.