ActiViz .NET
5.8.0
|
vtkTDxInteractorStyleSettings - 3DConnexion device settings More...
Public Member Functions | |
vtkTDxInteractorStyleSettings (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkTDxInteractorStyleSettings () | |
Undocumented Block. | |
virtual double | GetAngleSensitivity () |
Sensitivity of the rotation angle. This can be any value: positive, negative, null. | |
virtual double | GetTranslationXSensitivity () |
Sensitivity of the translation along the X-axis. This can be any value: positive, negative, null. | |
virtual double | GetTranslationYSensitivity () |
Sensitivity of the translation along the Y-axis. See comment of SetTranslationXSensitivity(). | |
virtual double | GetTranslationZSensitivity () |
Sensitivity of the translation along the Z-axis. See comment of SetTranslationXSensitivity(). | |
virtual bool | GetUseRotationX () |
Use or mask the rotation component around the X-axis. Initial value is true. | |
virtual bool | GetUseRotationY () |
Use or mask the rotation component around the Y-axis. Initial value is true. | |
virtual bool | GetUseRotationZ () |
Use or mask the rotation component around the Z-axis. Initial value is true. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkTDxInteractorStyleSettings | NewInstance () |
Undocumented Block. | |
virtual void | SetAngleSensitivity (double _arg) |
Sensitivity of the rotation angle. This can be any value: positive, negative, null. | |
virtual void | SetTranslationXSensitivity (double _arg) |
Sensitivity of the translation along the X-axis. This can be any value: positive, negative, null. | |
virtual void | SetTranslationYSensitivity (double _arg) |
Sensitivity of the translation along the Y-axis. See comment of SetTranslationXSensitivity(). | |
virtual void | SetTranslationZSensitivity (double _arg) |
Sensitivity of the translation along the Z-axis. See comment of SetTranslationXSensitivity(). | |
virtual void | SetUseRotationX (bool _arg) |
Use or mask the rotation component around the X-axis. Initial value is true. | |
virtual void | SetUseRotationY (bool _arg) |
Use or mask the rotation component around the Y-axis. Initial value is true. | |
virtual void | SetUseRotationZ (bool _arg) |
Use or mask the rotation component around the Z-axis. Initial value is true. | |
Static Public Member Functions | |
static new vtkTDxInteractorStyleSettings | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkTDxInteractorStyleSettings | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkTDxInteractorStyleSettings" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "29vtkTDxInteractorStyleSettings" |
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 | vtkTDxInteractorStyleSettings_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal double | vtkTDxInteractorStyleSettings_GetAngleSensitivity_01 (HandleRef pThis) |
static internal double | vtkTDxInteractorStyleSettings_GetTranslationXSensitivity_02 (HandleRef pThis) |
static internal double | vtkTDxInteractorStyleSettings_GetTranslationYSensitivity_03 (HandleRef pThis) |
static internal double | vtkTDxInteractorStyleSettings_GetTranslationZSensitivity_04 (HandleRef pThis) |
static internal byte | vtkTDxInteractorStyleSettings_GetUseRotationX_05 (HandleRef pThis) |
static internal byte | vtkTDxInteractorStyleSettings_GetUseRotationY_06 (HandleRef pThis) |
static internal byte | vtkTDxInteractorStyleSettings_GetUseRotationZ_07 (HandleRef pThis) |
static internal int | vtkTDxInteractorStyleSettings_IsA_08 (HandleRef pThis, string type) |
static internal int | vtkTDxInteractorStyleSettings_IsTypeOf_09 (string type) |
static internal IntPtr | vtkTDxInteractorStyleSettings_NewInstance_11 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkTDxInteractorStyleSettings_SafeDownCast_12 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkTDxInteractorStyleSettings_SetAngleSensitivity_13 (HandleRef pThis, double _arg) |
static internal void | vtkTDxInteractorStyleSettings_SetTranslationXSensitivity_14 (HandleRef pThis, double _arg) |
static internal void | vtkTDxInteractorStyleSettings_SetTranslationYSensitivity_15 (HandleRef pThis, double _arg) |
static internal void | vtkTDxInteractorStyleSettings_SetTranslationZSensitivity_16 (HandleRef pThis, double _arg) |
static internal void | vtkTDxInteractorStyleSettings_SetUseRotationX_17 (HandleRef pThis, byte _arg) |
static internal void | vtkTDxInteractorStyleSettings_SetUseRotationY_18 (HandleRef pThis, byte _arg) |
static internal void | vtkTDxInteractorStyleSettings_SetUseRotationZ_19 (HandleRef pThis, byte _arg) |
Static Private Member Functions | |
static | vtkTDxInteractorStyleSettings () |
Automatically generated type registration mechanics. |
vtkTDxInteractorStyleSettings - 3DConnexion device settings
static Kitware.VTK.vtkTDxInteractorStyleSettings.vtkTDxInteractorStyleSettings | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkTDxInteractorStyleSettings.vtkTDxInteractorStyleSettings | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkTDxInteractorStyleSettings.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.
virtual double Kitware.VTK.vtkTDxInteractorStyleSettings.GetAngleSensitivity | ( | ) | [virtual] |
Sensitivity of the rotation angle. This can be any value: positive, negative, null.
virtual double Kitware.VTK.vtkTDxInteractorStyleSettings.GetTranslationXSensitivity | ( | ) | [virtual] |
Sensitivity of the translation along the X-axis. This can be any value: positive, negative, null.
virtual double Kitware.VTK.vtkTDxInteractorStyleSettings.GetTranslationYSensitivity | ( | ) | [virtual] |
Sensitivity of the translation along the Y-axis. See comment of SetTranslationXSensitivity().
virtual double Kitware.VTK.vtkTDxInteractorStyleSettings.GetTranslationZSensitivity | ( | ) | [virtual] |
Sensitivity of the translation along the Z-axis. See comment of SetTranslationXSensitivity().
virtual bool Kitware.VTK.vtkTDxInteractorStyleSettings.GetUseRotationX | ( | ) | [virtual] |
Use or mask the rotation component around the X-axis. Initial value is true.
virtual bool Kitware.VTK.vtkTDxInteractorStyleSettings.GetUseRotationY | ( | ) | [virtual] |
Use or mask the rotation component around the Y-axis. Initial value is true.
virtual bool Kitware.VTK.vtkTDxInteractorStyleSettings.GetUseRotationZ | ( | ) | [virtual] |
Use or mask the rotation component around the Z-axis. Initial value is true.
override int Kitware.VTK.vtkTDxInteractorStyleSettings.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
static new int Kitware.VTK.vtkTDxInteractorStyleSettings.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
static new vtkTDxInteractorStyleSettings Kitware.VTK.vtkTDxInteractorStyleSettings.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
static new vtkTDxInteractorStyleSettings Kitware.VTK.vtkTDxInteractorStyleSettings.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
virtual void Kitware.VTK.vtkTDxInteractorStyleSettings.SetAngleSensitivity | ( | double | _arg | ) | [virtual] |
Sensitivity of the rotation angle. This can be any value: positive, negative, null.
virtual void Kitware.VTK.vtkTDxInteractorStyleSettings.SetTranslationXSensitivity | ( | double | _arg | ) | [virtual] |
Sensitivity of the translation along the X-axis. This can be any value: positive, negative, null.
virtual void Kitware.VTK.vtkTDxInteractorStyleSettings.SetTranslationYSensitivity | ( | double | _arg | ) | [virtual] |
Sensitivity of the translation along the Y-axis. See comment of SetTranslationXSensitivity().
virtual void Kitware.VTK.vtkTDxInteractorStyleSettings.SetTranslationZSensitivity | ( | double | _arg | ) | [virtual] |
Sensitivity of the translation along the Z-axis. See comment of SetTranslationXSensitivity().
virtual void Kitware.VTK.vtkTDxInteractorStyleSettings.SetUseRotationX | ( | bool | _arg | ) | [virtual] |
Use or mask the rotation component around the X-axis. Initial value is true.
virtual void Kitware.VTK.vtkTDxInteractorStyleSettings.SetUseRotationY | ( | bool | _arg | ) | [virtual] |
Use or mask the rotation component around the Y-axis. Initial value is true.
virtual void Kitware.VTK.vtkTDxInteractorStyleSettings.SetUseRotationZ | ( | bool | _arg | ) | [virtual] |
Use or mask the rotation component around the Z-axis. Initial value is true.
static internal double Kitware.VTK.vtkTDxInteractorStyleSettings.vtkTDxInteractorStyleSettings_GetAngleSensitivity_01 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkTDxInteractorStyleSettings.vtkTDxInteractorStyleSettings_GetTranslationXSensitivity_02 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkTDxInteractorStyleSettings.vtkTDxInteractorStyleSettings_GetTranslationYSensitivity_03 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkTDxInteractorStyleSettings.vtkTDxInteractorStyleSettings_GetTranslationZSensitivity_04 | ( | HandleRef | pThis | ) | [private] |
static internal byte Kitware.VTK.vtkTDxInteractorStyleSettings.vtkTDxInteractorStyleSettings_GetUseRotationX_05 | ( | HandleRef | pThis | ) | [private] |
static internal byte Kitware.VTK.vtkTDxInteractorStyleSettings.vtkTDxInteractorStyleSettings_GetUseRotationY_06 | ( | HandleRef | pThis | ) | [private] |
static internal byte Kitware.VTK.vtkTDxInteractorStyleSettings.vtkTDxInteractorStyleSettings_GetUseRotationZ_07 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTDxInteractorStyleSettings.vtkTDxInteractorStyleSettings_IsA_08 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkTDxInteractorStyleSettings.vtkTDxInteractorStyleSettings_IsTypeOf_09 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkTDxInteractorStyleSettings.vtkTDxInteractorStyleSettings_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkTDxInteractorStyleSettings.vtkTDxInteractorStyleSettings_NewInstance_11 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkTDxInteractorStyleSettings.vtkTDxInteractorStyleSettings_SafeDownCast_12 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkTDxInteractorStyleSettings.vtkTDxInteractorStyleSettings_SetAngleSensitivity_13 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTDxInteractorStyleSettings.vtkTDxInteractorStyleSettings_SetTranslationXSensitivity_14 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTDxInteractorStyleSettings.vtkTDxInteractorStyleSettings_SetTranslationYSensitivity_15 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTDxInteractorStyleSettings.vtkTDxInteractorStyleSettings_SetTranslationZSensitivity_16 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTDxInteractorStyleSettings.vtkTDxInteractorStyleSettings_SetUseRotationX_17 | ( | HandleRef | pThis, |
byte | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTDxInteractorStyleSettings.vtkTDxInteractorStyleSettings_SetUseRotationY_18 | ( | HandleRef | pThis, |
byte | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTDxInteractorStyleSettings.vtkTDxInteractorStyleSettings_SetUseRotationZ_19 | ( | HandleRef | pThis, |
byte | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkTDxInteractorStyleSettings.MRClassNameKey = "29vtkTDxInteractorStyleSettings" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
new const string Kitware.VTK.vtkTDxInteractorStyleSettings.MRFullTypeName = "Kitware.VTK.vtkTDxInteractorStyleSettings" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.