VTK
|
interactive manipulation of the camera More...
#include <vtkInteractorStyleMultiTouchCamera.h>
Public Types | |
typedef vtkInteractorStyleTrackballCamera | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkInteractorStyleMultiTouchCamera * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | AdjustCamera () |
virtual void | OnMouseMove () |
virtual void | OnLeftButtonDown () |
virtual void | OnLeftButtonUp () |
virtual void | SetMotionFactor (double) |
virtual double | GetMotionFactor () |
Static Public Member Functions | |
static vtkInteractorStyleMultiTouchCamera * | New () |
static int | IsTypeOf (const char *type) |
static vtkInteractorStyleMultiTouchCamera * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkInteractorStyleMultiTouchCamera () | |
~vtkInteractorStyleMultiTouchCamera () | |
Protected Attributes | |
int | PointersDownCount |
int | PointersDown [VTKI_MAX_POINTERS] |
double | MotionFactor |
interactive manipulation of the camera
vtkInteractorStyleMultiTouchCamera allows the user to interactively manipulate (rotate, pan, etc.) the camera, the viewpoint of the scene. In trackball interaction, the magnitude of the mouse motion is proportional to the camera motion associated with a particular mouse binding. For example, small left-button motions cause small changes in the rotation of the camera around its focal point.
Definition at line 40 of file vtkInteractorStyleMultiTouchCamera.h.
Reimplemented from vtkInteractorStyleTrackballCamera.
Definition at line 44 of file vtkInteractorStyleMultiTouchCamera.h.
static vtkInteractorStyleMultiTouchCamera* vtkInteractorStyleMultiTouchCamera::New | ( | ) | [static] |
This class must be supplied with a vtkRenderWindowInteractor wrapper or parent. This class should not normally be instantiated by application programmers.
Reimplemented from vtkInteractorStyleTrackballCamera.
static int vtkInteractorStyleMultiTouchCamera::IsTypeOf | ( | const char * | name | ) | [static] |
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkInteractorStyleTrackballCamera.
virtual int vtkInteractorStyleMultiTouchCamera::IsA | ( | const char * | name | ) | [virtual] |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkInteractorStyleTrackballCamera.
static vtkInteractorStyleMultiTouchCamera* vtkInteractorStyleMultiTouchCamera::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkInteractorStyleTrackballCamera.
virtual vtkObjectBase* vtkInteractorStyleMultiTouchCamera::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkInteractorStyleTrackballCamera.
Reimplemented from vtkInteractorStyleTrackballCamera.
void vtkInteractorStyleMultiTouchCamera::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkInteractorStyleTrackballCamera.
virtual void vtkInteractorStyleMultiTouchCamera::OnMouseMove | ( | ) | [virtual] |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
Reimplemented from vtkInteractorStyleTrackballCamera.
virtual void vtkInteractorStyleMultiTouchCamera::OnLeftButtonDown | ( | ) | [virtual] |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
Reimplemented from vtkInteractorStyleTrackballCamera.
virtual void vtkInteractorStyleMultiTouchCamera::OnLeftButtonUp | ( | ) | [virtual] |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
Reimplemented from vtkInteractorStyleTrackballCamera.
virtual void vtkInteractorStyleMultiTouchCamera::AdjustCamera | ( | ) | [virtual] |
virtual void vtkInteractorStyleMultiTouchCamera::SetMotionFactor | ( | double | ) | [virtual] |
Set the apparent sensitivity of the interactor style to mouse motion.
Reimplemented from vtkInteractorStyleTrackballCamera.
virtual double vtkInteractorStyleMultiTouchCamera::GetMotionFactor | ( | ) | [virtual] |
Set the apparent sensitivity of the interactor style to mouse motion.
Reimplemented from vtkInteractorStyleTrackballCamera.
Definition at line 71 of file vtkInteractorStyleMultiTouchCamera.h.
Definition at line 72 of file vtkInteractorStyleMultiTouchCamera.h.
Reimplemented from vtkInteractorStyleTrackballCamera.
Definition at line 74 of file vtkInteractorStyleMultiTouchCamera.h.