RMF
|
#include <RMF/decorator/provenance.h>
Public Member Functions | |
StructureProvenanceFactory (FileConstHandle fh) | |
StructureProvenanceFactory (FileHandle fh) | |
StructureProvenanceConst | get (NodeConstHandle nh) const |
StructureProvenance | get (NodeHandle nh) const |
bool | get_is (NodeConstHandle nh) const |
bool | get_is_static (NodeConstHandle nh) const |
Create decorators of type StructureProvenance.
Definition at line 161 of file provenance.h.
StructureProvenanceConst RMF::decorator::StructureProvenanceFactory::get | ( | NodeConstHandle | nh | ) | const |
Get a StructureProvenanceConst for nh.
Definition at line 179 of file provenance.h.
StructureProvenance RMF::decorator::StructureProvenanceFactory::get | ( | NodeHandle | nh | ) | const |
Get a StructureProvenance for nh.
Definition at line 188 of file provenance.h.
bool RMF::decorator::StructureProvenanceFactory::get_is | ( | NodeConstHandle | nh | ) | const |
Check whether nh has all the attributes required to be a StructureProvenanceConst.
Definition at line 198 of file provenance.h.