Currently using the Image Navigator and changing the time slider / time spin box does not alter the displayed image.
Description
Description
Revisions and Commits
Revisions and Commits
rMITK MITK | |||
Restricted Differential Revision | rMITK72ff7df7b66d Show different time points of data in MxNMultiWidget | ||
Restricted Differential Revision | rMITK112d3fefa7d6 Remove hard-coded render window access | ||
Restricted Differential Revision | rMITK78f0bdc2958f Enable time slicing for MxNMultiWidget |
Status | Assigned | Task | ||
---|---|---|---|---|
Resolved | kislinsk | T28578 [mxn multi widget] Optimization of the mxn multi widget | ||
Resolved | kalali | T26633 [mxn multi widget] Show different time points of data |
Event Timeline
Comment Actions
A connected time navigation controller was missing and has been added for each "newly added render window".
The time navigation controller is a global instance, retrieved from the singleton rendering manager and thus the visible time slice of ALL currently opened render windows will be changed simultaneously / synchronized.