25 #ifndef vtkTransmitStructuredDataPiece_h
26 #define vtkTransmitStructuredDataPiece_h
49 vtkSetMacro(CreateGhostCells,
int);
50 vtkGetMacro(CreateGhostCells,
int);
51 vtkBooleanMacro(CreateGhostCells,
int);
62 void SatelliteExecute(
int procId,
vtkDataSet *output,
abstract class to specify dataset behavior
#define VTKFILTERSPARALLEL_EXPORT
vtkMultiProcessController * Controller
a simple class to control print indentation
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce output of the same type as input.
static vtkDataSetAlgorithm * New()
Multiprocessing communication superclass.