Page MenuHomePhabricator

Redesign Segmentation Plugin - 3D Tool area based on ToolManager functionality
Closed, ResolvedPublic

Description

Enable same functionality of adding 2DTools to GUI for 3D Tools.

The current implementation of QmitkSegmentationView only supports an area for 2DTools managed by a ToolManager object. These tools are added to the GUI on runtime. We need such an area for our 3D Tools too.

Event Timeline

There are two QmitkToolSelectionBoxes sharing the instance of ToolManager. One is associated 2D tools and the other one with 3D tools.