40 #ifndef vtkSquarifyLayoutStrategy_h
41 #define vtkSquarifyLayoutStrategy_h
43 #include "vtkInfovisLayoutModule.h"
77 float minX,
float maxX,
78 float minY,
float maxY);
abstract superclass for arrays of numeric data
list of point or cell ids
a simple class to control print indentation
uses the squarify tree map layout algorithm
~vtkSquarifyLayoutStrategy()
static vtkSquarifyLayoutStrategy * New()
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkSquarifyLayoutStrategy()
void Layout(vtkTree *inputTree, vtkDataArray *coordsArray, vtkDataArray *sizeArray)
Perform the layout of a tree and place the results as 4-tuples in coordsArray (Xmin,...
abstract superclass for all tree map layout strategies
A rooted tree data structure.