|
RMF
|
#include <RMF/decorator/sequence.h>
Inheritance diagram for RMF::decorator::ExplicitResolutionFactory: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 1364 of file sequence.h.
| ExplicitResolutionConst RMF::decorator::ExplicitResolutionFactory::get | ( | NodeConstHandle | nh | ) | const |
Get a ExplicitResolutionConst for nh.
Definition at line 1378 of file sequence.h.
Here is the call graph for this function:| ExplicitResolution RMF::decorator::ExplicitResolutionFactory::get | ( | NodeHandle | nh | ) | const |
Get a ExplicitResolution for nh.
Definition at line 1385 of file sequence.h.
Here is the call graph for this function:| bool RMF::decorator::ExplicitResolutionFactory::get_is | ( | NodeConstHandle | nh | ) | const |
Check whether nh has all the attributes required to be a ExplicitResolutionConst.
Definition at line 1393 of file sequence.h.
Here is the call graph for this function: