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.
System updates will be applied on Nov 27th between 7am and 9am, EST (UTC-05:00). This site will have intermittent downtime during that time.
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.