manipulate objects in the scene independently of one another
More...
#include <vtkInteractorStyleJoystickActor.h>
Inherits vtkInteractorStyle.
manipulate objects in the scene independently of one another
The class vtkInteractorStyleJoystickActor allows the user to interact with (rotate, zoom, etc.) separate objects in the scene independent of each other. The position of the mouse relative to the center of the object determines the speed of the object's motion. The mouse's velocity detemines the acceleration of the object's motion, so the object will continue moving even when the mouse is not moving. For a 3-button mouse, the left button is for rotation, the right button for zooming, the middle button for panning, and ctrl + left button for spinning. (With fewer mouse buttons, ctrl + shift + left button is for zooming, and shift + left button is for panning.)
- See Also
- vtkInteractorStyleJoystickCamera vtkInteractorStyleTrackballActor vtkInteractorStyleTrackballCamera
- Events:
- vtkCommand::InteractionEvent
Definition at line 46 of file vtkInteractorStyleJoystickActor.h.
vtkInteractorStyleJoystickActor::vtkInteractorStyleJoystickActor |
( |
| ) |
|
|
protected |
vtkInteractorStyleJoystickActor::~vtkInteractorStyleJoystickActor |
( |
| ) |
|
|
protected |
static int vtkInteractorStyleJoystickActor::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkInteractorStyleJoystickActor::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkInteractorStyleJoystickActor::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkInteractorStyleJoystickActor::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
virtual void vtkInteractorStyleJoystickActor::OnMouseMove |
( |
| ) |
|
|
virtual |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
virtual void vtkInteractorStyleJoystickActor::OnLeftButtonDown |
( |
| ) |
|
|
virtual |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
virtual void vtkInteractorStyleJoystickActor::OnLeftButtonUp |
( |
| ) |
|
|
virtual |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
virtual void vtkInteractorStyleJoystickActor::OnMiddleButtonDown |
( |
| ) |
|
|
virtual |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
virtual void vtkInteractorStyleJoystickActor::OnMiddleButtonUp |
( |
| ) |
|
|
virtual |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
virtual void vtkInteractorStyleJoystickActor::OnRightButtonDown |
( |
| ) |
|
|
virtual |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
virtual void vtkInteractorStyleJoystickActor::OnRightButtonUp |
( |
| ) |
|
|
virtual |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
virtual void vtkInteractorStyleJoystickActor::Rotate |
( |
| ) |
|
|
virtual |
virtual void vtkInteractorStyleJoystickActor::Spin |
( |
| ) |
|
|
virtual |
virtual void vtkInteractorStyleJoystickActor::Pan |
( |
| ) |
|
|
virtual |
virtual void vtkInteractorStyleJoystickActor::Dolly |
( |
| ) |
|
|
virtual |
virtual void vtkInteractorStyleJoystickActor::UniformScale |
( |
| ) |
|
|
virtual |
void vtkInteractorStyleJoystickActor::FindPickedActor |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
|
protected |
void vtkInteractorStyleJoystickActor::Prop3DTransform |
( |
vtkProp3D * |
prop3D, |
|
|
double * |
boxCenter, |
|
|
int |
numRotation, |
|
|
double ** |
rotate, |
|
|
double * |
scale |
|
) |
| |
|
protected |
double vtkInteractorStyleJoystickActor::MotionFactor |
|
protected |
vtkProp3D* vtkInteractorStyleJoystickActor::InteractionProp |
|
protected |
vtkCellPicker* vtkInteractorStyleJoystickActor::InteractionPicker |
|
protected |
The documentation for this class was generated from the following file: