26 #ifndef vtkTransmitStructuredDataPiece_h
27 #define vtkTransmitStructuredDataPiece_h
30 #include "vtkFiltersParallelModule.h"
Superclass for algorithms that produce output of the same type as input.
abstract class to specify dataset behavior
a simple class to control print indentation
Multiprocessing communication superclass.
vtkMultiProcessController * Controller
static vtkTransmitStructuredDataPiece * New()
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks for Information.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
vtkTransmitStructuredDataPiece()
void SatelliteExecute(int procId, vtkDataSet *output, vtkInformation *outInfo)
~vtkTransmitStructuredDataPiece() override
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when each filter in the pipeline decides what portion of its inp...
void RootExecute(vtkDataSet *input, vtkDataSet *output, vtkInformation *outInfo)
vtkTypeBool CreateGhostCells
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void SetController(vtkMultiProcessController *)
By default this filter uses the global controller, but this method can be used to set another instead...