|
| | vtkTypeMacro (vtkPVTrackballZoomToMouse, vtkPVTrackballZoom) |
| |
| void | PrintSelf (ostream &os, vtkIndent indent) override |
| |
| void | OnMouseMove (int x, int y, vtkRenderer *ren, vtkRenderWindowInteractor *rwi) override |
| |
| void | OnButtonDown (int x, int y, vtkRenderer *ren, vtkRenderWindowInteractor *rwi) override |
| |
| | vtkTypeMacro (vtkPVTrackballZoom, vtkCameraManipulator) |
| |
| void | PrintSelf (ostream &os, vtkIndent indent) override |
| |
| void | OnButtonUp (int x, int y, vtkRenderer *ren, vtkRenderWindowInteractor *rwi) override |
| |
| | vtkSetMacro (UseDollyForPerspectiveProjection, bool) |
| |
| | vtkGetMacro (UseDollyForPerspectiveProjection, bool) |
| |
| | vtkBooleanMacro (UseDollyForPerspectiveProjection, bool) |
| |
| | vtkTypeMacro (vtkCameraManipulator, vtkObject) |
| |
| void | PrintSelf (ostream &os, vtkIndent indent) override |
| |
| virtual void | StartInteraction () |
| |
| virtual void | EndInteraction () |
| |
| virtual void | OnKeyUp (vtkRenderWindowInteractor *iren) |
| |
| virtual void | OnKeyDown (vtkRenderWindowInteractor *iren) |
| |
| | vtkSetMacro (Button, int) |
| |
| | vtkGetMacro (Button, int) |
| |
| | vtkSetMacro (Shift, int) |
| |
| | vtkGetMacro (Shift, int) |
| |
| | vtkBooleanMacro (Shift, int) |
| |
| | vtkSetMacro (Control, int) |
| |
| | vtkGetMacro (Control, int) |
| |
| | vtkBooleanMacro (Control, int) |
| |
| | vtkSetVector3Macro (Center, double) |
| |
| | vtkGetVector3Macro (Center, double) |
| |
| | vtkSetMacro (RotationFactor, double) |
| |
| | vtkGetMacro (RotationFactor, double) |
| |
| | vtkSetStringMacro (ManipulatorName) |
| |
| | vtkGetStringMacro (ManipulatorName) |
| |
| void | SetGUIHelper (vtkCameraManipulatorGUIHelper *) |
| |
| | vtkGetObjectMacro (GUIHelper, vtkCameraManipulatorGUIHelper) |
| |
Definition at line 13 of file vtkPVTrackballZoomToMouse.h.