Import 2017-06-07 23:51:09: master a0e2c030

Author Committer Branch Timestamp Parent
jcfr jcfr master 2014-06-26 22:51:54 master 0f58304a
Changeset

ENH: Added mouse cursor position to vtkMRMLCrosshairNode.

Now cursor (now only mouse position in 2D Slice view, but later also
other pointing devices can be supported) position can be obtained by
observing the vtkMRMLCrosshairNode singleton node.

The feature is used in:

  • DataProbe window
  • Transform info window (showing the transform displacement vector value
    at the current mouse position in real-time)

After the integration into the Slicer core is done, it will be also used
in MultiVolume, Multidimensional data for live 3D graphing.

Also separated SetCursorPositionRAS and SetCursorPositionXYZ methods to
allow 3D-only positioning devices to specify the cursor position
(when no 2D slice position is available)

From: Andras Lasso <lasso@queensu.ca>

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

mod - Libs/MRML/Core/vtkMRMLCrosshairNode.cxx Diff File
mod - Libs/MRML/Core/vtkMRMLCrosshairNode.h Diff File
mod - Libs/MRML/DisplayableManager/vtkMRMLCrosshairDisplayableManager.cxx Diff File
mod - Modules/Loadable/Transforms/Resources/UI/qSlicerTransformsModuleWidget.ui Diff File
mod - Modules/Loadable/Transforms/Widgets/Resources/UI/qMRMLTransformInfoWidget.ui Diff File
mod - Modules/Loadable/Transforms/Widgets/qMRMLTransformInfoWidget.cxx Diff File
mod - Modules/Loadable/Transforms/Widgets/qMRMLTransformInfoWidget.h Diff File
mod - Modules/Scripted/DataProbe/DataProbe.py Diff File