Section: Visualization Toolkit Infovis Classes
.SECTION Thanks Thanks to Brian Wylie from Sandia National Laboratories for creating this class.
To create an instance of class vtkBoxLayoutStrategy, simply invoke its constructor as follows
obj = vtkBoxLayoutStrategy
obj
is an instance of the vtkBoxLayoutStrategy class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkBoxLayoutStrategy = obj.NewInstance ()
vtkBoxLayoutStrategy = obj.SafeDownCast (vtkObject o)
obj.Layout (vtkTree inputTree, vtkDataArray coordsArray, vtkDataArray sizeArray)
- Perform the layout of a tree and place the results as 4-tuples in
coordsArray (Xmin, Xmax, Ymin, Ymax).