Skip to content

vtkGDALRasterPolydataWrapper: update to match API changes in VTK.

VTK commit 46275f24b2793294332c86f3cb69243c8c90d7a2 (Mar 22 2018) changed vtkGDALRasterReader's output from containing point data to cell data. This commit adapts the downstream filter vtkGDALRasterPolydataWrapper to use cell data instead of point data; vtkGDALRasterPolydataWrapper is now effectively vtkCellCenters with built-in transformations for GDAL data.

Edited by T.J. Corona

Merge request reports