Page MenuHomePhabricator

Remove GetData() and Replace with ImageReadAccessor in ToF Modules
Closed, ResolvedPublic

Description

Remove all GetData() calls in mitkToF modules and replace it with calls to mitkReadAccessor.

Event Timeline

New remote branch pushed: bug-15575-RemoveImageGetDataInToF

[9d9cd1]: Merge branch 'bug-15575-RemoveImageGetDataInToF'

Merged commits:

2013-07-10 16:13:16 Sven Mersmann [54ea11]
Removed the calls to GetData by calling an instance of the ImageReadAccessor.

[d25103]: Merge branch 'bug-15575-RemoveImageGetDataInToF'

Merged commits:

2013-07-10 17:16:57 Sven Mersmann [5d6d28]
COMP: Changed check for empty image, since direct access to the empty data is not possible.

All occurences of GetData() in ToF moudule removed. Bug is fixed.