28 #ifndef __vtkTransmitRectilinearGridPiece_h
29 #define __vtkTransmitRectilinearGridPiece_h
31 #include "vtkFiltersParallelModule.h"
34 class vtkMultiProcessController;
41 void PrintSelf(ostream& os, vtkIndent indent);
46 virtual void SetController(vtkMultiProcessController*);
47 vtkGetObjectMacro(Controller, vtkMultiProcessController);
52 vtkSetMacro(CreateGhostCells,
int);
53 vtkGetMacro(CreateGhostCells,
int);
54 vtkBooleanMacro(CreateGhostCells,
int);
62 virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
64 vtkInformation *outInfo);
66 vtkInformation *outInfo);
67 virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
68 virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
a dataset that is topologically regular with variable spacing in the three coordinate directions ...
Superclass for algorithms that produce only rectilinear grid as output.
static vtkRectilinearGridAlgorithm * New()
For parallel processing, restrict IO to the first process in the cluster.
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkMultiProcessController * Controller
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void PrintSelf(ostream &os, vtkIndent indent)