ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkInteractorStyleJoystickActor Class Reference

vtkInteractorStyleJoystickActor - manipulate objects in the scene independently of one another More...

Inheritance diagram for Kitware.VTK.vtkInteractorStyleJoystickActor:
[legend]
Collaboration diagram for Kitware.VTK.vtkInteractorStyleJoystickActor:
[legend]

List of all members.

Public Member Functions

 vtkInteractorStyleJoystickActor (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkInteractorStyleJoystickActor ()
 Undocumented Block.
override void Dolly ()
 These methods for the different interactions in different modes are overridden in subclasses to perform the correct motion. Since they might be called from OnTimer, they do not have mouse coord parameters (use interactor's GetEventPosition and GetLastEventPosition)
override int IsA (string type)
 Undocumented Block.
new vtkInteractorStyleJoystickActor NewInstance ()
 Undocumented Block.
override void OnLeftButtonDown ()
 Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
override void OnLeftButtonUp ()
 Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
override void OnMiddleButtonDown ()
 Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
override void OnMiddleButtonUp ()
 Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
override void OnMouseMove ()
 Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
override void OnRightButtonDown ()
 Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
override void OnRightButtonUp ()
 Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
override void Pan ()
 These methods for the different interactions in different modes are overridden in subclasses to perform the correct motion. Since they might be called from OnTimer, they do not have mouse coord parameters (use interactor's GetEventPosition and GetLastEventPosition)
override void Rotate ()
 These methods for the different interactions in different modes are overridden in subclasses to perform the correct motion. Since they might be called from OnTimer, they do not have mouse coord parameters (use interactor's GetEventPosition and GetLastEventPosition)
override void Spin ()
 These methods for the different interactions in different modes are overridden in subclasses to perform the correct motion. Since they might be called from OnTimer, they do not have mouse coord parameters (use interactor's GetEventPosition and GetLastEventPosition)
override void UniformScale ()
 These methods for the different interactions in different modes are overridden in subclasses to perform the correct motion. Since they might be called from OnTimer, they do not have mouse coord parameters (use interactor's GetEventPosition and GetLastEventPosition)

Static Public Member Functions

static new
vtkInteractorStyleJoystickActor 
New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new
vtkInteractorStyleJoystickActor 
SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkInteractorStyleJoystickActor"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "31vtkInteractorStyleJoystickActor"
 Automatically generated type registration mechanics.

Protected Member Functions

override void Dispose (bool disposing)
 Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Private Member Functions

static internal IntPtr vtkInteractorStyleJoystickActor_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkInteractorStyleJoystickActor_Dolly_01 (HandleRef pThis)
static internal int vtkInteractorStyleJoystickActor_IsA_02 (HandleRef pThis, string type)
static internal int vtkInteractorStyleJoystickActor_IsTypeOf_03 (string type)
static internal IntPtr vtkInteractorStyleJoystickActor_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkInteractorStyleJoystickActor_OnLeftButtonDown_06 (HandleRef pThis)
static internal void vtkInteractorStyleJoystickActor_OnLeftButtonUp_07 (HandleRef pThis)
static internal void vtkInteractorStyleJoystickActor_OnMiddleButtonDown_08 (HandleRef pThis)
static internal void vtkInteractorStyleJoystickActor_OnMiddleButtonUp_09 (HandleRef pThis)
static internal void vtkInteractorStyleJoystickActor_OnMouseMove_10 (HandleRef pThis)
static internal void vtkInteractorStyleJoystickActor_OnRightButtonDown_11 (HandleRef pThis)
static internal void vtkInteractorStyleJoystickActor_OnRightButtonUp_12 (HandleRef pThis)
static internal void vtkInteractorStyleJoystickActor_Pan_13 (HandleRef pThis)
static internal void vtkInteractorStyleJoystickActor_Rotate_14 (HandleRef pThis)
static internal IntPtr vtkInteractorStyleJoystickActor_SafeDownCast_15 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkInteractorStyleJoystickActor_Spin_16 (HandleRef pThis)
static internal void vtkInteractorStyleJoystickActor_UniformScale_17 (HandleRef pThis)

Static Private Member Functions

static vtkInteractorStyleJoystickActor ()
 Automatically generated type registration mechanics.

Detailed Description

vtkInteractorStyleJoystickActor - manipulate objects in the scene independently of one another

Description 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.)

vtkInteractorStyleJoystickCamera vtkInteractorStyleTrackballActor vtkInteractorStyleTrackballCamera


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkInteractorStyleJoystickActor.vtkInteractorStyleJoystickActor ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Undocumented Block.


Member Function Documentation

override void Kitware.VTK.vtkInteractorStyleJoystickActor.Dispose ( bool  disposing) [protected]

Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Reimplemented from Kitware.VTK.vtkInteractorStyle.

These methods for the different interactions in different modes are overridden in subclasses to perform the correct motion. Since they might be called from OnTimer, they do not have mouse coord parameters (use interactor's GetEventPosition and GetLastEventPosition)

Reimplemented from Kitware.VTK.vtkInteractorStyle.

override int Kitware.VTK.vtkInteractorStyleJoystickActor.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkInteractorStyle.

static new int Kitware.VTK.vtkInteractorStyleJoystickActor.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkInteractorStyle.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkInteractorStyle.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkInteractorStyle.

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

Reimplemented from Kitware.VTK.vtkInteractorStyle.

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

Reimplemented from Kitware.VTK.vtkInteractorStyle.

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

Reimplemented from Kitware.VTK.vtkInteractorStyle.

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

Reimplemented from Kitware.VTK.vtkInteractorStyle.

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

Reimplemented from Kitware.VTK.vtkInteractorStyle.

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

Reimplemented from Kitware.VTK.vtkInteractorStyle.

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

Reimplemented from Kitware.VTK.vtkInteractorStyle.

These methods for the different interactions in different modes are overridden in subclasses to perform the correct motion. Since they might be called from OnTimer, they do not have mouse coord parameters (use interactor's GetEventPosition and GetLastEventPosition)

Reimplemented from Kitware.VTK.vtkInteractorStyle.

These methods for the different interactions in different modes are overridden in subclasses to perform the correct motion. Since they might be called from OnTimer, they do not have mouse coord parameters (use interactor's GetEventPosition and GetLastEventPosition)

Reimplemented from Kitware.VTK.vtkInteractorStyle.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkInteractorStyle.

Here is the call graph for this function:

These methods for the different interactions in different modes are overridden in subclasses to perform the correct motion. Since they might be called from OnTimer, they do not have mouse coord parameters (use interactor's GetEventPosition and GetLastEventPosition)

Reimplemented from Kitware.VTK.vtkInteractorStyle.

These methods for the different interactions in different modes are overridden in subclasses to perform the correct motion. Since they might be called from OnTimer, they do not have mouse coord parameters (use interactor's GetEventPosition and GetLastEventPosition)

Reimplemented from Kitware.VTK.vtkInteractorStyle.

static internal int Kitware.VTK.vtkInteractorStyleJoystickActor.vtkInteractorStyleJoystickActor_IsA_02 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkInteractorStyleJoystickActor.vtkInteractorStyleJoystickActor_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkInteractorStyleJoystickActor.vtkInteractorStyleJoystickActor_NewInstance_05 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkInteractorStyleJoystickActor.vtkInteractorStyleJoystickActor_SafeDownCast_15 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkInteractorStyleJoystickActor.MRClassNameKey = "31vtkInteractorStyleJoystickActor" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkInteractorStyle.

new const string Kitware.VTK.vtkInteractorStyleJoystickActor.MRFullTypeName = "Kitware.VTK.vtkInteractorStyleJoystickActor"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkInteractorStyle.


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