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