Skip to content

Add vtkImageDual when using vtkGDALRasterReader.

T.J. Corona requested to merge tjcorona/smtk:fix-vtk-gdal-debacle into master

vtkGDALRasterReader has switched from storing its data as point data to cell data. Traditional vtkImageData routines expect data as point data. We therefore must construct a dual graph to maintain VTK's paradigm.

Merge request reports

Loading