 |
VTK
9.0.1
|
Go to the documentation of this file.
28 #ifndef vtkRectilinearGridPartitioner_h
29 #define vtkRectilinearGridPartitioner_h
31 #include "vtkFiltersGeometryModule.h"
51 vtkGetMacro(NumberOfPartitions,
int);
52 vtkSetMacro(NumberOfPartitions,
int);
59 vtkGetMacro(NumberOfGhostLayers,
int);
60 vtkSetMacro(NumberOfGhostLayers,
int);
vtkRectilinearGridPartitioner()
a dataset that is topologically regular with variable spacing in the three coordinate directions
~vtkRectilinearGridPartitioner() override
void PrintSelf(ostream &oss, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkTypeBool DuplicateNodes
void ExtractGridCoordinates(vtkRectilinearGrid *grd, int subext[6], vtkDoubleArray *xcoords, vtkDoubleArray *ycoords, vtkDoubleArray *zcoords)
Extracts the coordinates.
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
a simple class to control print indentation
dynamic, self-adjusting array of double
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.
A concrete implementation of vtkMultiBlockDataSetAlgorithm that provides functionality for partitioni...
static vtkRectilinearGridPartitioner * New()
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.