35 #ifndef vtkBoxLayoutStrategy_h 36 #define vtkBoxLayoutStrategy_h 38 #include "vtkInfovisLayoutModule.h" 66 float parentMinX,
float parentMaxX,
67 float parentMinY,
float parentMaxY);
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
abstract superclass for arrays of numeric data
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
a tree map layout that puts vertices in square-ish boxes
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
A rooted tree data structure.