Skip to content

Making vtkDataSetSurfaceFilter blank aware for regular grid structures

Fixes #18171 (closed)

This MR adds some API to vtkImageData and vtkRectilinearGrid that was already present in vtkStructuredGrid so vtkDataSetSurfaceFilter grid blanking pipeline can work on every regular grid data set type.

It should be noted that the geometry filters remain untouched and do not produce the correct output surface when used with vtkImageData and vtkRectilinearGrid.

Edited by Yohann Bearzi (Kitware)

Merge request reports