Go to the documentation of this file.
38 #ifndef vtkTreeFieldAggregator_h
39 #define vtkTreeFieldAggregator_h
44 #include "vtkInfovisCoreModule.h"
60 vtkGetStringMacro(Field);
61 vtkSetStringMacro(Field);
68 vtkGetMacro(MinValue,
double);
69 vtkSetMacro(MinValue,
double);
76 vtkSetMacro(LeafVertexUnitSize,
bool);
77 vtkGetMacro(LeafVertexUnitSize,
bool);
78 vtkBooleanMacro(LeafVertexUnitSize,
bool);
85 vtkSetMacro(LogScale,
bool);
86 vtkGetMacro(LogScale,
bool);
87 vtkBooleanMacro(LogScale,
bool);
98 bool LeafVertexUnitSize;
represent and manipulate 3D points
static vtkTreeFieldAggregator * New()
A rooted tree data structure.
aggregate field values from the leaves up the tree
a simple class to control print indentation
Superclass for algorithms that produce only Tree as output.
Abstract superclass for all arrays.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
~vtkTreeFieldAggregator() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.