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