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

vtkInteractorStyleTrackballCamera - interactive manipulation of the camera More...

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

List of all members.

Public Member Functions

 vtkInteractorStyleTrackballCamera (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkInteractorStyleTrackballCamera ()
 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)
virtual double GetMotionFactor ()
 Set the apparent sensitivity of the interactor style to mouse motion.
override int IsA (string type)
 Undocumented Block.
new
vtkInteractorStyleTrackballCamera 
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)
virtual void SetMotionFactor (double _arg)
 Set the apparent sensitivity of the interactor style to mouse motion.
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
vtkInteractorStyleTrackballCamera 
New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new
vtkInteractorStyleTrackballCamera 
SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkInteractorStyleTrackballCamera"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "33vtkInteractorStyleTrackballCamera"
 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 vtkInteractorStyleTrackballCamera_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkInteractorStyleTrackballCamera_Dolly_01 (HandleRef pThis)
static internal double vtkInteractorStyleTrackballCamera_GetMotionFactor_02 (HandleRef pThis)
static internal int vtkInteractorStyleTrackballCamera_IsA_03 (HandleRef pThis, string type)
static internal int vtkInteractorStyleTrackballCamera_IsTypeOf_04 (string type)
static internal IntPtr vtkInteractorStyleTrackballCamera_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkInteractorStyleTrackballCamera_OnLeftButtonDown_07 (HandleRef pThis)
static internal void vtkInteractorStyleTrackballCamera_OnLeftButtonUp_08 (HandleRef pThis)
static internal void vtkInteractorStyleTrackballCamera_OnMiddleButtonDown_09 (HandleRef pThis)
static internal void vtkInteractorStyleTrackballCamera_OnMiddleButtonUp_10 (HandleRef pThis)
static internal void vtkInteractorStyleTrackballCamera_OnMouseMove_11 (HandleRef pThis)
static internal void vtkInteractorStyleTrackballCamera_OnMouseWheelBackward_12 (HandleRef pThis)
static internal void vtkInteractorStyleTrackballCamera_OnMouseWheelForward_13 (HandleRef pThis)
static internal void vtkInteractorStyleTrackballCamera_OnRightButtonDown_14 (HandleRef pThis)
static internal void vtkInteractorStyleTrackballCamera_OnRightButtonUp_15 (HandleRef pThis)
static internal void vtkInteractorStyleTrackballCamera_Pan_16 (HandleRef pThis)
static internal void vtkInteractorStyleTrackballCamera_Rotate_17 (HandleRef pThis)
static internal IntPtr vtkInteractorStyleTrackballCamera_SafeDownCast_18 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkInteractorStyleTrackballCamera_SetMotionFactor_19 (HandleRef pThis, double _arg)
static internal void vtkInteractorStyleTrackballCamera_Spin_20 (HandleRef pThis)

Static Private Member Functions

static vtkInteractorStyleTrackballCamera ()
 Automatically generated type registration mechanics.

Detailed Description

vtkInteractorStyleTrackballCamera - interactive manipulation of the camera

