19#ifndef vtkRectilinearGridPartitioner_h 
   20#define vtkRectilinearGridPartitioner_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);
 
dynamic, self-adjusting array of double
 
a simple class to control print indentation
 
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.
 
A concrete implementation of vtkMultiBlockDataSetAlgorithm that provides functionality for partitioni...
 
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
 
vtkRectilinearGridPartitioner()
 
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
 
void ExtractGridCoordinates(vtkRectilinearGrid *grd, int subext[6], vtkDoubleArray *xcoords, vtkDoubleArray *ycoords, vtkDoubleArray *zcoords)
Extracts the coordinates.
 
vtkTypeBool DuplicateNodes
 
static vtkRectilinearGridPartitioner * New()
 
~vtkRectilinearGridPartitioner() override
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
 
void PrintSelf(ostream &oss, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
a dataset that is topologically regular with variable spacing in the three coordinate directions