Page MenuHomePhabricator

[mxn multi widget] Allow different time navigation controller for each individual render window
Open, NormalPublic

Description

The StdMultiWidgetEditor only contains a single time navigation controller since all render windows show the same time point / time step. The mitkRenderinManager holds a global single instance that can be accessed via mitk::RenderingManager::GetInstance()->GetTimeNavigationController();.

With the MxNMultiWidget we might have different time points / time steps for each individual render window so we need to account for that.

Revisions and Commits

rMITK MITK
Restricted Differential Revision
Restricted Differential Revision

Event Timeline

kalali triaged this task as Normal priority.Jul 21 2022, 4:52 PM
kalali created this task.
kalali moved this task from Backlog to mxn MultiWidget on the MITK (v2022.10) board.

As a quick fix I added D692, but this just fixes a crash. It is not enough to have multiple time navigation controllers.

kalali added a revision: Restricted Differential Revision.Jul 21 2022, 5:30 PM