Section: Visualization Toolkit View Classes
.SEE ALSO vtkGraphLayoutView
.SECTION Thanks Thanks to Jason Shepherd for implementing this class
To create an instance of class vtkTreeRingView, simply invoke its constructor as follows
obj = vtkTreeRingView
obj
is an instance of the vtkTreeRingView class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkTreeRingView = obj.NewInstance ()
vtkTreeRingView = obj.SafeDownCast (vtkObject o)
obj.SetRootAngles (double start, double end)
- Set the root angles for laying out the hierarchy.
obj.SetRootAtCenter (bool value)
- Sets whether the root is at the center or around the outside.
bool = obj.GetRootAtCenter ()
- Sets whether the root is at the center or around the outside.
obj.RootAtCenterOn ()
- Sets whether the root is at the center or around the outside.
obj.RootAtCenterOff ()
- Sets whether the root is at the center or around the outside.
obj.SetLayerThickness (double thickness)
- Set the thickness of each layer.
double = obj.GetLayerThickness ()
- Set the thickness of each layer.
obj.SetInteriorRadius (double thickness)
- Set the interior radius of the tree
(i.e. the size of the "hole" in the center).
double = obj.GetInteriorRadius ()
- Set the interior radius of the tree
(i.e. the size of the "hole" in the center).
obj.SetInteriorLogSpacingValue (double thickness)
- Set the log spacing factor for the invisible interior tree
used for routing edges of the overlaid graph.
double = obj.GetInteriorLogSpacingValue ()
- Set the log spacing factor for the invisible interior tree
used for routing edges of the overlaid graph.