Only provide window/level interaction with pickable image.
This brings two changes to vtkInteractorStyleImage:
-
The Window/Level interaction with an image is disabled if the image is not Pickable.
-
The user can call SetCurrentImageNumber() to specify what image the WindowLevel interaction should modify.
Merge request reports
Activity
Added 1 commit:
- a5e87177 - Allow the user to set the image to interact with.
Testing commands handed to buildbot.
Branch-at: a5e87177
@cory-quammen @aashish-chaudhary This is an attempt to make the WindowLevel interaction more flexible when there are multiple image layers.
For reference, this is the thread on the users list where it was discussed: http://vtk.markmail.org/message/g2gslwh7hxrw6wfk
@jcfr Adding you to the review list, in case Slicer uses vtkInteractorStyleImage.
Thanks.
Since within Slicer, we currently have a custom user interactor style to handle window/level. See https://github.com/Slicer/Slicer/blob/bc7ca08a76c6e23b491bd1219d6c343756c097c8/Libs/MRML/DisplayableManager/vtkSliceViewInteractorStyle.cxx#L277-L301
I don't think your patch will directly impact Slicer.
That said, you change makes sense, it provide an easy way to enable/disable windows level. And since vtkProp are pickable by default, it won't break existing application.
mentioned in commit 11b3da87
Mentioned in commit 11b3da87