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.vtkTDxInteractorStyleSettings Class Reference

vtkTDxInteractorStyleSettings - 3DConnexion device settings More...

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

List of all members.

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.

Detailed Description

vtkTDxInteractorStyleSettings - 3DConnexion device settings


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

Sensitivity of the rotation angle. This can be any value: positive, negative, null.

  • x<-1.0: faster reversed
  • x=-1.0: reversed neutral
  • -1.0<x<0.0: reversed slower
  • x=0.0: no rotation
  • 0.0<x<1.0: slower
  • x=1.0: neutral
  • x>1.0: faster

Sensitivity of the translation along the X-axis. This can be any value: positive, negative, null.

  • x<-1.0: faster reversed
  • x=-1.0: reversed neutral
  • -1.0<x<0.0: reversed slower
  • x=0.0: no translation
  • 0.0<x<1.0: slower
  • x=1.0: neutral
  • x>1.0: faster Initial value is 1.0

Sensitivity of the translation along the Y-axis. See comment of SetTranslationXSensitivity().

Sensitivity of the translation along the Z-axis. See comment of SetTranslationXSensitivity().

Use or mask the rotation component around the X-axis. Initial value is true.

Use or mask the rotation component around the Y-axis. Initial value is true.

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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkTDxInteractorStyleSettings.SetAngleSensitivity ( double  _arg) [virtual]

Sensitivity of the rotation angle. This can be any value: positive, negative, null.

  • x<-1.0: faster reversed
  • x=-1.0: reversed neutral
  • -1.0<x<0.0: reversed slower
  • x=0.0: no rotation
  • 0.0<x<1.0: slower
  • x=1.0: neutral
  • x>1.0: faster

Sensitivity of the translation along the X-axis. This can be any value: positive, negative, null.

  • x<-1.0: faster reversed
  • x=-1.0: reversed neutral
  • -1.0<x<0.0: reversed slower
  • x=0.0: no translation
  • 0.0<x<1.0: slower
  • x=1.0: neutral
  • x>1.0: faster Initial value is 1.0

Sensitivity of the translation along the Y-axis. See comment of SetTranslationXSensitivity().

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 int Kitware.VTK.vtkTDxInteractorStyleSettings.vtkTDxInteractorStyleSettings_IsA_08 ( HandleRef  pThis,
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]

Member Data Documentation

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.


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