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


Public Member Functions | |
| vtkTypeRevisionMacro (vtkPVTrackballRotate, 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 | SetCenter (float, float, float) |
| virtual void | SetCenter (float[3]) |
| virtual float * | GetCenter () |
| virtual void | GetCenter (float &, float &, float &) |
| virtual void | GetCenter (float[3]) |
Static Public Member Functions | |
| vtkPVTrackballRotate * | New () |
Protected Member Functions | |
| vtkPVTrackballRotate () | |
| ~vtkPVTrackballRotate () | |
| vtkPVTrackballRotate (const vtkPVTrackballRotate &) | |
| void | operator= (const vtkPVTrackballRotate &) |
Protected Attributes | |
| float | Center [3] |
| float | DisplayCenter [2] |
vtkPVTrackballRotate allows the user to interactively manipulate the camera, the viewpoint of the scene.
Definition at line 27 of file vtkPVTrackballRotate.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. |
|
||||||||||||||||
|
For setting the center of rotation. Reimplemented from vtkPVCameraManipulator. |
|
|
For setting the center of rotation. Reimplemented from vtkPVCameraManipulator. |
|
|
For setting the center of rotation. Reimplemented from vtkPVCameraManipulator. |
|
||||||||||||||||
|
For setting the center of rotation. Reimplemented from vtkPVCameraManipulator. |
|
|
For setting the center of rotation. Reimplemented from vtkPVCameraManipulator. |
|
|
|
|
|
Reimplemented from vtkPVCameraManipulator. Definition at line 55 of file vtkPVTrackballRotate.h. |
|
|
Reimplemented from vtkPVCameraManipulator. Definition at line 56 of file vtkPVTrackballRotate.h. |
1.3.5