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

vtkInteractorStyle - provide event-driven interface to the rendering window (defines trackball mode) More...

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

List of all members.

Public Member Functions

 vtkInteractorStyle (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkInteractorStyle ()
 This class must be supplied with a vtkRenderWindowInteractor wrapper or parent. This class should not normally be instantiated by application programmers.
virtual void AutoAdjustCameraClippingRangeOff ()
 If AutoAdjustCameraClippingRange is on, then before each render the camera clipping range will be adjusted to "fit" the whole scene. Clipping will still occur if objects in the scene are behind the camera or come very close. If AutoAdjustCameraClippingRange is off, no adjustment will be made per render, but the camera clipping range will still be reset when the camera is reset.
virtual void AutoAdjustCameraClippingRangeOn ()
 If AutoAdjustCameraClippingRange is on, then before each render the camera clipping range will be adjusted to "fit" the whole scene. Clipping will still occur if objects in the scene are behind the camera or come very close. If AutoAdjustCameraClippingRange is off, no adjustment will be made per render, but the camera clipping range will still be reset when the camera is reset.
void DelegateTDxEvent (uint arg0, IntPtr calldata)
 Called by the callback to process 3DConnexion device events.
virtual void Dolly ()
 These methods for the different interactions in different modes are overridden in subclasses to perform the correct motion. Since they might be called from OnTimer, they do not have mouse coord parameters (use interactor's GetEventPosition and GetLastEventPosition)
virtual void EndDolly ()
 Interaction mode entry points used internally.
virtual void EndPan ()
 Interaction mode entry points used internally.
virtual void EndRotate ()
 Interaction mode entry points used internally.
virtual void EndSpin ()
 Interaction mode entry points used internally.
virtual void EndTimer ()
 Interaction mode entry points used internally.
virtual void EndUniformScale ()
 Interaction mode entry points used internally.
virtual void EndZoom ()
 Interaction mode entry points used internally.
void FindPokedRenderer (int arg0, int arg1)
 When an event occurs, we must determine which Renderer the event occurred within, since one RenderWindow may contain multiple renderers.
virtual int GetAutoAdjustCameraClippingRange ()
 If AutoAdjustCameraClippingRange is on, then before each render the camera clipping range will be adjusted to "fit" the whole scene. Clipping will still occur if objects in the scene are behind the camera or come very close. If AutoAdjustCameraClippingRange is off, no adjustment will be made per render, but the camera clipping range will still be reset when the camera is reset.
virtual int GetAutoAdjustCameraClippingRangeMaxValue ()
 If AutoAdjustCameraClippingRange is on, then before each render the camera clipping range will be adjusted to "fit" the whole scene. Clipping will still occur if objects in the scene are behind the camera or come very close. If AutoAdjustCameraClippingRange is off, no adjustment will be made per render, but the camera clipping range will still be reset when the camera is reset.
virtual int GetAutoAdjustCameraClippingRangeMinValue ()
 If AutoAdjustCameraClippingRange is on, then before each render the camera clipping range will be adjusted to "fit" the whole scene. Clipping will still occur if objects in the scene are behind the camera or come very close. If AutoAdjustCameraClippingRange is off, no adjustment will be made per render, but the camera clipping range will still be reset when the camera is reset.
virtual int GetHandleObservers ()
 Does ProcessEvents handle observers on this class or not.
virtual double GetMouseWheelMotionFactor ()
 Set/Get the mouse wheel motion factor. Default to 1.0. Set it to a different value to emphasize or de-emphasize the action triggered by mouse wheel motion.
virtual double[] GetPickColor ()
 Set/Get the pick color (used by default to color vtkActor2D's). The color is expressed as red/green/blue values between (0.0,1.0).
virtual void GetPickColor (IntPtr data)
 Set/Get the pick color (used by default to color vtkActor2D's). The color is expressed as red/green/blue values between (0.0,1.0).
virtual int GetState ()
 Some useful information for interaction.
virtual vtkTDxInteractorStyle GetTDxStyle ()
 3Dconnexion device interactor style. Initial value is a pointer to an object of class vtkTdxInteractorStyleCamera.
virtual uint GetTimerDuration ()
 If using timers, specify the default timer interval (in milliseconds). Care must be taken when adjusting the timer interval from the default value of 10 milliseconds--it may adversely affect the interactors.
virtual uint GetTimerDurationMaxValue ()
 If using timers, specify the default timer interval (in milliseconds). Care must be taken when adjusting the timer interval from the default value of 10 milliseconds--it may adversely affect the interactors.
virtual uint GetTimerDurationMinValue ()
 If using timers, specify the default timer interval (in milliseconds). Care must be taken when adjusting the timer interval from the default value of 10 milliseconds--it may adversely affect the interactors.
virtual int GetUseTimers ()
 Set/Get timer hint.
virtual void HandleObserversOff ()
 Does ProcessEvents handle observers on this class or not.
virtual void HandleObserversOn ()
 Does ProcessEvents handle observers on this class or not.
virtual void HighlightActor2D (vtkActor2D actor2D)
 When picking successfully selects an actor, this method highlights the picked prop appropriately. Currently this is done by placing a bounding box around a picked vtkProp3D, and using the PickColor to highlight a vtkProp2D.
virtual void HighlightProp (vtkProp prop)
 When picking successfully selects an actor, this method highlights the picked prop appropriately. Currently this is done by placing a bounding box around a picked vtkProp3D, and using the PickColor to highlight a vtkProp2D.
virtual void HighlightProp3D (vtkProp3D prop3D)
 When picking successfully selects an actor, this method highlights the picked prop appropriately. Currently this is done by placing a bounding box around a picked vtkProp3D, and using the PickColor to highlight a vtkProp2D.
override int IsA (string type)
 This class must be supplied with a vtkRenderWindowInteractor wrapper or parent. This class should not normally be instantiated by application programmers.
new vtkInteractorStyle NewInstance ()
 This class must be supplied with a vtkRenderWindowInteractor wrapper or parent. This class should not normally be instantiated by application programmers.
override void OnChar ()
 OnChar is triggered when an ASCII key is pressed. Some basic key presses are handled here ('q' for Quit, 'p' for Pick, etc)
virtual void OnConfigure ()
 These are more esoteric events, but are useful in some cases.
virtual void OnEnter ()
 These are more esoteric events, but are useful in some cases.
virtual void OnExpose ()
 These are more esoteric events, but are useful in some cases.
virtual void OnKeyDown ()
 OnKeyDown is triggered by pressing any key (identical to OnKeyPress()). An empty implementation is provided. The behavior of this function should be specified in the subclass.
virtual void OnKeyPress ()
 OnKeyPress is triggered by pressing any key (identical to OnKeyDown()). An empty implementation is provided. The behavior of this function should be specified in the subclass.
virtual void OnKeyRelease ()
 OnKeyRelease is triggered by pressing any key (identical to OnKeyUp()). An empty implementation is provided. The behavior of this function should be specified in the subclass.
virtual void OnKeyUp ()
 OnKeyUp is triggered by releaseing any key (identical to OnKeyRelease()). An empty implementation is provided. The behavior of this function should be specified in the subclass.
virtual void OnLeave ()
 These are more esoteric events, but are useful in some cases.
virtual void OnLeftButtonDown ()
 Generic event bindings can be overridden in subclasses.
virtual void OnLeftButtonUp ()
 Generic event bindings can be overridden in subclasses.
virtual void OnMiddleButtonDown ()
 Generic event bindings can be overridden in subclasses.
virtual void OnMiddleButtonUp ()
 Generic event bindings can be overridden in subclasses.
virtual void OnMouseMove ()
 Generic event bindings can be overridden in subclasses.
virtual void OnMouseWheelBackward ()
 Generic event bindings can be overridden in subclasses.
virtual void OnMouseWheelForward ()
 Generic event bindings can be overridden in subclasses.
virtual void OnRightButtonDown ()
 Generic event bindings can be overridden in subclasses.
virtual void OnRightButtonUp ()
 Generic event bindings can be overridden in subclasses.
virtual void OnTimer ()
 OnTimer calls Rotate, Rotate etc which should be overridden by style subclasses.
virtual void Pan ()
 These methods for the different interactions in different modes are overridden in subclasses to perform the correct motion. Since they might be called from OnTimer, they do not have mouse coord parameters (use interactor's GetEventPosition and GetLastEventPosition)
virtual void Rotate ()
 These methods for the different interactions in different modes are overridden in subclasses to perform the correct motion. Since they might be called from OnTimer, they do not have mouse coord parameters (use interactor's GetEventPosition and GetLastEventPosition)
virtual void SetAutoAdjustCameraClippingRange (int _arg)
 If AutoAdjustCameraClippingRange is on, then before each render the camera clipping range will be adjusted to "fit" the whole scene. Clipping will still occur if objects in the scene are behind the camera or come very close. If AutoAdjustCameraClippingRange is off, no adjustment will be made per render, but the camera clipping range will still be reset when the camera is reset.
override void SetEnabled (int arg0)
 Turn on/off this interactor. Interactor styles operate a little bit differently than other types of interactor observers. When the SetInteractor() method is invoked, the automatically enable themselves. This is a legacy requirement, and convenient for the user.
virtual void SetHandleObservers (int _arg)
 Does ProcessEvents handle observers on this class or not.
override void SetInteractor (vtkRenderWindowInteractor interactor)
 Set/Get the Interactor wrapper being controlled by this object. (Satisfy superclass API.)
virtual void SetMouseWheelMotionFactor (double _arg)
 Set/Get the mouse wheel motion factor. Default to 1.0. Set it to a different value to emphasize or de-emphasize the action triggered by mouse wheel motion.
virtual void SetPickColor (double _arg1, double _arg2, double _arg3)
 Set/Get the pick color (used by default to color vtkActor2D's). The color is expressed as red/green/blue values between (0.0,1.0).
virtual void SetPickColor (IntPtr _arg)
 Set/Get the pick color (used by default to color vtkActor2D's). The color is expressed as red/green/blue values between (0.0,1.0).
virtual void SetTDxStyle (vtkTDxInteractorStyle tdxStyle)
 3Dconnexion device interactor style. Initial value is a pointer to an object of class vtkTdxInteractorStyleCamera.
virtual void SetTimerDuration (uint _arg)
 If using timers, specify the default timer interval (in milliseconds). Care must be taken when adjusting the timer interval from the default value of 10 milliseconds--it may adversely affect the interactors.
virtual void SetUseTimers (int _arg)
 Set/Get timer hint.
virtual void Spin ()
 These methods for the different interactions in different modes are overridden in subclasses to perform the correct motion. Since they might be called from OnTimer, they do not have mouse coord parameters (use interactor's GetEventPosition and GetLastEventPosition)
virtual void StartAnimate ()
 Interaction mode entry points used internally.
virtual void StartDolly ()
 Interaction mode entry points used internally.
virtual void StartPan ()
 Interaction mode entry points used internally.
virtual void StartRotate ()
 Interaction mode entry points used internally.
virtual void StartSpin ()
 Interaction mode entry points used internally.
virtual void StartState (int newstate)
 utility routines used by state changes
virtual void StartTimer ()
 Interaction mode entry points used internally.
virtual void StartUniformScale ()
 Interaction mode entry points used internally.
virtual void StartZoom ()
 Interaction mode entry points used internally.
virtual void StopAnimate ()
 Interaction mode entry points used internally.
virtual void StopState ()
 utility routines used by state changes
virtual void UniformScale ()
 These methods for the different interactions in different modes are overridden in subclasses to perform the correct motion. Since they might be called from OnTimer, they do not have mouse coord parameters (use interactor's GetEventPosition and GetLastEventPosition)
virtual void UseTimersOff ()
 Set/Get timer hint.
virtual void UseTimersOn ()
 Set/Get timer hint.
virtual void Zoom ()
 These methods for the different interactions in different modes are overridden in subclasses to perform the correct motion. Since they might be called from OnTimer, they do not have mouse coord parameters (use interactor's GetEventPosition and GetLastEventPosition)

Static Public Member Functions

static new vtkInteractorStyle New ()
 This class must be supplied with a vtkRenderWindowInteractor wrapper or parent. This class should not normally be instantiated by application programmers.
static new int IsTypeOf (string type)
 This class must be supplied with a vtkRenderWindowInteractor wrapper or parent. This class should not normally be instantiated by application programmers.
static new vtkInteractorStyle SafeDownCast (vtkObjectBase o)
 This class must be supplied with a vtkRenderWindowInteractor wrapper or parent. This class should not normally be instantiated by application programmers.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "18vtkInteractorStyle"
 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 vtkInteractorStyle_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkInteractorStyle_AutoAdjustCameraClippingRangeOff_01 (HandleRef pThis)
static internal void vtkInteractorStyle_AutoAdjustCameraClippingRangeOn_02 (HandleRef pThis)
static internal void vtkInteractorStyle_DelegateTDxEvent_03 (HandleRef pThis, uint arg0, IntPtr calldata)
static internal void vtkInteractorStyle_Dolly_04 (HandleRef pThis)
static internal void vtkInteractorStyle_EndDolly_05 (HandleRef pThis)
static internal void vtkInteractorStyle_EndPan_06 (HandleRef pThis)
static internal void vtkInteractorStyle_EndRotate_07 (HandleRef pThis)
static internal void vtkInteractorStyle_EndSpin_08 (HandleRef pThis)
static internal void vtkInteractorStyle_EndTimer_09 (HandleRef pThis)
static internal void vtkInteractorStyle_EndUniformScale_10 (HandleRef pThis)
static internal void vtkInteractorStyle_EndZoom_11 (HandleRef pThis)
static internal void vtkInteractorStyle_FindPokedRenderer_12 (HandleRef pThis, int arg0, int arg1)
static internal int vtkInteractorStyle_GetAutoAdjustCameraClippingRange_13 (HandleRef pThis)
static internal int vtkInteractorStyle_GetAutoAdjustCameraClippingRangeMaxValue_14 (HandleRef pThis)
static internal int vtkInteractorStyle_GetAutoAdjustCameraClippingRangeMinValue_15 (HandleRef pThis)
static internal int vtkInteractorStyle_GetHandleObservers_16 (HandleRef pThis)
static internal double vtkInteractorStyle_GetMouseWheelMotionFactor_17 (HandleRef pThis)
static internal IntPtr vtkInteractorStyle_GetPickColor_18 (HandleRef pThis)
static internal void vtkInteractorStyle_GetPickColor_19 (HandleRef pThis, IntPtr data)
static internal int vtkInteractorStyle_GetState_20 (HandleRef pThis)
static internal IntPtr vtkInteractorStyle_GetTDxStyle_21 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal uint vtkInteractorStyle_GetTimerDuration_22 (HandleRef pThis)
static internal uint vtkInteractorStyle_GetTimerDurationMaxValue_23 (HandleRef pThis)
static internal uint vtkInteractorStyle_GetTimerDurationMinValue_24 (HandleRef pThis)
static internal int vtkInteractorStyle_GetUseTimers_25 (HandleRef pThis)
static internal void vtkInteractorStyle_HandleObserversOff_26 (HandleRef pThis)
static internal void vtkInteractorStyle_HandleObserversOn_27 (HandleRef pThis)
static internal void vtkInteractorStyle_HighlightActor2D_28 (HandleRef pThis, HandleRef actor2D)
static internal void vtkInteractorStyle_HighlightProp_29 (HandleRef pThis, HandleRef prop)
static internal void vtkInteractorStyle_HighlightProp3D_30 (HandleRef pThis, HandleRef prop3D)
static internal int vtkInteractorStyle_IsA_31 (HandleRef pThis, string type)
static internal int vtkInteractorStyle_IsTypeOf_32 (string type)
static internal IntPtr vtkInteractorStyle_NewInstance_34 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkInteractorStyle_OnChar_35 (HandleRef pThis)
static internal void vtkInteractorStyle_OnConfigure_36 (HandleRef pThis)
static internal void vtkInteractorStyle_OnEnter_37 (HandleRef pThis)
static internal void vtkInteractorStyle_OnExpose_38 (HandleRef pThis)
static internal void vtkInteractorStyle_OnKeyDown_39 (HandleRef pThis)
static internal void vtkInteractorStyle_OnKeyPress_40 (HandleRef pThis)
static internal void vtkInteractorStyle_OnKeyRelease_41 (HandleRef pThis)
static internal void vtkInteractorStyle_OnKeyUp_42 (HandleRef pThis)
static internal void vtkInteractorStyle_OnLeave_43 (HandleRef pThis)
static internal void vtkInteractorStyle_OnLeftButtonDown_44 (HandleRef pThis)
static internal void vtkInteractorStyle_OnLeftButtonUp_45 (HandleRef pThis)
static internal void vtkInteractorStyle_OnMiddleButtonDown_46 (HandleRef pThis)
static internal void vtkInteractorStyle_OnMiddleButtonUp_47 (HandleRef pThis)
static internal void vtkInteractorStyle_OnMouseMove_48 (HandleRef pThis)
static internal void vtkInteractorStyle_OnMouseWheelBackward_49 (HandleRef pThis)
static internal void vtkInteractorStyle_OnMouseWheelForward_50 (HandleRef pThis)
static internal void vtkInteractorStyle_OnRightButtonDown_51 (HandleRef pThis)
static internal void vtkInteractorStyle_OnRightButtonUp_52 (HandleRef pThis)
static internal void vtkInteractorStyle_OnTimer_53 (HandleRef pThis)
static internal void vtkInteractorStyle_Pan_54 (HandleRef pThis)
static internal void vtkInteractorStyle_Rotate_55 (HandleRef pThis)
static internal IntPtr vtkInteractorStyle_SafeDownCast_56 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkInteractorStyle_SetAutoAdjustCameraClippingRange_57 (HandleRef pThis, int _arg)
static internal void vtkInteractorStyle_SetEnabled_58 (HandleRef pThis, int arg0)
static internal void vtkInteractorStyle_SetHandleObservers_59 (HandleRef pThis, int _arg)
static internal void vtkInteractorStyle_SetInteractor_60 (HandleRef pThis, HandleRef interactor)
static internal void vtkInteractorStyle_SetMouseWheelMotionFactor_61 (HandleRef pThis, double _arg)
static internal void vtkInteractorStyle_SetPickColor_62 (HandleRef pThis, double _arg1, double _arg2, double _arg3)
static internal void vtkInteractorStyle_SetPickColor_63 (HandleRef pThis, IntPtr _arg)
static internal void vtkInteractorStyle_SetTDxStyle_64 (HandleRef pThis, HandleRef tdxStyle)
static internal void vtkInteractorStyle_SetTimerDuration_65 (HandleRef pThis, uint _arg)
static internal void vtkInteractorStyle_SetUseTimers_66 (HandleRef pThis, int _arg)
static internal void vtkInteractorStyle_Spin_67 (HandleRef pThis)
static internal void vtkInteractorStyle_StartAnimate_68 (HandleRef pThis)
static internal void vtkInteractorStyle_StartDolly_69 (HandleRef pThis)
static internal void vtkInteractorStyle_StartPan_70 (HandleRef pThis)
static internal void vtkInteractorStyle_StartRotate_71 (HandleRef pThis)
static internal void vtkInteractorStyle_StartSpin_72 (HandleRef pThis)
static internal void vtkInteractorStyle_StartState_73 (HandleRef pThis, int newstate)
static internal void vtkInteractorStyle_StartTimer_74 (HandleRef pThis)
static internal void vtkInteractorStyle_StartUniformScale_75 (HandleRef pThis)
static internal void vtkInteractorStyle_StartZoom_76 (HandleRef pThis)
static internal void vtkInteractorStyle_StopAnimate_77 (HandleRef pThis)
static internal void vtkInteractorStyle_StopState_78 (HandleRef pThis)
static internal void vtkInteractorStyle_UniformScale_79 (HandleRef pThis)
static internal void vtkInteractorStyle_UseTimersOff_80 (HandleRef pThis)
static internal void vtkInteractorStyle_UseTimersOn_81 (HandleRef pThis)
static internal void vtkInteractorStyle_Zoom_82 (HandleRef pThis)

Static Private Member Functions

static vtkInteractorStyle ()
 Automatically generated type registration mechanics.

Detailed Description

vtkInteractorStyle - provide event-driven interface to the rendering window (defines trackball mode)

Description vtkInteractorStyle is a base class implementing the majority of motion control routines and defines an event driven interface to support vtkRenderWindowInteractor. vtkRenderWindowInteractor implements platform dependent key/mouse routing and timer control, which forwards events in a neutral form to vtkInteractorStyle.

vtkInteractorStyle implements the "joystick" style of interaction. That is, holding down the mouse keys generates a stream of events that cause continuous actions (e.g., rotate, translate, pan, zoom). (The class vtkInteractorStyleTrackball implements a grab and move style.) The event bindings for this class include the following:

vtkInteractorStyle can be subclassed to provide new interaction styles and a facility to override any of the default mouse/key operations which currently handle trackball or joystick styles is provided. Note that this class will fire a variety of events that can be watched using an observer, such as LeftButtonPressEvent, LeftButtonReleaseEvent, MiddleButtonPressEvent, MiddleButtonReleaseEvent, RightButtonPressEvent, RightButtonReleaseEvent, EnterEvent, LeaveEvent, KeyPressEvent, KeyReleaseEvent, CharEvent, ExposeEvent, ConfigureEvent, TimerEvent, MouseMoveEvent,


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

This class must be supplied with a vtkRenderWindowInteractor wrapper or parent. This class should not normally be instantiated by application programmers.


Member Function Documentation

If AutoAdjustCameraClippingRange is on, then before each render the camera clipping range will be adjusted to "fit" the whole scene. Clipping will still occur if objects in the scene are behind the camera or come very close. If AutoAdjustCameraClippingRange is off, no adjustment will be made per render, but the camera clipping range will still be reset when the camera is reset.

If AutoAdjustCameraClippingRange is on, then before each render the camera clipping range will be adjusted to "fit" the whole scene. Clipping will still occur if objects in the scene are behind the camera or come very close. If AutoAdjustCameraClippingRange is off, no adjustment will be made per render, but the camera clipping range will still be reset when the camera is reset.

void Kitware.VTK.vtkInteractorStyle.DelegateTDxEvent ( uint  arg0,
IntPtr  calldata 
)

Called by the callback to process 3DConnexion device events.

override void Kitware.VTK.vtkInteractorStyle.Dispose ( bool  disposing) [protected]
virtual void Kitware.VTK.vtkInteractorStyle.Dolly ( ) [virtual]

These methods for the different interactions in different modes are overridden in subclasses to perform the correct motion. Since they might be called from OnTimer, they do not have mouse coord parameters (use interactor's GetEventPosition and GetLastEventPosition)

Reimplemented in Kitware.VTK.vtkInteractorStyleTerrain, Kitware.VTK.vtkInteractorStyleJoystickActor, Kitware.VTK.vtkInteractorStyleTrackballActor, Kitware.VTK.vtkInteractorStyleTrackballCamera, Kitware.VTK.vtkGeoInteractorStyle, and Kitware.VTK.vtkInteractorStyleJoystickCamera.

virtual void Kitware.VTK.vtkInteractorStyle.EndDolly ( ) [virtual]

Interaction mode entry points used internally.

virtual void Kitware.VTK.vtkInteractorStyle.EndPan ( ) [virtual]

Interaction mode entry points used internally.

Reimplemented in Kitware.VTK.vtkParallelCoordinatesInteractorStyle.

virtual void Kitware.VTK.vtkInteractorStyle.EndRotate ( ) [virtual]

Interaction mode entry points used internally.

virtual void Kitware.VTK.vtkInteractorStyle.EndSpin ( ) [virtual]

Interaction mode entry points used internally.

virtual void Kitware.VTK.vtkInteractorStyle.EndTimer ( ) [virtual]

Interaction mode entry points used internally.

Interaction mode entry points used internally.

virtual void Kitware.VTK.vtkInteractorStyle.EndZoom ( ) [virtual]

Interaction mode entry points used internally.

Reimplemented in Kitware.VTK.vtkParallelCoordinatesInteractorStyle.

void Kitware.VTK.vtkInteractorStyle.FindPokedRenderer ( int  arg0,
int  arg1 
)

When an event occurs, we must determine which Renderer the event occurred within, since one RenderWindow may contain multiple renderers.

If AutoAdjustCameraClippingRange is on, then before each render the camera clipping range will be adjusted to "fit" the whole scene. Clipping will still occur if objects in the scene are behind the camera or come very close. If AutoAdjustCameraClippingRange is off, no adjustment will be made per render, but the camera clipping range will still be reset when the camera is reset.

If AutoAdjustCameraClippingRange is on, then before each render the camera clipping range will be adjusted to "fit" the whole scene. Clipping will still occur if objects in the scene are behind the camera or come very close. If AutoAdjustCameraClippingRange is off, no adjustment will be made per render, but the camera clipping range will still be reset when the camera is reset.

If AutoAdjustCameraClippingRange is on, then before each render the camera clipping range will be adjusted to "fit" the whole scene. Clipping will still occur if objects in the scene are behind the camera or come very close. If AutoAdjustCameraClippingRange is off, no adjustment will be made per render, but the camera clipping range will still be reset when the camera is reset.

Does ProcessEvents handle observers on this class or not.

Set/Get the mouse wheel motion factor. Default to 1.0. Set it to a different value to emphasize or de-emphasize the action triggered by mouse wheel motion.

virtual double [] Kitware.VTK.vtkInteractorStyle.GetPickColor ( ) [virtual]

Set/Get the pick color (used by default to color vtkActor2D's). The color is expressed as red/green/blue values between (0.0,1.0).

virtual void Kitware.VTK.vtkInteractorStyle.GetPickColor ( IntPtr  data) [virtual]

Set/Get the pick color (used by default to color vtkActor2D's). The color is expressed as red/green/blue values between (0.0,1.0).

virtual int Kitware.VTK.vtkInteractorStyle.GetState ( ) [virtual]

Some useful information for interaction.

3Dconnexion device interactor style. Initial value is a pointer to an object of class vtkTdxInteractorStyleCamera.

Here is the call graph for this function:

If using timers, specify the default timer interval (in milliseconds). Care must be taken when adjusting the timer interval from the default value of 10 milliseconds--it may adversely affect the interactors.

If using timers, specify the default timer interval (in milliseconds). Care must be taken when adjusting the timer interval from the default value of 10 milliseconds--it may adversely affect the interactors.

If using timers, specify the default timer interval (in milliseconds). Care must be taken when adjusting the timer interval from the default value of 10 milliseconds--it may adversely affect the interactors.

Set/Get timer hint.

Does ProcessEvents handle observers on this class or not.

Does ProcessEvents handle observers on this class or not.

virtual void Kitware.VTK.vtkInteractorStyle.HighlightActor2D ( vtkActor2D  actor2D) [virtual]

When picking successfully selects an actor, this method highlights the picked prop appropriately. Currently this is done by placing a bounding box around a picked vtkProp3D, and using the PickColor to highlight a vtkProp2D.

virtual void Kitware.VTK.vtkInteractorStyle.HighlightProp ( vtkProp  prop) [virtual]

When picking successfully selects an actor, this method highlights the picked prop appropriately. Currently this is done by placing a bounding box around a picked vtkProp3D, and using the PickColor to highlight a vtkProp2D.

virtual void Kitware.VTK.vtkInteractorStyle.HighlightProp3D ( vtkProp3D  prop3D) [virtual]

When picking successfully selects an actor, this method highlights the picked prop appropriately. Currently this is done by placing a bounding box around a picked vtkProp3D, and using the PickColor to highlight a vtkProp2D.

override int Kitware.VTK.vtkInteractorStyle.IsA ( string  type) [virtual]
static new int Kitware.VTK.vtkInteractorStyle.IsTypeOf ( string  type) [static]
override void Kitware.VTK.vtkInteractorStyle.OnChar ( ) [virtual]
virtual void Kitware.VTK.vtkInteractorStyle.OnConfigure ( ) [virtual]

These are more esoteric events, but are useful in some cases.

Reimplemented in Kitware.VTK.vtkInteractorStyleUser.

virtual void Kitware.VTK.vtkInteractorStyle.OnEnter ( ) [virtual]

These are more esoteric events, but are useful in some cases.

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

virtual void Kitware.VTK.vtkInteractorStyle.OnExpose ( ) [virtual]

These are more esoteric events, but are useful in some cases.

Reimplemented in Kitware.VTK.vtkInteractorStyleUser.

virtual void Kitware.VTK.vtkInteractorStyle.OnKeyDown ( ) [virtual]

OnKeyDown is triggered by pressing any key (identical to OnKeyPress()). An empty implementation is provided. The behavior of this function should be specified in the subclass.

Reimplemented in Kitware.VTK.vtkInteractorStyleFlight.

virtual void Kitware.VTK.vtkInteractorStyle.OnKeyPress ( ) [virtual]

OnKeyPress is triggered by pressing any key (identical to OnKeyDown()). An empty implementation is provided. The behavior of this function should be specified in the subclass.

Reimplemented in Kitware.VTK.vtkInteractorStyleUser.

virtual void Kitware.VTK.vtkInteractorStyle.OnKeyRelease ( ) [virtual]

OnKeyRelease is triggered by pressing any key (identical to OnKeyUp()). An empty implementation is provided. The behavior of this function should be specified in the subclass.

Reimplemented in Kitware.VTK.vtkInteractorStyleUser.

virtual void Kitware.VTK.vtkInteractorStyle.OnKeyUp ( ) [virtual]

OnKeyUp is triggered by releaseing any key (identical to OnKeyRelease()). An empty implementation is provided. The behavior of this function should be specified in the subclass.

Reimplemented in Kitware.VTK.vtkInteractorStyleFlight.

virtual void Kitware.VTK.vtkInteractorStyle.OnLeave ( ) [virtual]

These are more esoteric events, but are useful in some cases.

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

virtual void Kitware.VTK.vtkInteractorStyle.OnMouseMove ( ) [virtual]
virtual void Kitware.VTK.vtkInteractorStyle.OnTimer ( ) [virtual]

OnTimer calls Rotate, Rotate etc which should be overridden by style subclasses.

Reimplemented in Kitware.VTK.vtkInteractorStyleUser, Kitware.VTK.vtkInteractorStyleFlight, and Kitware.VTK.vtkInteractorStyleUnicam.

virtual void Kitware.VTK.vtkInteractorStyle.Pan ( ) [virtual]

These methods for the different interactions in different modes are overridden in subclasses to perform the correct motion. Since they might be called from OnTimer, they do not have mouse coord parameters (use interactor's GetEventPosition and GetLastEventPosition)

Reimplemented in Kitware.VTK.vtkParallelCoordinatesInteractorStyle, Kitware.VTK.vtkGeoInteractorStyle, Kitware.VTK.vtkInteractorStyleTerrain, Kitware.VTK.vtkInteractorStyleTrackballCamera, Kitware.VTK.vtkInteractorStyleJoystickCamera, Kitware.VTK.vtkInteractorStyleJoystickActor, and Kitware.VTK.vtkInteractorStyleTrackballActor.

virtual void Kitware.VTK.vtkInteractorStyle.Rotate ( ) [virtual]

These methods for the different interactions in different modes are overridden in subclasses to perform the correct motion. Since they might be called from OnTimer, they do not have mouse coord parameters (use interactor's GetEventPosition and GetLastEventPosition)

Reimplemented in Kitware.VTK.vtkInteractorStyleTerrain, Kitware.VTK.vtkInteractorStyleTrackballCamera, Kitware.VTK.vtkInteractorStyleJoystickCamera, Kitware.VTK.vtkInteractorStyleJoystickActor, and Kitware.VTK.vtkInteractorStyleTrackballActor.

If AutoAdjustCameraClippingRange is on, then before each render the camera clipping range will be adjusted to "fit" the whole scene. Clipping will still occur if objects in the scene are behind the camera or come very close. If AutoAdjustCameraClippingRange is off, no adjustment will be made per render, but the camera clipping range will still be reset when the camera is reset.

Reimplemented in Kitware.VTK.vtkInteractorStyleSwitch.

override void Kitware.VTK.vtkInteractorStyle.SetEnabled ( int  arg0) [virtual]

Turn on/off this interactor. Interactor styles operate a little bit differently than other types of interactor observers. When the SetInteractor() method is invoked, the automatically enable themselves. This is a legacy requirement, and convenient for the user.

Reimplemented from Kitware.VTK.vtkInteractorObserver.

virtual void Kitware.VTK.vtkInteractorStyle.SetHandleObservers ( int  _arg) [virtual]

Does ProcessEvents handle observers on this class or not.

Set/Get the Interactor wrapper being controlled by this object. (Satisfy superclass API.)

Reimplemented from Kitware.VTK.vtkInteractorObserver.

Reimplemented in Kitware.VTK.vtkGeoInteractorStyle, Kitware.VTK.vtkInteractorStyleTreeMapHover, Kitware.VTK.vtkInteractorStyleSwitch, and Kitware.VTK.vtkInteractorStyleAreaSelectHover.

virtual void Kitware.VTK.vtkInteractorStyle.SetMouseWheelMotionFactor ( double  _arg) [virtual]

Set/Get the mouse wheel motion factor. Default to 1.0. Set it to a different value to emphasize or de-emphasize the action triggered by mouse wheel motion.

virtual void Kitware.VTK.vtkInteractorStyle.SetPickColor ( double  _arg1,
double  _arg2,
double  _arg3 
) [virtual]

Set/Get the pick color (used by default to color vtkActor2D's). The color is expressed as red/green/blue values between (0.0,1.0).

virtual void Kitware.VTK.vtkInteractorStyle.SetPickColor ( IntPtr  _arg) [virtual]

Set/Get the pick color (used by default to color vtkActor2D's). The color is expressed as red/green/blue values between (0.0,1.0).

3Dconnexion device interactor style. Initial value is a pointer to an object of class vtkTdxInteractorStyleCamera.

virtual void Kitware.VTK.vtkInteractorStyle.SetTimerDuration ( uint  _arg) [virtual]

If using timers, specify the default timer interval (in milliseconds). Care must be taken when adjusting the timer interval from the default value of 10 milliseconds--it may adversely affect the interactors.

virtual void Kitware.VTK.vtkInteractorStyle.SetUseTimers ( int  _arg) [virtual]

Set/Get timer hint.

virtual void Kitware.VTK.vtkInteractorStyle.Spin ( ) [virtual]

These methods for the different interactions in different modes are overridden in subclasses to perform the correct motion. Since they might be called from OnTimer, they do not have mouse coord parameters (use interactor's GetEventPosition and GetLastEventPosition)

Reimplemented in Kitware.VTK.vtkInteractorStyleTrackballCamera, Kitware.VTK.vtkInteractorStyleJoystickCamera, Kitware.VTK.vtkInteractorStyleJoystickActor, and Kitware.VTK.vtkInteractorStyleTrackballActor.

virtual void Kitware.VTK.vtkInteractorStyle.StartAnimate ( ) [virtual]

Interaction mode entry points used internally.

virtual void Kitware.VTK.vtkInteractorStyle.StartDolly ( ) [virtual]

Interaction mode entry points used internally.

virtual void Kitware.VTK.vtkInteractorStyle.StartPan ( ) [virtual]

Interaction mode entry points used internally.

Reimplemented in Kitware.VTK.vtkParallelCoordinatesInteractorStyle.

virtual void Kitware.VTK.vtkInteractorStyle.StartRotate ( ) [virtual]

Interaction mode entry points used internally.

virtual void Kitware.VTK.vtkInteractorStyle.StartSpin ( ) [virtual]

Interaction mode entry points used internally.

virtual void Kitware.VTK.vtkInteractorStyle.StartState ( int  newstate) [virtual]

utility routines used by state changes

Reimplemented in Kitware.VTK.vtkGeoInteractorStyle.

virtual void Kitware.VTK.vtkInteractorStyle.StartTimer ( ) [virtual]

Interaction mode entry points used internally.

Interaction mode entry points used internally.

virtual void Kitware.VTK.vtkInteractorStyle.StartZoom ( ) [virtual]

Interaction mode entry points used internally.

Reimplemented in Kitware.VTK.vtkParallelCoordinatesInteractorStyle.

virtual void Kitware.VTK.vtkInteractorStyle.StopAnimate ( ) [virtual]

Interaction mode entry points used internally.

virtual void Kitware.VTK.vtkInteractorStyle.StopState ( ) [virtual]

utility routines used by state changes

virtual void Kitware.VTK.vtkInteractorStyle.UniformScale ( ) [virtual]

These methods for the different interactions in different modes are overridden in subclasses to perform the correct motion. Since they might be called from OnTimer, they do not have mouse coord parameters (use interactor's GetEventPosition and GetLastEventPosition)

Reimplemented in Kitware.VTK.vtkInteractorStyleJoystickActor, and Kitware.VTK.vtkInteractorStyleTrackballActor.

virtual void Kitware.VTK.vtkInteractorStyle.UseTimersOff ( ) [virtual]

Set/Get timer hint.

virtual void Kitware.VTK.vtkInteractorStyle.UseTimersOn ( ) [virtual]

Set/Get timer hint.

static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_DelegateTDxEvent_03 ( HandleRef  pThis,
uint  arg0,
IntPtr  calldata 
) [private]
static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_Dolly_04 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_EndDolly_05 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_EndPan_06 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_EndRotate_07 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_EndSpin_08 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_EndTimer_09 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_EndUniformScale_10 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_EndZoom_11 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_FindPokedRenderer_12 ( HandleRef  pThis,
int  arg0,
int  arg1 
) [private]
static internal int Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_GetHandleObservers_16 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_GetMouseWheelMotionFactor_17 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_GetPickColor_18 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_GetPickColor_19 ( HandleRef  pThis,
IntPtr  data 
) [private]
static internal int Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_GetState_20 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_GetTDxStyle_21 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal uint Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_GetTimerDuration_22 ( HandleRef  pThis) [private]
static internal uint Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_GetTimerDurationMaxValue_23 ( HandleRef  pThis) [private]
static internal uint Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_GetTimerDurationMinValue_24 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_GetUseTimers_25 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_HandleObserversOff_26 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_HandleObserversOn_27 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_HighlightActor2D_28 ( HandleRef  pThis,
HandleRef  actor2D 
) [private]
static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_HighlightProp3D_30 ( HandleRef  pThis,
HandleRef  prop3D 
) [private]
static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_HighlightProp_29 ( HandleRef  pThis,
HandleRef  prop 
) [private]
static internal int Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_IsA_31 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_IsTypeOf_32 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_NewInstance_34 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_OnChar_35 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_OnConfigure_36 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_OnEnter_37 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_OnExpose_38 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_OnKeyDown_39 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_OnKeyPress_40 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_OnKeyRelease_41 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_OnKeyUp_42 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_OnLeave_43 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_OnLeftButtonDown_44 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_OnLeftButtonUp_45 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_OnMiddleButtonDown_46 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_OnMiddleButtonUp_47 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_OnMouseMove_48 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_OnMouseWheelBackward_49 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_OnMouseWheelForward_50 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_OnRightButtonDown_51 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_OnRightButtonUp_52 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_OnTimer_53 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_Pan_54 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_Rotate_55 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_SafeDownCast_56 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_SetAutoAdjustCameraClippingRange_57 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_SetEnabled_58 ( HandleRef  pThis,
int  arg0 
) [private]
static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_SetHandleObservers_59 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_SetInteractor_60 ( HandleRef  pThis,
HandleRef  interactor 
) [private]
static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_SetMouseWheelMotionFactor_61 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_SetPickColor_62 ( HandleRef  pThis,
double  _arg1,
double  _arg2,
double  _arg3 
) [private]
static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_SetPickColor_63 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_SetTDxStyle_64 ( HandleRef  pThis,
HandleRef  tdxStyle 
) [private]
static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_SetTimerDuration_65 ( HandleRef  pThis,
uint  _arg 
) [private]
static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_SetUseTimers_66 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_Spin_67 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_StartAnimate_68 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_StartDolly_69 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_StartPan_70 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_StartRotate_71 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_StartSpin_72 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_StartState_73 ( HandleRef  pThis,
int  newstate 
) [private]
static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_StartTimer_74 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_StartUniformScale_75 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_StartZoom_76 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_StopAnimate_77 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_StopState_78 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_UniformScale_79 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_UseTimersOff_80 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_UseTimersOn_81 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkInteractorStyle.vtkInteractorStyle_Zoom_82 ( HandleRef  pThis) [private]
virtual void Kitware.VTK.vtkInteractorStyle.Zoom ( ) [virtual]

These methods for the different interactions in different modes are overridden in subclasses to perform the correct motion. Since they might be called from OnTimer, they do not have mouse coord parameters (use interactor's GetEventPosition and GetLastEventPosition)

Reimplemented in Kitware.VTK.vtkParallelCoordinatesInteractorStyle.


Member Data Documentation

new readonly string Kitware.VTK.vtkInteractorStyle.MRClassNameKey = "18vtkInteractorStyle" [static]
new const string Kitware.VTK.vtkInteractorStyle.MRFullTypeName = "Kitware.VTK.vtkInteractorStyle"

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