Go to the documentation of this file.
14 #ifndef vtkTrackballPan_h
15 #define vtkTrackballPan_h
18 #include "vtkPVVTKExtensionsInteractionStyleModule.h"
virtual void OnKeyUp(vtkRenderWindowInteractor *iren)
These methods are called on all registered manipulators, not just the active one.
static vtkCameraManipulator * New()
virtual void OnKeyDown(vtkRenderWindowInteractor *iren)
These methods are called on all registered manipulators, not just the active one.
void PrintSelf(ostream &os, vtkIndent indent) override
virtual void OnButtonUp(int x, int y, vtkRenderer *ren, vtkRenderWindowInteractor *iren)
virtual void OnMouseMove(int x, int y, vtkRenderer *ren, vtkRenderWindowInteractor *iren)
std::unique_ptr< Internal > Internals
Abstraction of style away from button.
virtual void OnButtonDown(int x, int y, vtkRenderer *ren, vtkRenderWindowInteractor *iren)
Pans camera with x y mouse movements.