37 #ifndef vtkTreeFieldAggregator_h
38 #define vtkTreeFieldAggregator_h
58 vtkGetStringMacro(Field);
59 vtkSetStringMacro(Field);
65 vtkGetMacro(MinValue,
double);
66 vtkSetMacro(MinValue,
double);
71 vtkSetMacro(LeafVertexUnitSize,
bool);
72 vtkGetMacro(LeafVertexUnitSize,
bool);
73 vtkBooleanMacro(LeafVertexUnitSize,
bool);
79 vtkSetMacro(LogScale,
bool);
80 vtkGetMacro(LogScale,
bool);
81 vtkBooleanMacro(LogScale,
bool);
91 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
#define VTKINFOVISCORE_EXPORT
static vtkTreeAlgorithm * New()
A rooted tree data structure.
represent and manipulate 3D points