23 #ifndef vtkPVTrackballZoomToMouse_h 24 #define vtkPVTrackballZoomToMouse_h 27 #include "vtkPVVTKExtensionsRenderingModule.h" 34 void PrintSelf(ostream& os, vtkIndent indent);
41 virtual void OnMouseMove(
int x,
int y, vtkRenderer* ren, vtkRenderWindowInteractor* rwi);
42 virtual void OnButtonDown(
int x,
int y, vtkRenderer* ren, vtkRenderWindowInteractor* rwi);
void PrintSelf(ostream &os, vtkIndent indent)
void operator=(const vtkPVTrackballZoom &) VTK_DELETE_FUNCTION
static vtkPVTrackballZoom * New()
Zooms camera with vertical mouse movement.
virtual void OnButtonDown(int x, int y, vtkRenderer *ren, vtkRenderWindowInteractor *rwi)
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
Zooms camera with vertical mouse movement to mouse position.
virtual void OnMouseMove(int x, int y, vtkRenderer *ren, vtkRenderWindowInteractor *rwi)
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.