Section: Visualization Toolkit IO Classes
To create an instance of class vtkXMLPUnstructuredDataReader, simply invoke its constructor as follows
obj = vtkXMLPUnstructuredDataReader
obj
is an instance of the vtkXMLPUnstructuredDataReader class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkXMLPUnstructuredDataReader = obj.NewInstance ()
vtkXMLPUnstructuredDataReader = obj.SafeDownCast (vtkObject o)
obj.CopyOutputInformation (vtkInformation outInfo, int port)