26 #ifndef vtkPVTrackballMoveActor_h 27 #define vtkPVTrackballMoveActor_h 30 #include "vtkPVVTKExtensionsRenderingModule.h" 37 void PrintSelf(ostream& os, vtkIndent indent);
44 virtual void OnMouseMove(
int x,
int y, vtkRenderer* ren, vtkRenderWindowInteractor* iren);
45 virtual void OnButtonDown(
int x,
int y, vtkRenderer* ren, vtkRenderWindowInteractor* iren);
46 virtual void OnButtonUp(
int x,
int y, vtkRenderer* ren, vtkRenderWindowInteractor* iren);
Abstraction of style away from button.
Pans camera with x y mouse movements.
static vtkCameraManipulator * New()
virtual void OnMouseMove(int x, int y, vtkRenderer *ren, vtkRenderWindowInteractor *iren)
virtual void OnButtonUp(int x, int y, vtkRenderer *ren, vtkRenderWindowInteractor *iren)
virtual void OnButtonDown(int x, int y, vtkRenderer *ren, vtkRenderWindowInteractor *iren)
void PrintSelf(ostream &os, vtkIndent indent)