28#ifndef vtkUniformGridPartitioner_h
29#define vtkUniformGridPartitioner_h
31#include "vtkCommonExecutionModelModule.h"
50 vtkGetMacro(NumberOfPartitions,
int);
51 vtkSetMacro(NumberOfPartitions,
int);
58 vtkGetMacro(NumberOfGhostLayers,
int);
59 vtkSetMacro(NumberOfGhostLayers,
int);
a simple class to control print indentation
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.