Section: Visualization Toolkit Infovis Classes
To create an instance of class vtkTreeMapToPolyData, simply invoke its constructor as follows
obj = vtkTreeMapToPolyData
obj is an instance of the vtkTreeMapToPolyData class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkTreeMapToPolyData = obj.NewInstance ()
vtkTreeMapToPolyData = obj.SafeDownCast (vtkObject o)
obj.SetRectanglesArrayName (string name) - The field containing the level of each tree node.
This can be added using vtkTreeLevelsFilter before this filter.
If this is not present, the filter simply calls tree->GetLevel(v) for
each vertex, which will produce the same result, but
may not be as efficient.
obj.SetLevelArrayName (string name) - The spacing along the z-axis between tree map levels.
double = obj.GetLevelDeltaZ () - The spacing along the z-axis between tree map levels.
obj.SetLevelDeltaZ (double ) - The spacing along the z-axis between tree map levels.
bool = obj.GetAddNormals () - The spacing along the z-axis between tree map levels.
obj.SetAddNormals (bool ) - The spacing along the z-axis between tree map levels.
int = obj.FillInputPortInformation (int port, vtkInformation info)