Page MenuHomePhabricator

Correct initialization of PlanarFigures
Closed, ResolvedPublic

Description

In QmitkMeasurement, PlanarFigure objects are currently initialized with the active (2D) PlaneGeometry of the SliceNavigationController of widget 1 (transversal view).

This should be changed to initialize the PlanarFigure Geometry only when it is actually placed (i.e. using the PlanarFigureInteractor). The Geometry should not be restricted to the tranversal plane, but should be taken from the view clicked on.

Event Timeline

[SVN revision 19975]
ENH (#2857): Moved Geometry2D initialization for PlanarFigures from QmitkMeasurement to PlanarFigureInteractor to allow for placement in any render window

Feature complete; setting bug entry to FIXED