Go to the documentation of this file.
18 #ifndef vtkPVTrackballZoom_h
19 #define vtkPVTrackballZoom_h
22 #include "vtkPVVTKExtensionsInteractionStyleModule.h"
45 vtkSetMacro(UseDollyForPerspectiveProjection,
bool);
46 vtkGetMacro(UseDollyForPerspectiveProjection,
bool);
47 vtkBooleanMacro(UseDollyForPerspectiveProjection,
bool);
static vtkCameraManipulator * New()
Zooms camera with vertical mouse movement.
void PrintSelf(ostream &os, vtkIndent indent) override
bool UseDollyForPerspectiveProjection
virtual void OnButtonUp(int x, int y, vtkRenderer *ren, vtkRenderWindowInteractor *iren)
virtual void OnMouseMove(int x, int y, vtkRenderer *ren, vtkRenderWindowInteractor *iren)
Abstraction of style away from button.
virtual void OnButtonDown(int x, int y, vtkRenderer *ren, vtkRenderWindowInteractor *iren)