26 #ifndef vtkTransmitStructuredDataPiece_h
27 #define vtkTransmitStructuredDataPiece_h
29 #include "vtkFiltersParallelModule.h"
55 vtkGetMacro(CreateGhostCells,
int);
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()
vtkTransmitStructuredDataPiece()
void SatelliteExecute(int procId, vtkDataSet *output, vtkInformation *outInfo)
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called within ProcessRequest when a request asks the algorithm to do its work.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
void RootExecute(vtkDataSet *input, vtkDataSet *output, vtkInformation *outInfo)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called within ProcessRequest when each filter in the pipeline decides what portion of its inp...
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called within ProcessRequest when a request asks for Information.
virtual void SetController(vtkMultiProcessController *)
By defualt this filter uses the global controller, but this method can be used to set another instead...
~vtkTransmitStructuredDataPiece()
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.