Section: Visualization Toolkit Parallel Classes
To create an instance of class vtkPieceRequestFilter, simply invoke its constructor as follows
obj = vtkPieceRequestFilter
obj is an instance of the vtkPieceRequestFilter class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkPieceRequestFilter = obj.NewInstance ()
vtkPieceRequestFilter = obj.SafeDownCast (vtkObject o)
obj.SetNumberOfPieces (int ) - The total number of pieces.
int = obj.GetNumberOfPiecesMinValue () - The total number of pieces.
int = obj.GetNumberOfPiecesMaxValue () - The total number of pieces.
int = obj.GetNumberOfPieces () - The total number of pieces.
obj.SetPiece (int ) - The piece to extract.
int = obj.GetPieceMinValue () - The piece to extract.
int = obj.GetPieceMaxValue () - The piece to extract.
int = obj.GetPiece () - The piece to extract.
vtkDataObject = obj.GetOutput () - Get the output data object for a port on this algorithm.
vtkDataObject = obj.GetOutput (int ) - Get the output data object for a port on this algorithm.
obj.SetInput (vtkDataObject ) - Set an input of this algorithm.
obj.SetInput (int , vtkDataObject ) - Set an input of this algorithm.