24 #ifndef __vtkTransmitUnstructuredGridPiece_h
25 #define __vtkTransmitUnstructuredGridPiece_h
47 vtkSetMacro(CreateGhostCells,
int);
48 vtkGetMacro(CreateGhostCells,
int);
49 vtkBooleanMacro(CreateGhostCells,
int);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
static vtkUnstructuredGridAlgorithm * New()
vtkMultiProcessController * Controller
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
a simple class to control print indentation
dataset represents arbitrary combinations of all possible cell types
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only unstructured grid as output.
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Return specified piece, including specified number of ghost levels.
Multiprocessing communication superclass.