39#ifndef vtkExplicitStructuredGridToUnstructuredGrid_h
40#define vtkExplicitStructuredGridToUnstructuredGrid_h
42#include "vtkFiltersCoreModule.h"
Filter which converts an explicit structured grid into an unstructured grid.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkExplicitStructuredGridToUnstructuredGrid() override=default
vtkExplicitStructuredGridToUnstructuredGrid()=default
static vtkExplicitStructuredGridToUnstructuredGrid * New()
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
a simple class to control print indentation
Superclass for algorithms that produce only unstructured grid as output.