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;
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.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.