Go to the documentation of this file.
31 #ifndef vtkUniformGridPartitioner_h
32 #define vtkUniformGridPartitioner_h
34 #include "vtkCommonExecutionModelModule.h"
53 vtkGetMacro(NumberOfPartitions,
int);
61 vtkGetMacro(NumberOfGhostLayers,
int);
66 vtkGetMacro(DuplicateNodes,
int);
81 int NumberOfPartitions;
82 int NumberOfGhostLayers;
a simple class to control print indentation
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.