|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   35 #ifndef vtkTreeFieldAggregator_h 
   36 #define vtkTreeFieldAggregator_h 
   41 #include "vtkInfovisCoreModule.h"  
   57   vtkGetStringMacro(Field);
 
   58   vtkSetStringMacro(Field);
 
   65   vtkGetMacro(MinValue, 
double);
 
   66   vtkSetMacro(MinValue, 
double);
 
   73   vtkSetMacro(LeafVertexUnitSize, 
bool);
 
   74   vtkGetMacro(LeafVertexUnitSize, 
bool);
 
   75   vtkBooleanMacro(LeafVertexUnitSize, 
bool);
 
   82   vtkSetMacro(LogScale, 
bool);
 
   83   vtkGetMacro(LogScale, 
bool);
 
   84   vtkBooleanMacro(LogScale, 
bool);
 
   95   bool LeafVertexUnitSize;
 
  
represent and manipulate 3D points
A rooted tree data structure.
aggregate field values from the leaves up the tree
static vtkTreeAlgorithm * New()
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Superclass for algorithms that produce only Tree as output.
bool GetDoubleValue(const Json::Value &root, double &value)
Get double value from Json variable, with existence and type checks.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
Abstract superclass for all arrays.