-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consolidate InteractorStyle integration #123
Comments
This sound difficult due to most of the logic being based on internal class variables. However can we consider it the other way round? |
Currently
vtkVirtualRealityViewInteractorStyle
derives fromvtkMRMLViewInteractorStyle
so that the style can be associated with the displayable manager group1.This is required to allow the Slicer VTK widgets to handle events.
This approach require to duplicate some of the code implemented in
vtkVRInteractorStyle
2Questions
vtkVRInteractorStyle
be moved to static function or helper class ?Footnotes
a displayable manager group is collection of displayable managers each adding support for capability like volume rendering, markups, transform, ... in a given view. ↩
https://github.com/Kitware/VTK/blob/master/Rendering/VR/vtkVRInteractorStyle.cxx ↩
The text was updated successfully, but these errors were encountered: