RMF
|
#include <RMF/decorator/provenance.h>
Public Member Functions | |
void | set_density (String path) |
void | set_frame_members (Int v) |
void | set_frame_precision (Float v) |
void | set_members (Int v) |
void | set_precision (Float v) |
void | set_static_members (Int v) |
void | set_static_precision (Float v) |
Public Member Functions inherited from RMF::decorator::ClusterProvenanceConst | |
String | get_density () const |
Int | get_frame_members () const |
Float | get_frame_precision () const |
Int | get_members () const |
Float | get_precision () const |
Int | get_static_members () const |
Float | get_static_precision () const |
Static Public Member Functions | |
static std::string | get_decorator_type_name () |
Static Public Member Functions inherited from RMF::decorator::ClusterProvenanceConst | |
static std::string | get_decorator_type_name () |
Additional Inherited Members | |
Protected Member Functions inherited from RMF::decorator::ClusterProvenanceConst | |
ClusterProvenanceConst (NodeConstHandle nh, IntKey cluster_members, FloatKey cluster_precision, StringKey cluster_density) | |
Protected Member Functions inherited from RMF::Decorator | |
Decorator (NodeConstHandle handle) | |
NodeHandle | get_node () const |
Protected Attributes inherited from RMF::decorator::ClusterProvenanceConst | |
StringKey | cluster_density_ |
IntKey | cluster_members_ |
FloatKey | cluster_precision_ |
See also ClusterProvenanceFactory.
Definition at line 929 of file provenance.h.