Section: Visualization Toolkit IO Classes
To create an instance of class vtkGraphWriter, simply invoke its constructor as follows
obj = vtkGraphWriter
obj
is an instance of the vtkGraphWriter class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkGraphWriter = obj.NewInstance ()
vtkGraphWriter = obj.SafeDownCast (vtkObject o)
vtkGraph = obj.GetInput ()
- Get the input to this writer.
vtkGraph = obj.GetInput (int port)
- Get the input to this writer.