13 #ifndef vtkUnstructuredGridToExplicitStructuredGrid_h
14 #define vtkUnstructuredGridToExplicitStructuredGrid_h
17 #include "vtkFiltersCoreModule.h"
19 VTK_ABI_NAMESPACE_BEGIN
33 vtkSetVector6Macro(WholeExtent,
int);
34 vtkGetVector6Macro(WholeExtent,
int);
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkExplicitStructuredGridAlgorithm * New()
Filter which converts an unstructured grid data into an explicit structured grid. ...
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
a simple class to control print indentation
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Superclass for algorithms that produce only explicit structured grid as output.