VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkInteractorStyleMultiTouchCamera Class Reference

interactive manipulation of the camera More...

#include <vtkInteractorStyleMultiTouchCamera.h>

Inheritance diagram for vtkInteractorStyleMultiTouchCamera:
Inheritance graph
[legend]
Collaboration diagram for vtkInteractorStyleMultiTouchCamera:
Collaboration graph
[legend]

List of all members.

Public Types

typedef
vtkInteractorStyleTrackballCamera 
Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkInteractorStyleMultiTouchCameraNewInstance () 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 vtkObjectBaseNewInstanceInternal () const
 vtkInteractorStyleMultiTouchCamera ()
 ~vtkInteractorStyleMultiTouchCamera ()

Protected Attributes

int PointersDownCount
int PointersDown [VTKI_MAX_POINTERS]
double MotionFactor

Detailed Description

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.

See also:
vtkInteractorStyleTrackballActor vtkInteractorStyleJoystickCamera vtkInteractorStyleJoystickActor
Events:
vtkCommand::InteractionEvent

Definition at line 40 of file vtkInteractorStyleMultiTouchCamera.h.


Member Typedef Documentation

Reimplemented from vtkInteractorStyleTrackballCamera.

Definition at line 44 of file vtkInteractorStyleMultiTouchCamera.h.


Constructor & Destructor Documentation


Member Function Documentation

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.

Reimplemented from vtkInteractorStyleTrackballCamera.

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.

Event bindings controlling the effects of pressing mouse buttons or moving the mouse.

Reimplemented from vtkInteractorStyleTrackballCamera.

Event bindings controlling the effects of pressing mouse buttons or moving the mouse.

Reimplemented from vtkInteractorStyleTrackballCamera.

Event bindings controlling the effects of pressing mouse buttons or moving the mouse.

Reimplemented from vtkInteractorStyleTrackballCamera.

Set the apparent sensitivity of the interactor style to mouse motion.

Reimplemented from vtkInteractorStyleTrackballCamera.

Set the apparent sensitivity of the interactor style to mouse motion.

Reimplemented from vtkInteractorStyleTrackballCamera.


Member Data Documentation

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.


The documentation for this class was generated from the following file: