#include <vtkPVTrackballZoom.h>
Inheritance diagram for vtkPVTrackballZoom:
Public Member Functions | |
vtkTypeRevisionMacro (vtkPVTrackballZoom, vtkPVCameraManipulator) | |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | OnMouseMove (int x, int y, vtkRenderer *ren, vtkRenderWindowInteractor *rwi) |
virtual void | OnButtonDown (int x, int y, vtkRenderer *ren, vtkRenderWindowInteractor *rwi) |
virtual void | OnButtonUp (int x, int y, vtkRenderer *ren, vtkRenderWindowInteractor *rwi) |
Static Public Member Functions | |
vtkPVTrackballZoom * | New () |
Protected Member Functions | |
vtkPVTrackballZoom () | |
~vtkPVTrackballZoom () | |
vtkPVTrackballZoom (const vtkPVTrackballZoom &) | |
void | operator= (const vtkPVTrackballZoom &) |
Protected Attributes | |
float | ZoomScale |
vtkPVTrackballZoom allows the user to interactively manipulate the camera, the viewpoint of the scene. Moving the mouse down zooms in. Up zooms out.
Definition at line 28 of file vtkPVTrackballZoom.h.
|
|
|
|
|
|
|
Reimplemented from vtkPVCameraManipulator. |
|
|
|
Reimplemented from vtkPVCameraManipulator. |
|
Event bindings controlling the effects of pressing mouse buttons or moving the mouse. Reimplemented from vtkPVCameraManipulator. |
|
Event bindings controlling the effects of pressing mouse buttons or moving the mouse. Reimplemented from vtkPVCameraManipulator. |
|
Event bindings controlling the effects of pressing mouse buttons or moving the mouse. Reimplemented from vtkPVCameraManipulator. |
|
|
|
Definition at line 50 of file vtkPVTrackballZoom.h. |