Go to the documentation of this file.
31 #ifndef vtkUniformGridPartitioner_h
32 #define vtkUniformGridPartitioner_h
34 #include "vtkCommonExecutionModelModule.h"
53 vtkGetMacro(NumberOfPartitions,
int);
54 vtkSetMacro(NumberOfPartitions,
int);
61 vtkGetMacro(NumberOfGhostLayers,
int);
62 vtkSetMacro(NumberOfGhostLayers,
int);
a simple class to control print indentation
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.