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