|
ParaView
|
Rolls camera arround a point. More...
#include <vtkPVTrackballRoll.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| 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 | |
| static vtkPVTrackballRoll * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkPVTrackballRoll * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkPVTrackballRoll () | |
| ~vtkPVTrackballRoll () | |
| vtkPVTrackballRoll (const vtkPVTrackballRoll &) | |
| void | operator= (const vtkPVTrackballRoll &) |
Rolls camera arround a point.
vtkPVTrackballRoll allows the user to interactively manipulate the camera, the viewpoint of the scene. Roll tracks the mouse around the center of rotation.
Definition at line 28 of file vtkPVTrackballRoll.h.
| vtkPVTrackballRoll::vtkPVTrackballRoll | ( | ) | [protected] |
| vtkPVTrackballRoll::~vtkPVTrackballRoll | ( | ) | [protected] |
| vtkPVTrackballRoll::vtkPVTrackballRoll | ( | const vtkPVTrackballRoll & | ) | [protected] |
| static vtkPVTrackballRoll* vtkPVTrackballRoll::New | ( | ) | [static] |
Reimplemented from vtkCameraManipulator.
| virtual const char* vtkPVTrackballRoll::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkCameraManipulator.
| static int vtkPVTrackballRoll::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkCameraManipulator.
| virtual int vtkPVTrackballRoll::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkCameraManipulator.
| static vtkPVTrackballRoll* vtkPVTrackballRoll::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkCameraManipulator.
| void vtkPVTrackballRoll::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkCameraManipulator.
| virtual void vtkPVTrackballRoll::OnMouseMove | ( | int | x, |
| int | y, | ||
| vtkRenderer * | ren, | ||
| vtkRenderWindowInteractor * | rwi | ||
| ) | [virtual] |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
Reimplemented from vtkCameraManipulator.
| virtual void vtkPVTrackballRoll::OnButtonDown | ( | int | x, |
| int | y, | ||
| vtkRenderer * | ren, | ||
| vtkRenderWindowInteractor * | rwi | ||
| ) | [virtual] |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
Reimplemented from vtkCameraManipulator.
| virtual void vtkPVTrackballRoll::OnButtonUp | ( | int | x, |
| int | y, | ||
| vtkRenderer * | ren, | ||
| vtkRenderWindowInteractor * | rwi | ||
| ) | [virtual] |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
Reimplemented from vtkCameraManipulator.
| void vtkPVTrackballRoll::operator= | ( | const vtkPVTrackballRoll & | ) | [protected] |
1.7.5.1