Avoid breaking ParaView's CS wrapping of vtkGDAL.
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.
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.