Page MenuHomePhabricator

SegmentationInterpolationController should use a const pointer to pixel data
Closed, WontfixPublic

Description

void* pixelData resp. DATATYPE* pixelData are only accessed to read. Thus, it should be enough to have them const.

In the near future it will be necessary to request write access, which often takes more time then requesting a read access.

Event Timeline

This bug could not be fixed within the 2013-06 release and has medium severity. Setting target milestone to unspecified.

This bug could not be fixed within the release 2013-06. Setting its target milestone to unspecified

kislinsk claimed this task.
kislinsk added a subscriber: kislinsk.
This task was automatically closed because it wasn't updated at least since July 2016 (over 2 years). Please re-open this task if you think that it is still relevant. This most probably means that you will resolve it.