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