ActiViz .NET
5.8.0
|
vtkTDxInteractorStyle - provide 3DConnexion device event-driven interface to the rendering window More...
Public Member Functions | |
vtkTDxInteractorStyle (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
virtual vtkTDxInteractorStyleSettings | GetSettings () |
3Dconnexion device settings. (sensitivity, individual axis filters). Initial object is not null. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkTDxInteractorStyle | NewInstance () |
Undocumented Block. | |
virtual void | OnButtonPressedEvent (int button) |
Undocumented Block. | |
virtual void | OnButtonReleasedEvent (int button) |
Undocumented Block. | |
virtual void | ProcessEvent (vtkRenderer renderer, uint arg1, IntPtr calldata) |
Dispatch the events TDxMotionEvent, TDxButtonPressEvent and TDxButtonReleaseEvent to OnMotionEvent(), OnButtonPressedEvent() and OnButtonReleasedEvent() respectively. It is called by the vtkInteractorStyle. This method is virtual for convenient but you should really override the On*Event() methods only. | |
virtual void | SetSettings (vtkTDxInteractorStyleSettings settings) |
3Dconnexion device settings. (sensitivity, individual axis filters). Initial object is not null. | |
Static Public Member Functions | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkTDxInteractorStyle | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkTDxInteractorStyle" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "21vtkTDxInteractorStyle" |
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 | vtkTDxInteractorStyle_GetSettings_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkTDxInteractorStyle_IsA_02 (HandleRef pThis, string type) |
static internal int | vtkTDxInteractorStyle_IsTypeOf_03 (string type) |
static internal IntPtr | vtkTDxInteractorStyle_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkTDxInteractorStyle_OnButtonPressedEvent_05 (HandleRef pThis, int button) |
static internal void | vtkTDxInteractorStyle_OnButtonReleasedEvent_06 (HandleRef pThis, int button) |
static internal void | vtkTDxInteractorStyle_ProcessEvent_07 (HandleRef pThis, HandleRef renderer, uint arg1, IntPtr calldata) |
static internal IntPtr | vtkTDxInteractorStyle_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkTDxInteractorStyle_SetSettings_09 (HandleRef pThis, HandleRef settings) |
Static Private Member Functions | |
static | vtkTDxInteractorStyle () |
Automatically generated type registration mechanics. |
vtkTDxInteractorStyle - provide 3DConnexion device event-driven interface to the rendering window
static Kitware.VTK.vtkTDxInteractorStyle.vtkTDxInteractorStyle | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkTDxInteractorStyle.vtkTDxInteractorStyle | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
override void Kitware.VTK.vtkTDxInteractorStyle.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.vtkObject.
Reimplemented in Kitware.VTK.vtkTDxInteractorStyleCamera, and Kitware.VTK.vtkTDxInteractorStyleGeo.
virtual vtkTDxInteractorStyleSettings Kitware.VTK.vtkTDxInteractorStyle.GetSettings | ( | ) | [virtual] |
3Dconnexion device settings. (sensitivity, individual axis filters). Initial object is not null.
override int Kitware.VTK.vtkTDxInteractorStyle.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkTDxInteractorStyleCamera, and Kitware.VTK.vtkTDxInteractorStyleGeo.
static new int Kitware.VTK.vtkTDxInteractorStyle.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkTDxInteractorStyleCamera, and Kitware.VTK.vtkTDxInteractorStyleGeo.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkTDxInteractorStyleCamera, and Kitware.VTK.vtkTDxInteractorStyleGeo.
virtual void Kitware.VTK.vtkTDxInteractorStyle.OnButtonPressedEvent | ( | int | button | ) | [virtual] |
Undocumented Block.
virtual void Kitware.VTK.vtkTDxInteractorStyle.OnButtonReleasedEvent | ( | int | button | ) | [virtual] |
Undocumented Block.
virtual void Kitware.VTK.vtkTDxInteractorStyle.ProcessEvent | ( | vtkRenderer | renderer, |
uint | arg1, | ||
IntPtr | calldata | ||
) | [virtual] |
Dispatch the events TDxMotionEvent, TDxButtonPressEvent and TDxButtonReleaseEvent to OnMotionEvent(), OnButtonPressedEvent() and OnButtonReleasedEvent() respectively. It is called by the vtkInteractorStyle. This method is virtual for convenient but you should really override the On*Event() methods only.
static new vtkTDxInteractorStyle Kitware.VTK.vtkTDxInteractorStyle.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkTDxInteractorStyleCamera, and Kitware.VTK.vtkTDxInteractorStyleGeo.
virtual void Kitware.VTK.vtkTDxInteractorStyle.SetSettings | ( | vtkTDxInteractorStyleSettings | settings | ) | [virtual] |
3Dconnexion device settings. (sensitivity, individual axis filters). Initial object is not null.
static internal IntPtr Kitware.VTK.vtkTDxInteractorStyle.vtkTDxInteractorStyle_GetSettings_01 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkTDxInteractorStyle.vtkTDxInteractorStyle_IsA_02 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkTDxInteractorStyle.vtkTDxInteractorStyle_IsTypeOf_03 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkTDxInteractorStyle.vtkTDxInteractorStyle_NewInstance_04 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkTDxInteractorStyle.vtkTDxInteractorStyle_OnButtonPressedEvent_05 | ( | HandleRef | pThis, |
int | button | ||
) | [private] |
static internal void Kitware.VTK.vtkTDxInteractorStyle.vtkTDxInteractorStyle_OnButtonReleasedEvent_06 | ( | HandleRef | pThis, |
int | button | ||
) | [private] |
static internal void Kitware.VTK.vtkTDxInteractorStyle.vtkTDxInteractorStyle_ProcessEvent_07 | ( | HandleRef | pThis, |
HandleRef | renderer, | ||
uint | arg1, | ||
IntPtr | calldata | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkTDxInteractorStyle.vtkTDxInteractorStyle_SafeDownCast_08 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkTDxInteractorStyle.vtkTDxInteractorStyle_SetSettings_09 | ( | HandleRef | pThis, |
HandleRef | settings | ||
) | [private] |
new readonly string Kitware.VTK.vtkTDxInteractorStyle.MRClassNameKey = "21vtkTDxInteractorStyle" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkTDxInteractorStyleCamera, and Kitware.VTK.vtkTDxInteractorStyleGeo.
new const string Kitware.VTK.vtkTDxInteractorStyle.MRFullTypeName = "Kitware.VTK.vtkTDxInteractorStyle" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkTDxInteractorStyleCamera, and Kitware.VTK.vtkTDxInteractorStyleGeo.