ActiViz .NET  5.8.0
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkParallelCoordinatesInteractorStyle Class Reference

vtkParallelCoordinatesInteractorStyle - interactive manipulation of the camera specialized for parallel coordinates More...

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

List of all members.

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.

Detailed Description

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.


Member Enumeration Documentation

Undocumented Block.

Enumerator:
INTERACT_HOVER 

enum member

INTERACT_INSPECT 

enum member

INTERACT_PAN 

enum member

INTERACT_ZOOM 

enum member


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

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

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

Reimplemented from Kitware.VTK.vtkInteractorStyle.

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

Reimplemented from Kitware.VTK.vtkInteractorStyle.

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.

Get the cursor positions in pixel coords.

Get the cursor positions in a given coordinate system.

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.

Get the cursor positions in pixel coords.

Get the cursor positions in a given coordinate system.

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.

Get the cursor positions in pixel coords.

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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkInteractorStyleTrackballCamera.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkInteractorStyleTrackballCamera.

Override the "fly-to" (f keypress) for images.

Reimplemented from Kitware.VTK.vtkInteractorStyle.

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

Reimplemented from Kitware.VTK.vtkInteractorStyle.

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

Reimplemented from Kitware.VTK.vtkInteractorStyleTrackballCamera.

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

Reimplemented from Kitware.VTK.vtkInteractorStyleTrackballCamera.

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

Reimplemented from Kitware.VTK.vtkInteractorStyleTrackballCamera.

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

Reimplemented from Kitware.VTK.vtkInteractorStyleTrackballCamera.

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

Reimplemented from Kitware.VTK.vtkInteractorStyleTrackballCamera.

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

Reimplemented from Kitware.VTK.vtkInteractorStyleTrackballCamera.

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

Reimplemented from Kitware.VTK.vtkInteractorStyleTrackballCamera.

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

Reimplemented from Kitware.VTK.vtkInteractorStyleTrackballCamera.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkInteractorStyleTrackballCamera.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkParallelCoordinatesInteractorStyle.StartInspect ( int  x,
int  y 
) [virtual]

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

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

Reimplemented from Kitware.VTK.vtkInteractorStyle.

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_GetCursorCurrentPosition_05 ( HandleRef  pThis,
ref int  _arg1,
ref int  _arg2 
) [private]
static internal void Kitware.VTK.vtkParallelCoordinatesInteractorStyle.vtkParallelCoordinatesInteractorStyle_GetCursorCurrentPosition_07 ( HandleRef  pThis,
HandleRef  viewport,
IntPtr  pos 
) [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_11 ( HandleRef  pThis,
HandleRef  viewport,
IntPtr  pos 
) [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_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 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 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]

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

Reimplemented from Kitware.VTK.vtkInteractorStyle.


Member Data Documentation

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.


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