24 #ifndef __vtkTransmitPolyDataPiece_h
25 #define __vtkTransmitPolyDataPiece_h
47 vtkSetMacro(CreateGhostCells,
int);
48 vtkGetMacro(CreateGhostCells,
int);
49 vtkBooleanMacro(CreateGhostCells,
int);
Return specified piece, including specified number of ghost levels.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
concrete dataset represents vertices, lines, polygons, and triangle strips
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkMultiProcessController * Controller
Multiprocessing communication superclass.