Section: Visualization Toolkit Infovis Classes
To create an instance of class vtkEdgeLayout, simply invoke its constructor as follows
obj = vtkEdgeLayout
obj
is an instance of the vtkEdgeLayout class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkEdgeLayout = obj.NewInstance ()
vtkEdgeLayout = obj.SafeDownCast (vtkObject o)
obj.SetLayoutStrategy (vtkEdgeLayoutStrategy strategy)
- The layout strategy to use during graph layout.
vtkEdgeLayoutStrategy = obj.GetLayoutStrategy ()
- The layout strategy to use during graph layout.
long = obj.GetMTime ()
- Get the modification time of the layout algorithm.