Section: Visualization Toolkit IO Classes
.SECTION Thanks Dr. Jean M. Favre who developed and contributed this class
To create an instance of class vtkXYZMolReader, simply invoke its constructor as follows
obj = vtkXYZMolReader
obj is an instance of the vtkXYZMolReader class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkXYZMolReader = obj.NewInstance ()
vtkXYZMolReader = obj.SafeDownCast (vtkObject o)
int = obj.CanReadFile (string name) - Test whether the file with the given name can be read by this
reader.
obj.SetTimeStep (int ) - Set the current time step. It should be greater than 0 and smaller than
MaxTimeStep.
int = obj.GetTimeStep () - Set the current time step. It should be greater than 0 and smaller than
MaxTimeStep.
int = obj.GetMaxTimeStep () - Get the maximum time step.