22 #ifndef vtkUnstructuredGridToExplicitStructuredGrid_h
23 #define vtkUnstructuredGridToExplicitStructuredGrid_h
26 #include "vtkFiltersCoreModule.h"
40 vtkSetVector6Macro(WholeExtent,
int);
41 vtkGetVector6Macro(WholeExtent,
int);
Superclass for algorithms that produce only explicit structured grid as output.
Filter which converts an unstructured grid data into an explicit structured grid.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkUnstructuredGridToExplicitStructuredGrid()
static vtkUnstructuredGridToExplicitStructuredGrid * New()
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
~vtkUnstructuredGridToExplicitStructuredGrid() override=default
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.