Go to the documentation of this file.
26 #ifndef vtkTransmitUnstructuredGridPiece_h
27 #define vtkTransmitUnstructuredGridPiece_h
29 #include "vtkFiltersParallelModule.h"
void RootExecute(vtkUnstructuredGrid *input, vtkUnstructuredGrid *output, vtkInformation *outInfo)
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkTransmitUnstructuredGridPiece()
static vtkTransmitUnstructuredGridPiece * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Multiprocessing communication superclass.
a simple class to control print indentation
vtkTypeBool CreateGhostCells
vtkMultiProcessController * Controller
void SatelliteExecute(int procId, vtkUnstructuredGrid *output, vtkInformation *outInfo)
~vtkTransmitUnstructuredGridPiece() override
Superclass for algorithms that produce only unstructured grid as output.
dataset represents arbitrary combinations of all possible cell types
virtual void SetController(vtkMultiProcessController *)
By default this filter uses the global controller, but this method can be used to set another instead...