28#ifndef vtkStructuredGridPartitioner_h
29#define vtkStructuredGridPartitioner_h
31#include "vtkFiltersGeometryModule.h"
51 vtkGetMacro(NumberOfPartitions,
int);
52 vtkSetMacro(NumberOfPartitions,
int);
59 vtkGetMacro(NumberOfGhostLayers,
int);
60 vtkSetMacro(NumberOfGhostLayers,
int);
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.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
vtkTypeBool DuplicateNodes
vtkPoints * ExtractSubGridPoints(vtkStructuredGrid *wholeGrid, int subext[6])
Extracts the coordinates of the sub-grid from the whole grid.
~vtkStructuredGridPartitioner() override
static vtkStructuredGridPartitioner * New()
topologically regular array of data