19#ifndef vtkStructuredGridPartitioner_h 
   20#define vtkStructuredGridPartitioner_h 
   22#include "vtkFiltersGeometryModule.h"  
   25VTK_ABI_NAMESPACE_BEGIN
 
   43  vtkGetMacro(NumberOfPartitions, 
int);
 
   44  vtkSetMacro(NumberOfPartitions, 
int);
 
   51  vtkGetMacro(NumberOfGhostLayers, 
int);
 
   52  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