Import 2017-06-07 23:51:09: master 20646f0e

Author Committer Branch Timestamp Parent
lassoan lassoan master 2015-11-20 12:57:30 master 820b6be2
Changeset

BUG: Fixed volume rendering at incorrect position

Modification of any transforms applied on any volume may alter location where volume rendering appears.

How to reproduce:
•Load MRHead sample (MRHead)
•Load MRHead sample (MRHead_1)
•Apply a new linear transform (LinearTransform_3) to MRHead
•Go to Volume Rendering module
•Switch to MRHead_1, show volume rendering => volume rendering of MRHead_1 is displayed
•Go to transforms module
•Modify LinearTransform_3 => ERROR: volume rendering of MRHead_1 moves on the image (while the transform is only applied to MRHead)
•Slightly rotate the 3D view => volume rendering of MRHead_1 jumps (back to the location where it should be)

Problem root cause: vtkMRMLVolumeRenderingDisplayableManager observes all TransformModifiedEvent changes and updates the position of the current volume based on that (even if not the current volume's transform is changed)

Solution: Ignore transform modified changes if not the current volume's transform is modified.

Ideally, event management in the Volume Rendering displayable manager should be refactored to not observe irrelevant events.

git-svn-id: http://svn.slicer.org/Slicer4/trunk@24760 3bd1e089-480b-0410-8dfb-8563597acbee

mod - Modules/Loadable/VolumeRendering/MRMLDM/vtkMRMLVolumeRenderingDisplayableManager.cxx Diff File