Section: Visualization Toolkit IO Classes
To create an instance of class vtkXMLPImageDataReader, simply invoke its constructor as follows
obj = vtkXMLPImageDataReader
obj
is an instance of the vtkXMLPImageDataReader class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkXMLPImageDataReader = obj.NewInstance ()
vtkXMLPImageDataReader = obj.SafeDownCast (vtkObject o)
vtkImageData = obj.GetOutput ()
- Get the reader's output.
vtkImageData = obj.GetOutput (int idx)
- Get the reader's output.
obj.CopyOutputInformation (vtkInformation outInfo, int port)