Description vtkInteractorStyleTrackballCamera allows the user to interactively manipulate (rotate, pan, etc.) the camera, the viewpoint of the scene. In trackball interaction, the magnitude of the mouse motion is proportional to the camera motion associated with a particular mouse binding. For example, small left-button motions cause small changes in the rotation of the camera around its focal point. For a 3-button mouse, the left button is for rotation, the right button for zooming, the middle button for panning, and ctrl + left button for spinning. (With fewer mouse buttons, ctrl + shift + left button is for zooming, and shift + left button is for panning.)


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkInteractorStyleTrackballCamera.vtkInteractorStyleTrackballCamera ( 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.vtkInteractorStyleTrackballCamera.Dispose ( bool  disposing) [protected]

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.

Reimplemented in Kitware.VTK.vtkGeoInteractorStyle.

Set the apparent sensitivity of the interactor style to mouse motion.

override int Kitware.VTK.vtkInteractorStyleTrackballCamera.IsA ( string  type) [virtual]
static new int Kitware.VTK.vtkInteractorStyleTrackballCamera.IsTypeOf ( string  type) [static]

Event bindings controlling the effects of pressing mouse buttons or moving the mouse.

Reimplemented from Kitware.VTK.vtkInteractorStyle.

Reimplemented in Kitware.VTK.vtkParallelCoordinatesInteractorStyle, Kitware.VTK.vtkInteractorStyleRubberBand3D, and Kitware.VTK.vtkGeoInteractorStyle.

Event bindings controlling the effects of pressing mouse buttons or moving the mouse.

Reimplemented from Kitware.VTK.vtkInteractorStyle.

Reimplemented in Kitware.VTK.vtkParallelCoordinatesInteractorStyle, Kitware.VTK.vtkInteractorStyleRubberBand3D, and Kitware.VTK.vtkGeoInteractorStyle.

Event bindings controlling the effects of pressing mouse buttons or moving the mouse.

Reimplemented from Kitware.VTK.vtkInteractorStyle.

Reimplemented in Kitware.VTK.vtkInteractorStyleRubberBand3D.

Event bindings controlling the effects of pressing mouse buttons or moving the mouse.

Reimplemented from Kitware.VTK.vtkInteractorStyle.

Reimplemented in Kitware.VTK.vtkInteractorStyleRubberBand3D.

Event bindings controlling the effects of pressing mouse buttons or moving the mouse.

Reimplemented from Kitware.VTK.vtkInteractorStyle.

Reimplemented in Kitware.VTK.vtkParallelCoordinatesInteractorStyle, Kitware.VTK.vtkInteractorStyleRubberBand3D, Kitware.VTK.vtkGeoInteractorStyle, and Kitware.VTK.vtkInteractorStyleImage.

Event bindings controlling the effects of pressing mouse buttons or moving the mouse.

Reimplemented from Kitware.VTK.vtkInteractorStyle.

Reimplemented in Kitware.VTK.vtkParallelCoordinatesInteractorStyle, Kitware.VTK.vtkInteractorStyleRubberBand3D, Kitware.VTK.vtkGeoInteractorStyle, and Kitware.VTK.vtkInteractorStyleImage.

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.

Reimplemented in Kitware.VTK.vtkParallelCoordinatesInteractorStyle, and Kitware.VTK.vtkGeoInteractorStyle.

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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkInteractorStyle.

Reimplemented in Kitware.VTK.vtkParallelCoordinatesInteractorStyle, Kitware.VTK.vtkInteractorStyleRubberBand3D, Kitware.VTK.vtkGeoInteractorStyle, Kitware.VTK.vtkInteractorStyleImage, Kitware.VTK.vtkInteractorStyleTreeMapHover, and Kitware.VTK.vtkInteractorStyleRubberBandPick.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkInteractorStyleTrackballCamera.SetMotionFactor ( double  _arg) [virtual]

Set the apparent sensitivity of the interactor style to mouse motion.

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 int Kitware.VTK.vtkInteractorStyleTrackballCamera.vtkInteractorStyleTrackballCamera_IsA_03 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkInteractorStyleTrackballCamera.vtkInteractorStyleTrackballCamera_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkInteractorStyleTrackballCamera.vtkInteractorStyleTrackballCamera_NewInstance_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkInteractorStyleTrackballCamera.vtkInteractorStyleTrackballCamera_SafeDownCast_18 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkInteractorStyleTrackballCamera.vtkInteractorStyleTrackballCamera_SetMotionFactor_19 ( HandleRef  pThis,
double  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkInteractorStyleTrackballCamera.MRClassNameKey = "33vtkInteractorStyleTrackballCamera" [static]
new const string Kitware.VTK.vtkInteractorStyleTrackballCamera.MRFullTypeName = "Kitware.VTK.vtkInteractorStyleTrackballCamera"

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