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

vtkTDxInteractorStyle - provide 3DConnexion device event-driven interface to the rendering window More...

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

List of all members.

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.

Detailed Description

vtkTDxInteractorStyle - provide 3DConnexion device event-driven interface to the rendering window


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

3Dconnexion device settings. (sensitivity, individual axis filters). Initial object is not null.

Here is the call graph for this function:

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.

Precondition:
renderer can be null.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Reimplemented in Kitware.VTK.vtkTDxInteractorStyleCamera, and Kitware.VTK.vtkTDxInteractorStyleGeo.

Here is the call graph for this function:

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]

Member Data Documentation

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.


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