40 #ifndef vtkSquarifyLayoutStrategy_h 41 #define vtkSquarifyLayoutStrategy_h 43 #include "vtkInfovisLayoutModule.h" 77 float minX,
float maxX,
78 float minY,
float maxY);
virtual void Layout(vtkTree *inputTree, vtkDataArray *areaArray, vtkDataArray *sizeArray)=0
Perform the layout of the input tree, and store the sector bounds of each vertex as a tuple in a data...
a simple class to control print indentation
list of point or cell ids
abstract superclass for arrays of numeric data
uses the squarify tree map layout algorithm
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
abstract superclass for all tree map layout strategies
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
A rooted tree data structure.