Go to the documentation of this file.
31 #ifndef vtkRectilinearGridPartitioner_h
32 #define vtkRectilinearGridPartitioner_h
34 #include "vtkFiltersGeometryModule.h"
55 vtkGetMacro(NumberOfPartitions,
int);
56 vtkSetMacro(NumberOfPartitions,
int);
63 vtkGetMacro(NumberOfGhostLayers,
int);
64 vtkSetMacro(NumberOfGhostLayers,
int);
80 void ExtractGridCoordinates(
a dataset that is topologically regular with variable spacing in the three coordinate directions
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
static vtkMultiBlockDataSetAlgorithm * New()
vtkTypeBool DuplicateNodes
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
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.
dynamic, self-adjusting array of double
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.