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