24#ifndef vtkImageToStructuredGrid_h
25#define vtkImageToStructuredGrid_h
27#include "vtkCommonExecutionModelModule.h"
topologically and geometrically regular array of data
a structured grid instance.
~vtkImageToStructuredGrid() override
vtkImageToStructuredGrid()
int FillOutputPortInformation(int, vtkInformation *info) override
Fill the output port information objects for this algorithm.
void CopyPointData(vtkImageData *, vtkStructuredGrid *)
Helper function to copy point/cell data from image to grid.
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called by the superclass.
void PrintSelf(ostream &oss, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int FillInputPortInformation(int, vtkInformation *info) override
Fill the input port information objects for this algorithm.
static vtkImageToStructuredGrid * New()
void CopyCellData(vtkImageData *, vtkStructuredGrid *)
Helper function to copy point/cell data from image to grid.
a simple class to control print indentation
Superclass for algorithms that produce only structured grid as output.
topologically regular array of data