Page MenuHomePhabricator

Deprecated mitk image API calls in mitkExtractSliceFilterTest.
Closed, ResolvedPublic

Description

GetPixelValueByIndex calls had to be replaced.

Event Timeline

norajitr added a subscriber: norajitr.

New remote branch pushed: bug-15640-DeprecatedMitkImageApiCallsInMitkExtractSliceFilterTest

GetPixelValueByIndex() calls in mitkExtractSliceFilterTest belong to the deprecated part of the mitkImage class. Thus, they have been replaced by mitkPixelReadAccessor instantiations and the corresponding GetPixelByIndex() methods. Changes have successfully been tested on all supported platforms. Waiting for affirmative CoreModification flag in order to push the changes.

Resetting Core flag on resolved bugs.