28 #ifndef vtkRectilinearGridPartitioner_h 29 #define vtkRectilinearGridPartitioner_h 31 #include "vtkFiltersGeometryModule.h" 52 vtkGetMacro(NumberOfPartitions,
int);
53 vtkSetMacro(NumberOfPartitions,
int);
60 vtkGetMacro(NumberOfGhostLayers,
int);
61 vtkSetMacro(NumberOfGhostLayers,
int);
77 void ExtractGridCoordinates(
a dataset that is topologically regular with variable spacing in the three coordinate directions
vtkTypeBool DuplicateNodes
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
dynamic, self-adjusting array of double
static vtkMultiBlockDataSetAlgorithm * New()
A concrete implementation of vtkMultiBlockDataSetAlgorithm that provides functionality for partitioni...
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.