19 #ifndef vtkUniformGridPartitioner_h
20 #define vtkUniformGridPartitioner_h
22 #include "vtkCommonExecutionModelModule.h"
25 VTK_ABI_NAMESPACE_BEGIN
42 vtkGetMacro(NumberOfPartitions,
int);
43 vtkSetMacro(NumberOfPartitions,
int);
50 vtkGetMacro(NumberOfGhostLayers,
int);
51 vtkSetMacro(NumberOfGhostLayers,
int);
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
static vtkMultiBlockDataSetAlgorithm * New()
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.