Skip to content

Only provide window/level interaction with pickable image.

David Gobbi requested to merge dgobbi/vtk:imagestyle-pickability into master

This brings two changes to vtkInteractorStyleImage:

  1. The Window/Level interaction with an image is disabled if the image is not Pickable.

  2. The user can call SetCurrentImageNumber() to specify what image the WindowLevel interaction should modify.

Merge request reports