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;
Abstract superclass for all arrays.
a simple class to control print indentation
represent and manipulate 3D points
Superclass for algorithms that produce only Tree as output.
aggregate field values from the leaves up the tree
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkTreeFieldAggregator * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
~vtkTreeFieldAggregator() override
A rooted tree data structure.
bool GetDoubleValue(const Json::Value &root, double &value)
Get double value from Json variable, with existence and type checks.