Go to the documentation of this file.
31 #ifndef vtkStructuredGridPartitioner_h
32 #define vtkStructuredGridPartitioner_h
34 #include "vtkFiltersGeometryModule.h"
55 vtkGetMacro(NumberOfPartitions,
int);
56 vtkSetMacro(NumberOfPartitions,
int);
63 vtkGetMacro(NumberOfGhostLayers,
int);
64 vtkSetMacro(NumberOfGhostLayers,
int);
represent and manipulate 3D points
A concrete implementation of vtkMultiBlockDataSetAlgorithm that provides functionality for partitioni...
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
topologically regular array of data
vtkPoints * ExtractSubGridPoints(vtkStructuredGrid *wholeGrid, int subext[6])
Extracts the coordinates of the sub-grid from the whole grid.
a simple class to control print indentation
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkTypeBool DuplicateNodes
~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.