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
A concrete implementation of vtkMultiBlockDataSetAlgorithm that provides functionality for partitioni...
topologically regular array of data
a simple class to control print indentation
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
~vtkStructuredGridPartitioner() override
vtkStructuredGridPartitioner()
static vtkStructuredGridPartitioner * New()
void PrintSelf(ostream &oss, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.