Page MenuHomePhabricator

Segmentation Bundle doesnt work
Closed, ResolvedPublic

Description

When loading a 3D file (pic3D for example) and then choosing this file as Reference image, either at that moment or after clicking "New Segmenation" -> choosing a name -> using the Editing tools, the bundle displays "You are now workling with rotated planes". If you already have segmented anything, it disappears, and in both cases "New Segmentation" and the "Editing Tools" become inactive.

Event Timeline

This was related to changes of node removed callback within QmitkSegmentationView (see T12917).
this->SetToolManagerSelection(NULL, NULL) was call every time.
Now checking if the removed node is one of the woking or reference nodes.

[970d4d]: Merge branch 'bug-12943-segmentation-bundle-doesnt-work'

Merged commits:

2012-08-29 16:41:07 Tobias Schroeder [843fbe]
check for reference or working node included