|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   28 #ifndef vtkStructuredGridPartitioner_h 
   29 #define vtkStructuredGridPartitioner_h 
   31 #include "vtkFiltersGeometryModule.h"  
   51   vtkGetMacro(NumberOfPartitions, 
int);
 
   52   vtkSetMacro(NumberOfPartitions, 
int);
 
   59   vtkGetMacro(NumberOfGhostLayers, 
int);
 
   60   vtkSetMacro(NumberOfGhostLayers, 
int);
 
  
represent and manipulate 3D points
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
topologically regular array of data
static vtkMultiBlockDataSetAlgorithm * New()
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
a simple class to control print indentation
vtkTypeBool DuplicateNodes
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.
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.