|
Public Member Functions |
| vtkTypeRevisionMacro (vtkPVTrackballMoveActor, vtkPVCameraManipulator) |
void | PrintSelf (ostream &os, vtkIndent indent) |
|
virtual void | OnMouseMove (int x, int y, vtkRenderer *ren, vtkRenderWindowInteractor *iren) |
virtual void | OnButtonDown (int x, int y, vtkRenderer *ren, vtkRenderWindowInteractor *iren) |
virtual void | OnButtonUp (int x, int y, vtkRenderer *ren, vtkRenderWindowInteractor *iren) |
Static Public Member Functions |
vtkPVTrackballMoveActor * | New () |
Protected Member Functions |
| vtkPVTrackballMoveActor () |
| ~vtkPVTrackballMoveActor () |
| vtkPVTrackballMoveActor (const vtkPVTrackballMoveActor &) |
void | operator= (const vtkPVTrackballMoveActor &) |
vtkPVTrackballMoveActor allows the user to interactively manipulate the camera, the viewpoint of the scene. Moving the mouse down zooms in. Up zooms out. This manipulator has not been extended to parallel projection yet. It works in perspective by rotating the camera.