#include <vtkPVJoystickFly.h>
Inheritance diagram for vtkPVJoystickFly:


Public Member Functions | |
| vtkTypeRevisionMacro (vtkPVJoystickFly, 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) |
| virtual void | SetFlySpeed (double) |
| virtual double | GetFlySpeed () |
Protected Member Functions | |
| vtkPVJoystickFly () | |
| ~vtkPVJoystickFly () | |
| void | Fly (vtkRenderer *ren, vtkRenderWindowInteractor *rwi, float scale, float speed) |
| void | ComputeCameraAxes (vtkRenderer *) |
| vtkPVJoystickFly (const vtkPVJoystickFly &) | |
| void | operator= (const vtkPVJoystickFly &) |
Protected Attributes | |
| int | In |
| int | FlyFlag |
| double | FlySpeed |
| double | Scale |
| double | LastRenderTime |
| double | CameraXAxis [3] |
| double | CameraYAxis [3] |
| double | CameraZAxis [3] |
vtkPVJoystickFly allows the user to interactively manipulate the camera, the viewpoint of the scene.
Definition at line 29 of file vtkPVJoystickFly.h.
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
Reimplemented from vtkPVCameraManipulator. Reimplemented in vtkPVJoystickFlyIn, and vtkPVJoystickFlyOut. |
|
||||||||||||||||||||
|
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. |
|
|
Set and get the speed of flying. |
|
|
Set and get the speed of flying. |
|
||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
Definition at line 56 of file vtkPVJoystickFly.h. |
|
|
Definition at line 57 of file vtkPVJoystickFly.h. |
|
|
Definition at line 59 of file vtkPVJoystickFly.h. |
|
|
Definition at line 60 of file vtkPVJoystickFly.h. |
|
|
Definition at line 61 of file vtkPVJoystickFly.h. |
|
|
Definition at line 62 of file vtkPVJoystickFly.h. |
|
|
Definition at line 63 of file vtkPVJoystickFly.h. |
|
|
Definition at line 64 of file vtkPVJoystickFly.h. |
1.3.5