Section: Visualization Toolkit IO Classes
To create an instance of class vtkXMLDataReader, simply invoke its constructor as follows
obj = vtkXMLDataReader
obj is an instance of the vtkXMLDataReader class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkXMLDataReader = obj.NewInstance ()
vtkXMLDataReader = obj.SafeDownCast (vtkObject o)
vtkIdType = obj.GetNumberOfPoints () - Get the number of points in the output.
vtkIdType = obj.GetNumberOfCells () - Get the number of cells in the output.
obj.CopyOutputInformation (vtkInformation outInfo, int port)