ActiViz .NET
5.8.0
|
vtkInteractorStyleJoystickCamera - interactive manipulation of the camera More...
Public Member Functions | |
vtkInteractorStyleJoystickCamera (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkInteractorStyleJoystickCamera () | |
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 are called by OnTimer, they do not have mouse coord parameters (use interactor's GetEventPosition and GetLastEventPosition) | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkInteractorStyleJoystickCamera | 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 | OnMouseWheelBackward () |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse. | |
override void | OnMouseWheelForward () |
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 are called by 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 are called by 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 are called by OnTimer, they do not have mouse coord parameters (use interactor's GetEventPosition and GetLastEventPosition) | |
Static Public Member Functions | |
static new vtkInteractorStyleJoystickCamera | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkInteractorStyleJoystickCamera | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkInteractorStyleJoystickCamera" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "32vtkInteractorStyleJoystickCamera" |
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 | vtkInteractorStyleJoystickCamera_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkInteractorStyleJoystickCamera_Dolly_01 (HandleRef pThis) |
static internal int | vtkInteractorStyleJoystickCamera_IsA_02 (HandleRef pThis, string type) |
static internal int | vtkInteractorStyleJoystickCamera_IsTypeOf_03 (string type) |
static internal IntPtr | vtkInteractorStyleJoystickCamera_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkInteractorStyleJoystickCamera_OnLeftButtonDown_06 (HandleRef pThis) |
static internal void | vtkInteractorStyleJoystickCamera_OnLeftButtonUp_07 (HandleRef pThis) |
static internal void | vtkInteractorStyleJoystickCamera_OnMiddleButtonDown_08 (HandleRef pThis) |
static internal void | vtkInteractorStyleJoystickCamera_OnMiddleButtonUp_09 (HandleRef pThis) |
static internal void | vtkInteractorStyleJoystickCamera_OnMouseMove_10 (HandleRef pThis) |
static internal void | vtkInteractorStyleJoystickCamera_OnMouseWheelBackward_11 (HandleRef pThis) |
static internal void | vtkInteractorStyleJoystickCamera_OnMouseWheelForward_12 (HandleRef pThis) |
static internal void | vtkInteractorStyleJoystickCamera_OnRightButtonDown_13 (HandleRef pThis) |
static internal void | vtkInteractorStyleJoystickCamera_OnRightButtonUp_14 (HandleRef pThis) |
static internal void | vtkInteractorStyleJoystickCamera_Pan_15 (HandleRef pThis) |
static internal void | vtkInteractorStyleJoystickCamera_Rotate_16 (HandleRef pThis) |
static internal IntPtr | vtkInteractorStyleJoystickCamera_SafeDownCast_17 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkInteractorStyleJoystickCamera_Spin_18 (HandleRef pThis) |
Static Private Member Functions | |
static | vtkInteractorStyleJoystickCamera () |
Automatically generated type registration mechanics. |
vtkInteractorStyleJoystickCamera - interactive manipulation of the camera
static Kitware.VTK.vtkInteractorStyleJoystickCamera.vtkInteractorStyleJoystickCamera | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkInteractorStyleJoystickCamera.vtkInteractorStyleJoystickCamera | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkInteractorStyleJoystickCamera.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.
override void Kitware.VTK.vtkInteractorStyleJoystickCamera.Dolly | ( | ) | [virtual] |
These methods for the different interactions in different modes are overridden in subclasses to perform the correct motion. Since they are called by OnTimer, they do not have mouse coord parameters (use interactor's GetEventPosition and GetLastEventPosition)
Reimplemented from Kitware.VTK.vtkInteractorStyle.
override int Kitware.VTK.vtkInteractorStyleJoystickCamera.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
static new int Kitware.VTK.vtkInteractorStyleJoystickCamera.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
static new vtkInteractorStyleJoystickCamera Kitware.VTK.vtkInteractorStyleJoystickCamera.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
override void Kitware.VTK.vtkInteractorStyleJoystickCamera.OnLeftButtonDown | ( | ) | [virtual] |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
override void Kitware.VTK.vtkInteractorStyleJoystickCamera.OnLeftButtonUp | ( | ) | [virtual] |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
override void Kitware.VTK.vtkInteractorStyleJoystickCamera.OnMiddleButtonDown | ( | ) | [virtual] |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
override void Kitware.VTK.vtkInteractorStyleJoystickCamera.OnMiddleButtonUp | ( | ) | [virtual] |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
override void Kitware.VTK.vtkInteractorStyleJoystickCamera.OnMouseMove | ( | ) | [virtual] |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
override void Kitware.VTK.vtkInteractorStyleJoystickCamera.OnMouseWheelBackward | ( | ) | [virtual] |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
override void Kitware.VTK.vtkInteractorStyleJoystickCamera.OnMouseWheelForward | ( | ) | [virtual] |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
override void Kitware.VTK.vtkInteractorStyleJoystickCamera.OnRightButtonDown | ( | ) | [virtual] |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
override void Kitware.VTK.vtkInteractorStyleJoystickCamera.OnRightButtonUp | ( | ) | [virtual] |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
override void Kitware.VTK.vtkInteractorStyleJoystickCamera.Pan | ( | ) | [virtual] |
These methods for the different interactions in different modes are overridden in subclasses to perform the correct motion. Since they are called by OnTimer, they do not have mouse coord parameters (use interactor's GetEventPosition and GetLastEventPosition)
Reimplemented from Kitware.VTK.vtkInteractorStyle.
override void Kitware.VTK.vtkInteractorStyleJoystickCamera.Rotate | ( | ) | [virtual] |
These methods for the different interactions in different modes are overridden in subclasses to perform the correct motion. Since they are called by OnTimer, they do not have mouse coord parameters (use interactor's GetEventPosition and GetLastEventPosition)
Reimplemented from Kitware.VTK.vtkInteractorStyle.
static new vtkInteractorStyleJoystickCamera Kitware.VTK.vtkInteractorStyleJoystickCamera.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
override void Kitware.VTK.vtkInteractorStyleJoystickCamera.Spin | ( | ) | [virtual] |
These methods for the different interactions in different modes are overridden in subclasses to perform the correct motion. Since they are called by OnTimer, they do not have mouse coord parameters (use interactor's GetEventPosition and GetLastEventPosition)
Reimplemented from Kitware.VTK.vtkInteractorStyle.
static internal void Kitware.VTK.vtkInteractorStyleJoystickCamera.vtkInteractorStyleJoystickCamera_Dolly_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkInteractorStyleJoystickCamera.vtkInteractorStyleJoystickCamera_IsA_02 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkInteractorStyleJoystickCamera.vtkInteractorStyleJoystickCamera_IsTypeOf_03 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkInteractorStyleJoystickCamera.vtkInteractorStyleJoystickCamera_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkInteractorStyleJoystickCamera.vtkInteractorStyleJoystickCamera_NewInstance_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleJoystickCamera.vtkInteractorStyleJoystickCamera_OnLeftButtonDown_06 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleJoystickCamera.vtkInteractorStyleJoystickCamera_OnLeftButtonUp_07 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleJoystickCamera.vtkInteractorStyleJoystickCamera_OnMiddleButtonDown_08 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleJoystickCamera.vtkInteractorStyleJoystickCamera_OnMiddleButtonUp_09 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleJoystickCamera.vtkInteractorStyleJoystickCamera_OnMouseMove_10 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleJoystickCamera.vtkInteractorStyleJoystickCamera_OnMouseWheelBackward_11 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleJoystickCamera.vtkInteractorStyleJoystickCamera_OnMouseWheelForward_12 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleJoystickCamera.vtkInteractorStyleJoystickCamera_OnRightButtonDown_13 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleJoystickCamera.vtkInteractorStyleJoystickCamera_OnRightButtonUp_14 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleJoystickCamera.vtkInteractorStyleJoystickCamera_Pan_15 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleJoystickCamera.vtkInteractorStyleJoystickCamera_Rotate_16 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkInteractorStyleJoystickCamera.vtkInteractorStyleJoystickCamera_SafeDownCast_17 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleJoystickCamera.vtkInteractorStyleJoystickCamera_Spin_18 | ( | HandleRef | pThis | ) | [private] |
new readonly string Kitware.VTK.vtkInteractorStyleJoystickCamera.MRClassNameKey = "32vtkInteractorStyleJoystickCamera" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
new const string Kitware.VTK.vtkInteractorStyleJoystickCamera.MRFullTypeName = "Kitware.VTK.vtkInteractorStyleJoystickCamera" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkInteractorStyle.