35 #ifndef vtkBoxLayoutStrategy_h
36 #define vtkBoxLayoutStrategy_h
38 #include "vtkInfovisLayoutModule.h"
66 float parentMinX,
float parentMaxX,
67 float parentMinY,
float parentMaxY);
a tree map layout that puts vertices in square-ish boxes
virtual void Layout(vtkTree *inputTree, vtkDataArray *coordsArray, vtkDataArray *sizeArray)
Perform the layout of a tree and place the results as 4-tuples in coordsArray (Xmin,...
static vtkBoxLayoutStrategy * New()
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
abstract superclass for arrays of numeric data
a simple class to control print indentation
abstract superclass for all tree map layout strategies
A rooted tree data structure.