31 #ifndef vtkStructuredGridPartitioner_h 32 #define vtkStructuredGridPartitioner_h 34 #include "vtkFiltersGeometryModule.h" 55 vtkGetMacro(NumberOfPartitions,
int);
63 vtkGetMacro(NumberOfGhostLayers,
int);
71 vtkGetMacro(DuplicateNodes,
int);
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.
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.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
topologically regular array of data
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
represent and manipulate 3D points