19#ifndef vtkUniformGridPartitioner_h 
   20#define vtkUniformGridPartitioner_h 
   22#include "vtkCommonExecutionModelModule.h"  
   25VTK_ABI_NAMESPACE_BEGIN
 
   42  vtkGetMacro(NumberOfPartitions, 
int);
 
   43  vtkSetMacro(NumberOfPartitions, 
int);
 
   50  vtkGetMacro(NumberOfGhostLayers, 
int);
 
   51  vtkSetMacro(NumberOfGhostLayers, 
int);
 
a simple class to control print indentation
 
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.