Section: Visualization Toolkit IO Classes
To create an instance of class vtkXMLPDataReader, simply invoke its constructor as follows
obj = vtkXMLPDataReader
obj
is an instance of the vtkXMLPDataReader class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkXMLPDataReader = obj.NewInstance ()
vtkXMLPDataReader = obj.SafeDownCast (vtkObject o)
int = obj.GetNumberOfPieces ()
- Get the number of pieces from the summary file being read.
obj.CopyOutputInformation (vtkInformation outInfo, int port)