Go to the documentation of this file.
31 #ifndef vtkStructuredGridPartitioner_h
32 #define vtkStructuredGridPartitioner_h
34 #include "vtkFiltersGeometryModule.h"
55 vtkGetMacro(NumberOfPartitions,
int);
63 vtkGetMacro(NumberOfGhostLayers,
int);
71 vtkGetMacro(DuplicateNodes,
int);
91 int NumberOfPartitions;
92 int NumberOfGhostLayers;
represent and manipulate 3D points
topologically regular array of data
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.