Section: Visualization Toolkit Infovis Classes
To create an instance of class vtkVertexDegree, simply invoke its constructor as follows
obj = vtkVertexDegree
obj
is an instance of the vtkVertexDegree class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkVertexDegree = obj.NewInstance ()
vtkVertexDegree = obj.SafeDownCast (vtkObject o)
obj.SetOutputArrayName (string )
- Set the output array name. If no output array name is
set then the name 'VertexDegree' is used.