30 #ifndef VTKUNIFORMGRIDPARTITIONER_H_
31 #define VTKUNIFORMGRIDPARTITIONER_H_
33 #include "vtkCommonExecutionModelModule.h"
37 class vtkInformationVector;
46 void PrintSelf(ostream &oss, vtkIndent indent );
50 vtkGetMacro(NumberOfPartitions,
int);
51 vtkSetMacro(NumberOfPartitions,
int);
56 vtkGetMacro(NumberOfGhostLayers,
int);
57 vtkSetMacro(NumberOfGhostLayers,
int);
66 vtkInformation*,vtkInformationVector**,vtkInformationVector*);
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
static vtkMultiBlockDataSetAlgorithm * New()
virtual int FillOutputPortInformation(int port, vtkInformation *info)
virtual int FillInputPortInformation(int port, vtkInformation *info)
void PrintSelf(ostream &os, vtkIndent indent)