42#ifndef vtkUnstructuredGridToExplicitStructuredGrid_h
43#define vtkUnstructuredGridToExplicitStructuredGrid_h
46#include "vtkFiltersCoreModule.h"
48VTK_ABI_NAMESPACE_BEGIN
62 vtkSetVector6Macro(WholeExtent,
int);
63 vtkGetVector6Macro(WholeExtent,
int);
Superclass for algorithms that produce only explicit structured grid as output.
a simple class to control print indentation
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()
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
static vtkUnstructuredGridToExplicitStructuredGrid * New()
~vtkUnstructuredGridToExplicitStructuredGrid() override=default
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.