Page MenuHomePhabricator

Show only selected reference image for segmentation module
Closed, ResolvedPublic

Event Timeline

Relates to bundle org.mitk.gui.qt.segmentation.

When selecting a normal (== not "binary" property) image in DataManager and this module is active, the selected image should be shown and all other images should be hidden.

When a segmentation (== "binary" property) is shown, this segmentation should be displayed and all other segmentations should be hidden.

If no segmentation is selected, all segmentations that were previsously visible should be shown again.

Example code that does something like described above can be found in QmitkToolWorkingDataSelectionBox.

[SVN revision 19611]
FIX (#2658): Based on the selection in the data manager, the visibility of the other nodes is set accordingly. If a normal image is chosen, all child segmentations are shown, all other images are hidden. If a segmentation is chosen, all other segmentations are hidden.

well, did not work as expected

[SVN revision 19643]
FIX (#2658): cleanup code (tabs and naming scheme); try to fix show/hide of reference and working images

I hope it is fixed now, at least some quick manual tests passed

Merging "applicazion modules" component with "ExtApp plugins"