ActiViz .NET
5.8.0
|
vtkParallelCoordinatesInteractorStyle - interactive manipulation of the camera specialized for parallel coordinates More...
Public Types | |
enum | INTERACT_HOVER_WrapperEnum { INTERACT_HOVER = 0, INTERACT_INSPECT = 1, INTERACT_PAN = 3, INTERACT_ZOOM = 2 } |
Undocumented Block. More... | |
Public Member Functions | |
vtkParallelCoordinatesInteractorStyle (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkParallelCoordinatesInteractorStyle () | |
Undocumented Block. | |
virtual void | EndInspect () |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse. | |
override void | EndPan () |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse. | |
override void | EndZoom () |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse. | |
virtual int[] | GetCursorCurrentPosition () |
Get the cursor positions in pixel coords. | |
virtual void | GetCursorCurrentPosition (ref int _arg1, ref int _arg2) |
Get the cursor positions in pixel coords. | |
virtual void | GetCursorCurrentPosition (IntPtr _arg) |
Get the cursor positions in pixel coords. | |
void | GetCursorCurrentPosition (vtkViewport viewport, IntPtr pos) |
Get the cursor positions in a given coordinate system. | |
virtual int[] | GetCursorLastPosition () |
Get the cursor positions in pixel coords. | |
virtual void | GetCursorLastPosition (ref int _arg1, ref int _arg2) |
Get the cursor positions in pixel coords. | |
virtual void | GetCursorLastPosition (IntPtr _arg) |
Get the cursor positions in pixel coords. | |
void | GetCursorLastPosition (vtkViewport viewport, IntPtr pos) |
Get the cursor positions in a given coordinate system. | |
virtual int[] | GetCursorStartPosition () |
Get the cursor positions in pixel coords. | |
virtual void | GetCursorStartPosition (ref int _arg1, ref int _arg2) |
Get the cursor positions in pixel coords. | |
virtual void | GetCursorStartPosition (IntPtr _arg) |
Get the cursor positions in pixel coords. | |
void | GetCursorStartPosition (vtkViewport viewport, IntPtr pos) |
Get the cursor positions in a given coordinate system. | |
virtual void | Inspect (int x, int y) |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkParallelCoordinatesInteractorStyle | NewInstance () |
Undocumented Block. | |
override void | OnChar () |
Override the "fly-to" (f keypress) for images. | |
override void | OnLeave () |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse. | |
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 | 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 () |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse. | |
virtual void | StartInspect (int x, int y) |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse. | |
override void | StartPan () |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse. | |
override void | StartZoom () |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse. | |
override void | Zoom () |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse. | |
Static Public Member Functions | |
static new vtkParallelCoordinatesInteractorStyle | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkParallelCoordinatesInteractorStyle | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkParallelCoordinatesInteractorStyle" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "37vtkParallelCoordinatesInteractorStyle" |
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 | vtkParallelCoordinatesInteractorStyle_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkParallelCoordinatesInteractorStyle_EndInspect_01 (HandleRef pThis) |
static internal void | vtkParallelCoordinatesInteractorStyle_EndPan_02 (HandleRef pThis) |
static internal void | vtkParallelCoordinatesInteractorStyle_EndZoom_03 (HandleRef pThis) |
static internal IntPtr | vtkParallelCoordinatesInteractorStyle_GetCursorCurrentPosition_04 (HandleRef pThis) |
static internal void | vtkParallelCoordinatesInteractorStyle_GetCursorCurrentPosition_05 (HandleRef pThis, ref int _arg1, ref int _arg2) |
static internal void | vtkParallelCoordinatesInteractorStyle_GetCursorCurrentPosition_06 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkParallelCoordinatesInteractorStyle_GetCursorCurrentPosition_07 (HandleRef pThis, HandleRef viewport, IntPtr pos) |
static internal IntPtr | vtkParallelCoordinatesInteractorStyle_GetCursorLastPosition_08 (HandleRef pThis) |
static internal void | vtkParallelCoordinatesInteractorStyle_GetCursorLastPosition_09 (HandleRef pThis, ref int _arg1, ref int _arg2) |
static internal void | vtkParallelCoordinatesInteractorStyle_GetCursorLastPosition_10 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkParallelCoordinatesInteractorStyle_GetCursorLastPosition_11 (HandleRef pThis, HandleRef viewport, IntPtr pos) |
static internal IntPtr | vtkParallelCoordinatesInteractorStyle_GetCursorStartPosition_12 (HandleRef pThis) |
static internal void | vtkParallelCoordinatesInteractorStyle_GetCursorStartPosition_13 (HandleRef pThis, ref int _arg1, ref int _arg2) |
static internal void | vtkParallelCoordinatesInteractorStyle_GetCursorStartPosition_14 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkParallelCoordinatesInteractorStyle_GetCursorStartPosition_15 (HandleRef pThis, HandleRef viewport, IntPtr pos) |
static internal void | vtkParallelCoordinatesInteractorStyle_Inspect_16 (HandleRef pThis, int x, int y) |
static internal int | vtkParallelCoordinatesInteractorStyle_IsA_17 (HandleRef pThis, string type) |
static internal int | vtkParallelCoordinatesInteractorStyle_IsTypeOf_18 (string type) |
static internal IntPtr | vtkParallelCoordinatesInteractorStyle_NewInstance_20 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkParallelCoordinatesInteractorStyle_OnChar_21 (HandleRef pThis) |
static internal void | vtkParallelCoordinatesInteractorStyle_OnLeave_22 (HandleRef pThis) |
static internal void | vtkParallelCoordinatesInteractorStyle_OnLeftButtonDown_23 (HandleRef pThis) |
static internal void | vtkParallelCoordinatesInteractorStyle_OnLeftButtonUp_24 (HandleRef pThis) |
static internal void | vtkParallelCoordinatesInteractorStyle_OnMiddleButtonDown_25 (HandleRef pThis) |
static internal void | vtkParallelCoordinatesInteractorStyle_OnMiddleButtonUp_26 (HandleRef pThis) |
static internal void | vtkParallelCoordinatesInteractorStyle_OnMouseMove_27 (HandleRef pThis) |
static internal void | vtkParallelCoordinatesInteractorStyle_OnRightButtonDown_28 (HandleRef pThis) |
static internal void | vtkParallelCoordinatesInteractorStyle_OnRightButtonUp_29 (HandleRef pThis) |
static internal void | vtkParallelCoordinatesInteractorStyle_Pan_30 (HandleRef pThis) |
static internal IntPtr | vtkParallelCoordinatesInteractorStyle_SafeDownCast_31 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkParallelCoordinatesInteractorStyle_StartInspect_32 (HandleRef pThis, int x, int y) |
static internal void | vtkParallelCoordinatesInteractorStyle_StartPan_33 (HandleRef pThis) |
static internal void | vtkParallelCoordinatesInteractorStyle_StartZoom_34 (HandleRef pThis) |
static internal void | vtkParallelCoordinatesInteractorStyle_Zoom_35 (HandleRef pThis) |
Static Private Member Functions | |
static | vtkParallelCoordinatesInteractorStyle () |
Automatically generated type registration mechanics. |
vtkParallelCoordinatesInteractorStyle - interactive manipulation of the camera specialized for parallel coordinates
Description vtkParallelCoordinatesInteractorStyle allows the user to interactively manipulate (rotate, pan, zoomm etc.) the camera. Several events are overloaded from its superclass vtkParallelCoordinatesInteractorStyle, hence the mouse bindings are different. (The bindings keep the camera's view plane normal perpendicular to the x-y plane.) In summary the mouse events are as follows: + Left Mouse button triggers window level events + CTRL Left Mouse spins the camera around its view plane normal + SHIFT Left Mouse pans the camera + CTRL SHIFT Left Mouse dollys (a positional zoom) the camera + Middle mouse button pans the camera + Right mouse button dollys the camera. + SHIFT Right Mouse triggers pick events
Note that the renderer's actors are not moved; instead the camera is moved.
static Kitware.VTK.vtkParallelCoordinatesInteractorStyle.vtkParallelCoordinatesInteractorStyle | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkParallelCoordinatesInteractorStyle.vtkParallelCoordinatesInteractorStyle | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkParallelCoordinatesInteractorStyle.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.vtkInteractorStyleTrackballCamera.
virtual void Kitware.VTK.vtkParallelCoordinatesInteractorStyle.EndInspect | ( | ) | [virtual] |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
override void Kitware.VTK.vtkParallelCoordinatesInteractorStyle.EndPan | ( | ) | [virtual] |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
override void Kitware.VTK.vtkParallelCoordinatesInteractorStyle.EndZoom | ( | ) | [virtual] |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
virtual int [] Kitware.VTK.vtkParallelCoordinatesInteractorStyle.GetCursorCurrentPosition | ( | ) | [virtual] |
Get the cursor positions in pixel coords.
virtual void Kitware.VTK.vtkParallelCoordinatesInteractorStyle.GetCursorCurrentPosition | ( | ref int | _arg1, |
ref int | _arg2 | ||
) | [virtual] |
Get the cursor positions in pixel coords.
virtual void Kitware.VTK.vtkParallelCoordinatesInteractorStyle.GetCursorCurrentPosition | ( | IntPtr | _arg | ) | [virtual] |
Get the cursor positions in pixel coords.
void Kitware.VTK.vtkParallelCoordinatesInteractorStyle.GetCursorCurrentPosition | ( | vtkViewport | viewport, |
IntPtr | pos | ||
) |
Get the cursor positions in a given coordinate system.
virtual int [] Kitware.VTK.vtkParallelCoordinatesInteractorStyle.GetCursorLastPosition | ( | ) | [virtual] |
Get the cursor positions in pixel coords.
virtual void Kitware.VTK.vtkParallelCoordinatesInteractorStyle.GetCursorLastPosition | ( | ref int | _arg1, |
ref int | _arg2 | ||
) | [virtual] |
Get the cursor positions in pixel coords.
virtual void Kitware.VTK.vtkParallelCoordinatesInteractorStyle.GetCursorLastPosition | ( | IntPtr | _arg | ) | [virtual] |
Get the cursor positions in pixel coords.
void Kitware.VTK.vtkParallelCoordinatesInteractorStyle.GetCursorLastPosition | ( | vtkViewport | viewport, |
IntPtr | pos | ||
) |
Get the cursor positions in a given coordinate system.
virtual int [] Kitware.VTK.vtkParallelCoordinatesInteractorStyle.GetCursorStartPosition | ( | ) | [virtual] |
Get the cursor positions in pixel coords.
virtual void Kitware.VTK.vtkParallelCoordinatesInteractorStyle.GetCursorStartPosition | ( | ref int | _arg1, |
ref int | _arg2 | ||
) | [virtual] |
Get the cursor positions in pixel coords.
virtual void Kitware.VTK.vtkParallelCoordinatesInteractorStyle.GetCursorStartPosition | ( | IntPtr | _arg | ) | [virtual] |
Get the cursor positions in pixel coords.
void Kitware.VTK.vtkParallelCoordinatesInteractorStyle.GetCursorStartPosition | ( | vtkViewport | viewport, |
IntPtr | pos | ||
) |
Get the cursor positions in a given coordinate system.
virtual void Kitware.VTK.vtkParallelCoordinatesInteractorStyle.Inspect | ( | int | x, |
int | y | ||
) | [virtual] |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
override int Kitware.VTK.vtkParallelCoordinatesInteractorStyle.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkInteractorStyleTrackballCamera.
static new int Kitware.VTK.vtkParallelCoordinatesInteractorStyle.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkInteractorStyleTrackballCamera.
static new vtkParallelCoordinatesInteractorStyle Kitware.VTK.vtkParallelCoordinatesInteractorStyle.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkInteractorStyleTrackballCamera.
new vtkParallelCoordinatesInteractorStyle Kitware.VTK.vtkParallelCoordinatesInteractorStyle.NewInstance | ( | ) |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkInteractorStyleTrackballCamera.
override void Kitware.VTK.vtkParallelCoordinatesInteractorStyle.OnChar | ( | ) | [virtual] |
Override the "fly-to" (f keypress) for images.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
override void Kitware.VTK.vtkParallelCoordinatesInteractorStyle.OnLeave | ( | ) | [virtual] |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
override void Kitware.VTK.vtkParallelCoordinatesInteractorStyle.OnLeftButtonDown | ( | ) | [virtual] |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
Reimplemented from Kitware.VTK.vtkInteractorStyleTrackballCamera.
override void Kitware.VTK.vtkParallelCoordinatesInteractorStyle.OnLeftButtonUp | ( | ) | [virtual] |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
Reimplemented from Kitware.VTK.vtkInteractorStyleTrackballCamera.
override void Kitware.VTK.vtkParallelCoordinatesInteractorStyle.OnMiddleButtonDown | ( | ) | [virtual] |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
Reimplemented from Kitware.VTK.vtkInteractorStyleTrackballCamera.
override void Kitware.VTK.vtkParallelCoordinatesInteractorStyle.OnMiddleButtonUp | ( | ) | [virtual] |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
Reimplemented from Kitware.VTK.vtkInteractorStyleTrackballCamera.
override void Kitware.VTK.vtkParallelCoordinatesInteractorStyle.OnMouseMove | ( | ) | [virtual] |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
Reimplemented from Kitware.VTK.vtkInteractorStyleTrackballCamera.
override void Kitware.VTK.vtkParallelCoordinatesInteractorStyle.OnRightButtonDown | ( | ) | [virtual] |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
Reimplemented from Kitware.VTK.vtkInteractorStyleTrackballCamera.
override void Kitware.VTK.vtkParallelCoordinatesInteractorStyle.OnRightButtonUp | ( | ) | [virtual] |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
Reimplemented from Kitware.VTK.vtkInteractorStyleTrackballCamera.
override void Kitware.VTK.vtkParallelCoordinatesInteractorStyle.Pan | ( | ) | [virtual] |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
Reimplemented from Kitware.VTK.vtkInteractorStyleTrackballCamera.
static new vtkParallelCoordinatesInteractorStyle Kitware.VTK.vtkParallelCoordinatesInteractorStyle.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkInteractorStyleTrackballCamera.
virtual void Kitware.VTK.vtkParallelCoordinatesInteractorStyle.StartInspect | ( | int | x, |
int | y | ||
) | [virtual] |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
override void Kitware.VTK.vtkParallelCoordinatesInteractorStyle.StartPan | ( | ) | [virtual] |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
override void Kitware.VTK.vtkParallelCoordinatesInteractorStyle.StartZoom | ( | ) | [virtual] |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
static internal void Kitware.VTK.vtkParallelCoordinatesInteractorStyle.vtkParallelCoordinatesInteractorStyle_EndInspect_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkParallelCoordinatesInteractorStyle.vtkParallelCoordinatesInteractorStyle_EndPan_02 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkParallelCoordinatesInteractorStyle.vtkParallelCoordinatesInteractorStyle_EndZoom_03 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkParallelCoordinatesInteractorStyle.vtkParallelCoordinatesInteractorStyle_GetCursorCurrentPosition_04 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkParallelCoordinatesInteractorStyle.vtkParallelCoordinatesInteractorStyle_GetCursorCurrentPosition_05 | ( | HandleRef | pThis, |
ref int | _arg1, | ||
ref int | _arg2 | ||
) | [private] |
static internal void Kitware.VTK.vtkParallelCoordinatesInteractorStyle.vtkParallelCoordinatesInteractorStyle_GetCursorCurrentPosition_06 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkParallelCoordinatesInteractorStyle.vtkParallelCoordinatesInteractorStyle_GetCursorCurrentPosition_07 | ( | HandleRef | pThis, |
HandleRef | viewport, | ||
IntPtr | pos | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkParallelCoordinatesInteractorStyle.vtkParallelCoordinatesInteractorStyle_GetCursorLastPosition_08 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkParallelCoordinatesInteractorStyle.vtkParallelCoordinatesInteractorStyle_GetCursorLastPosition_09 | ( | HandleRef | pThis, |
ref int | _arg1, | ||
ref int | _arg2 | ||
) | [private] |
static internal void Kitware.VTK.vtkParallelCoordinatesInteractorStyle.vtkParallelCoordinatesInteractorStyle_GetCursorLastPosition_10 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkParallelCoordinatesInteractorStyle.vtkParallelCoordinatesInteractorStyle_GetCursorLastPosition_11 | ( | HandleRef | pThis, |
HandleRef | viewport, | ||
IntPtr | pos | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkParallelCoordinatesInteractorStyle.vtkParallelCoordinatesInteractorStyle_GetCursorStartPosition_12 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkParallelCoordinatesInteractorStyle.vtkParallelCoordinatesInteractorStyle_GetCursorStartPosition_13 | ( | HandleRef | pThis, |
ref int | _arg1, | ||
ref int | _arg2 | ||
) | [private] |
static internal void Kitware.VTK.vtkParallelCoordinatesInteractorStyle.vtkParallelCoordinatesInteractorStyle_GetCursorStartPosition_14 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkParallelCoordinatesInteractorStyle.vtkParallelCoordinatesInteractorStyle_GetCursorStartPosition_15 | ( | HandleRef | pThis, |
HandleRef | viewport, | ||
IntPtr | pos | ||
) | [private] |
static internal void Kitware.VTK.vtkParallelCoordinatesInteractorStyle.vtkParallelCoordinatesInteractorStyle_Inspect_16 | ( | HandleRef | pThis, |
int | x, | ||
int | y | ||
) | [private] |
static internal int Kitware.VTK.vtkParallelCoordinatesInteractorStyle.vtkParallelCoordinatesInteractorStyle_IsA_17 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkParallelCoordinatesInteractorStyle.vtkParallelCoordinatesInteractorStyle_IsTypeOf_18 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkParallelCoordinatesInteractorStyle.vtkParallelCoordinatesInteractorStyle_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkParallelCoordinatesInteractorStyle.vtkParallelCoordinatesInteractorStyle_NewInstance_20 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkParallelCoordinatesInteractorStyle.vtkParallelCoordinatesInteractorStyle_OnChar_21 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkParallelCoordinatesInteractorStyle.vtkParallelCoordinatesInteractorStyle_OnLeave_22 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkParallelCoordinatesInteractorStyle.vtkParallelCoordinatesInteractorStyle_OnLeftButtonDown_23 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkParallelCoordinatesInteractorStyle.vtkParallelCoordinatesInteractorStyle_OnLeftButtonUp_24 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkParallelCoordinatesInteractorStyle.vtkParallelCoordinatesInteractorStyle_OnMiddleButtonDown_25 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkParallelCoordinatesInteractorStyle.vtkParallelCoordinatesInteractorStyle_OnMiddleButtonUp_26 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkParallelCoordinatesInteractorStyle.vtkParallelCoordinatesInteractorStyle_OnMouseMove_27 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkParallelCoordinatesInteractorStyle.vtkParallelCoordinatesInteractorStyle_OnRightButtonDown_28 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkParallelCoordinatesInteractorStyle.vtkParallelCoordinatesInteractorStyle_OnRightButtonUp_29 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkParallelCoordinatesInteractorStyle.vtkParallelCoordinatesInteractorStyle_Pan_30 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkParallelCoordinatesInteractorStyle.vtkParallelCoordinatesInteractorStyle_SafeDownCast_31 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkParallelCoordinatesInteractorStyle.vtkParallelCoordinatesInteractorStyle_StartInspect_32 | ( | HandleRef | pThis, |
int | x, | ||
int | y | ||
) | [private] |
static internal void Kitware.VTK.vtkParallelCoordinatesInteractorStyle.vtkParallelCoordinatesInteractorStyle_StartPan_33 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkParallelCoordinatesInteractorStyle.vtkParallelCoordinatesInteractorStyle_StartZoom_34 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkParallelCoordinatesInteractorStyle.vtkParallelCoordinatesInteractorStyle_Zoom_35 | ( | HandleRef | pThis | ) | [private] |
override void Kitware.VTK.vtkParallelCoordinatesInteractorStyle.Zoom | ( | ) | [virtual] |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
new readonly string Kitware.VTK.vtkParallelCoordinatesInteractorStyle.MRClassNameKey = "37vtkParallelCoordinatesInteractorStyle" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkInteractorStyleTrackballCamera.
new const string Kitware.VTK.vtkParallelCoordinatesInteractorStyle.MRFullTypeName = "Kitware.VTK.vtkParallelCoordinatesInteractorStyle" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkInteractorStyleTrackballCamera.