You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I am trying to override the mouse wheel events of the QVTKRenderWindow and use it instead to navigate through my slices. Does anyone have any idea how to do that? I tried defining mouseUp and mouseSown functions to access to vtkImageReslice and vtkInteractorStyleImage and change the slice. But it just don't seem to work, maybe I am doing some rookie mistake. Here are my functitons:
Hi! I am trying to override the mouse wheel events of the QVTKRenderWindow and use it instead to navigate through my slices. Does anyone have any idea how to do that? I tried defining mouseUp and mouseSown functions to access to vtkImageReslice and vtkInteractorStyleImage and change the slice. But it just don't seem to work, maybe I am doing some rookie mistake. Here are my functitons:
where,
I will appreciate any help. Thanks in advance
The text was updated successfully, but these errors were encountered: