Skip to content

ENH: VolumeRenderingModuleWidget: Extend API adding two new signals:

  • newCurrentDisplayNode
  • newCurrentMRMLVolumeNode

**** WIP ****

Why ?

signals to synch the current MRMLVolumeRendeingDisplayNode from the VolumeRenderingModuleWidget to another ModuleWidgets.

if the signal approach is wrong, what about one of these two approaches (using MRML):

  1. storing the current VolumeRenderingDisplayNodeID in the vtkMRMLVolumeRenderingScenarioNode. or
  2. storing the current VolumeRenderingDisplayNodeID in the SelectionNode.

Davide.

Merge request reports