Section: Visualization Toolkit IO Classes
.SECTION Thanks Dr. Jean M. Favre who developed and contributed this class
To create an instance of class vtkPDBReader, simply invoke its constructor as follows
obj = vtkPDBReader
obj
is an instance of the vtkPDBReader class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkPDBReader = obj.NewInstance ()
vtkPDBReader = obj.SafeDownCast (vtkObject o)