Page MenuHomePhabricator

remove deprecated mitk::Image::GetData () from mitkSurfaceToImageFilter
Closed, ResolvedPublic

Event Timeline

deprecated GetData() has been replaced. QmitkSlicesInterpolator::OnAccept3DInterpolationClicked() uses mitkSurfaceToImageFilter and is still working (tested manually)
However, mitkSurfaceToImageFilterTest was crashing before the change (will have a look at it)

New remote branch pushed: bug-15510-remove-deprecated-GetData-from-mitkSurfaceToImageFilter

will close it. mitkSurfaceToImageFilterTest shall be fixed on another branch