30 #ifndef VTKRECTILINEARGRIDPARTITIONER_H_
31 #define VTKRECTILINEARGRIDPARTITIONER_H_
33 #include "vtkFiltersGeometryModule.h"
37 class vtkInformationVector;
48 void PrintSelf(ostream &oss, vtkIndent indent);
52 vtkGetMacro(NumberOfPartitions,
int);
53 vtkSetMacro(NumberOfPartitions,
int);
58 vtkGetMacro(NumberOfGhostLayers,
int);
59 vtkSetMacro(NumberOfGhostLayers,
int);
68 void ExtractGridCoordinates(
70 vtkDoubleArray *xcoords,
71 vtkDoubleArray *ycoords,
72 vtkDoubleArray *zcoords );
77 vtkInformation*,vtkInformationVector**,vtkInformationVector*);
a dataset that is topologically regular with variable spacing in the three coordinate directions ...
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
static vtkMultiBlockDataSetAlgorithm * New()
virtual int FillOutputPortInformation(int port, vtkInformation *info)
virtual int FillInputPortInformation(int port, vtkInformation *info)
void PrintSelf(ostream &os, vtkIndent indent)