Section: Visualization Toolkit Infovis Classes
Each update, vtkMergeGraphs is used to combine this filter's input with the internal graph.
To create an instance of class vtkStreamGraph, simply invoke its constructor as follows
obj = vtkStreamGraph
obj
is an instance of the vtkStreamGraph class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkStreamGraph = obj.NewInstance ()
vtkStreamGraph = obj.SafeDownCast (vtkObject o)
obj.SetMaxEdges (vtkIdType )
- The maximum number of edges in the combined graph. Default is -1,
which specifies that there should be no limit on the number
of edges.
vtkIdType = obj.GetMaxEdges ()
- The maximum number of edges in the combined graph. Default is -1,
which specifies that there should be no limit on the number
of edges.