|
RMF
|
#include <RMF/decorator/provenance.h>
Inheritance diagram for RMF::decorator::FilterProvenanceFactory:Public Member Functions | |
| FilterProvenanceFactory (FileConstHandle fh) | |
| FilterProvenanceFactory (FileHandle fh) | |
| FilterProvenanceConst | get (NodeConstHandle nh) const |
| FilterProvenance | get (NodeHandle nh) const |
| bool | get_is (NodeConstHandle nh) const |
| bool | get_is_static (NodeConstHandle nh) const |
Create decorators of type FilterProvenance.
Definition at line 790 of file provenance.h.
| FilterProvenanceConst RMF::decorator::FilterProvenanceFactory::get | ( | NodeConstHandle | nh | ) | const |
Get a FilterProvenanceConst for nh.
Definition at line 808 of file provenance.h.
Here is the call graph for this function:| FilterProvenance RMF::decorator::FilterProvenanceFactory::get | ( | NodeHandle | nh | ) | const |
Get a FilterProvenance for nh.
Definition at line 817 of file provenance.h.
Here is the call graph for this function:| bool RMF::decorator::FilterProvenanceFactory::get_is | ( | NodeConstHandle | nh | ) | const |
Check whether nh has all the attributes required to be a FilterProvenanceConst.
Definition at line 827 of file provenance.h.
Here is the call graph for this function: