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