ActiViz .NET
5.8.0
|
vtkInteractorStyleTrackballCamera - interactive manipulation of the camera More...
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. |
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.)
static Kitware.VTK.vtkInteractorStyleTrackballCamera.vtkInteractorStyleTrackballCamera | ( | ) | [static, private] |
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.
override void Kitware.VTK.vtkInteractorStyleTrackballCamera.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.vtkInteractorStyle.
Reimplemented in Kitware.VTK.vtkInteractorStyleImage, Kitware.VTK.vtkParallelCoordinatesInteractorStyle, Kitware.VTK.vtkInteractorStyleRubberBandPick, Kitware.VTK.vtkInteractorStyleRubberBand3D, Kitware.VTK.vtkGeoInteractorStyle, and Kitware.VTK.vtkInteractorStyleTreeMapHover.
override void Kitware.VTK.vtkInteractorStyleTrackballCamera.Dolly | ( | ) | [virtual] |
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.
virtual double Kitware.VTK.vtkInteractorStyleTrackballCamera.GetMotionFactor | ( | ) | [virtual] |
Set the apparent sensitivity of the interactor style to mouse motion.
override int Kitware.VTK.vtkInteractorStyleTrackballCamera.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
Reimplemented in Kitware.VTK.vtkParallelCoordinatesInteractorStyle, Kitware.VTK.vtkInteractorStyleRubberBand3D, Kitware.VTK.vtkInteractorStyleTreeMapHover, Kitware.VTK.vtkInteractorStyleImage, Kitware.VTK.vtkGeoInteractorStyle, and Kitware.VTK.vtkInteractorStyleRubberBandPick.
static new int Kitware.VTK.vtkInteractorStyleTrackballCamera.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
Reimplemented in Kitware.VTK.vtkParallelCoordinatesInteractorStyle, Kitware.VTK.vtkInteractorStyleRubberBand3D, Kitware.VTK.vtkInteractorStyleTreeMapHover, Kitware.VTK.vtkInteractorStyleImage, Kitware.VTK.vtkGeoInteractorStyle, and Kitware.VTK.vtkInteractorStyleRubberBandPick.
static new vtkInteractorStyleTrackballCamera Kitware.VTK.vtkInteractorStyleTrackballCamera.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
Reimplemented in Kitware.VTK.vtkInteractorStyleImage, Kitware.VTK.vtkParallelCoordinatesInteractorStyle, Kitware.VTK.vtkInteractorStyleRubberBandPick, Kitware.VTK.vtkInteractorStyleRubberBand3D, Kitware.VTK.vtkGeoInteractorStyle, and Kitware.VTK.vtkInteractorStyleTreeMapHover.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
Reimplemented in Kitware.VTK.vtkParallelCoordinatesInteractorStyle, Kitware.VTK.vtkInteractorStyleRubberBand3D, Kitware.VTK.vtkInteractorStyleTreeMapHover, Kitware.VTK.vtkInteractorStyleImage, Kitware.VTK.vtkGeoInteractorStyle, and Kitware.VTK.vtkInteractorStyleRubberBandPick.
override void Kitware.VTK.vtkInteractorStyleTrackballCamera.OnLeftButtonDown | ( | ) | [virtual] |
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.vtkInteractorStyleImage, Kitware.VTK.vtkGeoInteractorStyle, and Kitware.VTK.vtkInteractorStyleRubberBandPick.
override void Kitware.VTK.vtkInteractorStyleTrackballCamera.OnLeftButtonUp | ( | ) | [virtual] |
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.vtkInteractorStyleImage, Kitware.VTK.vtkGeoInteractorStyle, Kitware.VTK.vtkInteractorStyleTreeMapHover, and Kitware.VTK.vtkInteractorStyleRubberBandPick.
override void Kitware.VTK.vtkInteractorStyleTrackballCamera.OnMiddleButtonDown | ( | ) | [virtual] |
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.
override void Kitware.VTK.vtkInteractorStyleTrackballCamera.OnMiddleButtonUp | ( | ) | [virtual] |
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.
override void Kitware.VTK.vtkInteractorStyleTrackballCamera.OnMouseMove | ( | ) | [virtual] |
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, Kitware.VTK.vtkInteractorStyleImage, Kitware.VTK.vtkInteractorStyleTreeMapHover, and Kitware.VTK.vtkInteractorStyleRubberBandPick.
override void Kitware.VTK.vtkInteractorStyleTrackballCamera.OnMouseWheelBackward | ( | ) | [virtual] |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
Reimplemented in Kitware.VTK.vtkInteractorStyleRubberBand3D.
override void Kitware.VTK.vtkInteractorStyleTrackballCamera.OnMouseWheelForward | ( | ) | [virtual] |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
Reimplemented in Kitware.VTK.vtkInteractorStyleRubberBand3D.
override void Kitware.VTK.vtkInteractorStyleTrackballCamera.OnRightButtonDown | ( | ) | [virtual] |
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.
override void Kitware.VTK.vtkInteractorStyleTrackballCamera.OnRightButtonUp | ( | ) | [virtual] |
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.
override void Kitware.VTK.vtkInteractorStyleTrackballCamera.Pan | ( | ) | [virtual] |
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.
override void Kitware.VTK.vtkInteractorStyleTrackballCamera.Rotate | ( | ) | [virtual] |
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 new vtkInteractorStyleTrackballCamera Kitware.VTK.vtkInteractorStyleTrackballCamera.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
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.
virtual void Kitware.VTK.vtkInteractorStyleTrackballCamera.SetMotionFactor | ( | double | _arg | ) | [virtual] |
Set the apparent sensitivity of the interactor style to mouse motion.
override void Kitware.VTK.vtkInteractorStyleTrackballCamera.Spin | ( | ) | [virtual] |
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 void Kitware.VTK.vtkInteractorStyleTrackballCamera.vtkInteractorStyleTrackballCamera_Dolly_01 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkInteractorStyleTrackballCamera.vtkInteractorStyleTrackballCamera_GetMotionFactor_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkInteractorStyleTrackballCamera.vtkInteractorStyleTrackballCamera_IsA_03 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkInteractorStyleTrackballCamera.vtkInteractorStyleTrackballCamera_IsTypeOf_04 | ( | 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 void Kitware.VTK.vtkInteractorStyleTrackballCamera.vtkInteractorStyleTrackballCamera_OnLeftButtonDown_07 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleTrackballCamera.vtkInteractorStyleTrackballCamera_OnLeftButtonUp_08 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleTrackballCamera.vtkInteractorStyleTrackballCamera_OnMiddleButtonDown_09 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleTrackballCamera.vtkInteractorStyleTrackballCamera_OnMiddleButtonUp_10 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleTrackballCamera.vtkInteractorStyleTrackballCamera_OnMouseMove_11 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleTrackballCamera.vtkInteractorStyleTrackballCamera_OnMouseWheelBackward_12 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleTrackballCamera.vtkInteractorStyleTrackballCamera_OnMouseWheelForward_13 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleTrackballCamera.vtkInteractorStyleTrackballCamera_OnRightButtonDown_14 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleTrackballCamera.vtkInteractorStyleTrackballCamera_OnRightButtonUp_15 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleTrackballCamera.vtkInteractorStyleTrackballCamera_Pan_16 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleTrackballCamera.vtkInteractorStyleTrackballCamera_Rotate_17 | ( | HandleRef | pThis | ) | [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] |
static internal void Kitware.VTK.vtkInteractorStyleTrackballCamera.vtkInteractorStyleTrackballCamera_Spin_20 | ( | HandleRef | pThis | ) | [private] |
new readonly string Kitware.VTK.vtkInteractorStyleTrackballCamera.MRClassNameKey = "33vtkInteractorStyleTrackballCamera" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
Reimplemented in Kitware.VTK.vtkInteractorStyleImage, Kitware.VTK.vtkParallelCoordinatesInteractorStyle, Kitware.VTK.vtkInteractorStyleRubberBandPick, Kitware.VTK.vtkInteractorStyleRubberBand3D, Kitware.VTK.vtkGeoInteractorStyle, and Kitware.VTK.vtkInteractorStyleTreeMapHover.
new const string Kitware.VTK.vtkInteractorStyleTrackballCamera.MRFullTypeName = "Kitware.VTK.vtkInteractorStyleTrackballCamera" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
Reimplemented in Kitware.VTK.vtkInteractorStyleImage, Kitware.VTK.vtkParallelCoordinatesInteractorStyle, Kitware.VTK.vtkInteractorStyleRubberBandPick, Kitware.VTK.vtkInteractorStyleRubberBand3D, Kitware.VTK.vtkGeoInteractorStyle, and Kitware.VTK.vtkInteractorStyleTreeMapHover.