38 #ifndef vtkTreeFieldAggregator_h 
   39 #define vtkTreeFieldAggregator_h 
   44 #include "vtkInfovisCoreModule.h"  
   61   vtkSetStringMacro(Field);
 
   68   vtkGetMacro(MinValue, 
double);
 
   77   vtkGetMacro(LeafVertexUnitSize, 
bool);
 
   86   vtkGetMacro(LogScale, 
bool);
 
   98   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)
This is called by the superclass. 
 
a simple class to control print indentation 
 
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions. 
 
aggregate field values from the leaves up the tree 
 
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection. 
 
static vtkTreeAlgorithm * New()
 
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection. 
 
A rooted tree data structure. 
 
represent and manipulate 3D points 
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.