Section: Visualization Toolkit Parallel Classes
Extends the vtkSLACReader to read in partitioned pieces. Due to the nature of the data layout, this reader only works in a data parallel mode where each process in a parallel job simultaneously attempts to read the piece corresponding to the local process id.
To create an instance of class vtkPSLACReader, simply invoke its constructor as follows
obj = vtkPSLACReader
obj
is an instance of the vtkPSLACReader class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkPSLACReader = obj.NewInstance ()
vtkPSLACReader = obj.SafeDownCast (vtkObject o)
vtkMultiProcessController = obj.GetController ()
- The controller used to communicate partition data. The number of pieces
requested must agree with the number of processes, the piece requested must
agree with the local process id, and all process must invoke
ProcessRequests of this filter simultaneously.
obj.SetController (vtkMultiProcessController )
- The controller used to communicate partition data. The number of pieces
requested must agree with the number of processes, the piece requested must
agree with the local process id, and all process must invoke
ProcessRequests of this filter simultaneously.