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