Page MenuHomePhabricator

Mesurements and Planarfigures have wrong offsets on 2D Data
Closed, WontfixPublic

Description

When saving a 2D image with mesurements on it as a MITK project. Loading the project results in empty renderwindows. Only upon sliceing the content of the window appears. Same behaviour is shown when the display tab is closed and reinit is used.

Event Timeline

I attached a scene file which contains example data. You can see that the former 2D image has 2 slices in the Axial renderwindow.

This bug can be seperated into two bugs:

  • Reinit is not called correctly after the render window is closed or if the image is loaded
  • There is an additional empty slice when loading scene files with planar figures.

This bug will focus on the call of reinit, for the problem with the planar figures we'll open a new bug.

[7939a2]: Merge branch 'bug-13025-LackOfReinitFunctionalityOn2DImages'

Merged commits:

2012-09-26 15:50:01 Tobias Norajitra [b6d4f2]
Changed the interface of OpenRenderWindowPart() to provide programmer's choice for editor activation.

Have you filed a new bug for the additional slice issue? Could you please post it here. And final question: Can we close this bug?

The rendering geometry issue has been separated and is now being represented by T13264.

After some discussion we have come to the conclusion that initializing rendering geometries is an issue that should be handled centrally, and that this bug therefore relies on T12954.