Section: Visualization Toolkit Infovis Classes
Instances of subclasses of this class may be assigned as the layout strategy to vtkTreeMapLayout
.SECTION Thanks Thanks to Brian Wylie and Ken Moreland from Sandia National Laboratories for help developing this class.
To create an instance of class vtkTreeMapLayoutStrategy, simply invoke its constructor as follows
obj = vtkTreeMapLayoutStrategy
obj
is an instance of the vtkTreeMapLayoutStrategy class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkTreeMapLayoutStrategy = obj.NewInstance ()
vtkTreeMapLayoutStrategy = obj.SafeDownCast (vtkObject o)
vtkIdType = obj.FindVertex (vtkTree tree, vtkDataArray areaArray, float pnt[2])
- Find the vertex at a certain location, or -1 if none found.