Skip to content

Avoid breaking ParaView's CS wrapping of vtkGDAL.

David Thompson requested to merge dcthomp/vtk:fix-gdal-cs-wrapping into master

Without vtkTypeMacro, the vtkGDAL class cannot be wrapped for use by ParaView's client-server libraries — they use the SafeDownCast method the macro provides. Add it.

Merge request reports