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