RMF
|
#include <RMF/decorator/provenance.h>
Public Member Functions | |
SampleProvenanceFactory (FileConstHandle fh) | |
SampleProvenanceFactory (FileHandle fh) | |
SampleProvenanceConst | get (NodeConstHandle nh) const |
SampleProvenance | get (NodeHandle nh) const |
bool | get_is (NodeConstHandle nh) const |
bool | get_is_static (NodeConstHandle nh) const |
Create decorators of type SampleProvenance.
Definition at line 409 of file provenance.h.
SampleProvenanceConst RMF::decorator::SampleProvenanceFactory::get | ( | NodeConstHandle | nh | ) | const |
Get a SampleProvenanceConst for nh.
Definition at line 429 of file provenance.h.
SampleProvenance RMF::decorator::SampleProvenanceFactory::get | ( | NodeHandle | nh | ) | const |
Get a SampleProvenance for nh.
Definition at line 439 of file provenance.h.
bool RMF::decorator::SampleProvenanceFactory::get_is | ( | NodeConstHandle | nh | ) | const |
Check whether nh has all the attributes required to be a SampleProvenanceConst.
Definition at line 450 of file provenance.h.