37 #ifndef __vtkTreeFieldAggregator_h
38 #define __vtkTreeFieldAggregator_h
57 vtkGetStringMacro(Field);
58 vtkSetStringMacro(Field);
64 vtkGetMacro(MinValue,
double);
65 vtkSetMacro(MinValue,
double);
70 vtkSetMacro(LeafVertexUnitSize,
bool);
71 vtkGetMacro(LeafVertexUnitSize,
bool);
72 vtkBooleanMacro(LeafVertexUnitSize,
bool);
78 vtkSetMacro(LogScale,
bool);
79 vtkGetMacro(LogScale,
bool);
80 vtkBooleanMacro(LogScale,
bool);
90 bool LeafVertexUnitSize;
Superclass for algorithms that produce only Tree as output.
Abstract superclass for all arrays.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
aggregate field values from the leaves up the tree
static vtkTreeAlgorithm * New()
A rooted tree data structure.
represent and manipulate 3D points