 |
VTK
9.1.0
|
Go to the documentation of this file.
51 #ifndef vtkUnstructuredGridToExplicitStructuredGrid_h
52 #define vtkUnstructuredGridToExplicitStructuredGrid_h
55 #include "vtkFiltersCoreModule.h"
70 vtkSetVector6Macro(WholeExtent,
int);
71 vtkGetVector6Macro(WholeExtent,
int);
vtkUnstructuredGridToExplicitStructuredGrid()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
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.
a simple class to control print indentation
Superclass for algorithms that produce only explicit structured grid as output.
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override