InteractorStyleCaptureMixin#
- class InteractorStyleCaptureMixin(*args, **kwargs)[source]#
A
mixinfor subclasses of vtkInteractorStyle with capturing ability.Use a custom capturing events because the default ones swallow the release events. See https://public.kitware.com/pipermail/vtkusers/2013-December/082315.html.
- Parameters:
- render_window_interactor
RenderWindowInteractor Interactor this style is bound to.
- render_window_interactor
Inheritance#
Wraps vtkInteractorStyle.
Methods#
Keep track of observers. |
|
Remove all observers added through |