37 #ifndef __vtkTreeFieldAggregator_h
38 #define __vtkTreeFieldAggregator_h
43 #include "vtkInfovisCoreModule.h"
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;