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;