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

vtkInteractorObserver - an abstract superclass for classes observing events invoked by vtkRenderWindowInteractor More...

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

List of all members.

Public Member Functions

 vtkInteractorObserver (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
void EnabledOff ()
 Methods for turning the interactor observer on and off, and determining its state. All subclasses must provide the SetEnabled() method. Enabling a vtkInteractorObserver has the side effect of adding observers; disabling it removes the observers. Prior to enabling the vtkInteractorObserver you must set the render window interactor (via SetInteractor()). Initial value is 0.
void EnabledOn ()
 Methods for turning the interactor observer on and off, and determining its state. All subclasses must provide the SetEnabled() method. Enabling a vtkInteractorObserver has the side effect of adding observers; disabling it removes the observers. Prior to enabling the vtkInteractorObserver you must set the render window interactor (via SetInteractor()). Initial value is 0.
virtual vtkRenderer GetCurrentRenderer ()
 Set/Get the current renderer. Normally when the widget is activated (SetEnabled(1) or when keypress activation takes place), the renderer over which the mouse pointer is positioned is used and assigned to this Ivar. Alternatively, you might want to set the CurrentRenderer explicitly. WARNING: note that if the DefaultRenderer Ivar is set (see above), it will always override the parameter passed to SetCurrentRenderer, unless it is NULL. (i.e., SetCurrentRenderer(foo) = SetCurrentRenderer(DefaultRenderer).
virtual vtkRenderer GetDefaultRenderer ()
 Set/Get the default renderer to use when activating the interactor observer. Normally when the widget is activated (SetEnabled(1) or when keypress activation takes place), the renderer over which the mouse pointer is positioned is used. Alternatively, you can specify the renderer to bind the interactor to when the interactor observer is activated.
int GetEnabled ()
 Methods for turning the interactor observer on and off, and determining its state. All subclasses must provide the SetEnabled() method. Enabling a vtkInteractorObserver has the side effect of adding observers; disabling it removes the observers. Prior to enabling the vtkInteractorObserver you must set the render window interactor (via SetInteractor()). Initial value is 0.
virtual vtkRenderWindowInteractor GetInteractor ()
 This method is used to associate the widget with the render window interactor. Observers of the appropriate events invoked in the render window interactor are set up as a result of this method invocation. The SetInteractor() method must be invoked prior to enabling the vtkInteractorObserver.
virtual int GetKeyPressActivation ()
 Enable/Disable of the use of a keypress to turn on and off the interactor observer. (By default, the keypress is 'i' for "interactor observer".) Set the KeyPressActivationValue to change which key activates the widget.)
virtual sbyte GetKeyPressActivationValue ()
 Specify which key press value to use to activate the interactor observer (if key press activation is enabled). By default, the key press activation value is 'i'. Note: once the SetInteractor() method is invoked, changing the key press activation value will not affect the key press until SetInteractor(NULL)/SetInteractor(iren) is called.
virtual float GetPriority ()
 Set/Get the priority at which events are processed. This is used when multiple interactor observers are used simultaneously. The default value is 0.0 (lowest priority.) Note that when multiple interactor observer have the same priority, then the last observer added will process the event first. (Note: once the SetInteractor() method has been called, changing the priority does not effect event processing. You will have to SetInteractor(NULL), change priority, and then SetInteractor(iren) to have the priority take effect.)
virtual float GetPriorityMaxValue ()
 Set/Get the priority at which events are processed. This is used when multiple interactor observers are used simultaneously. The default value is 0.0 (lowest priority.) Note that when multiple interactor observer have the same priority, then the last observer added will process the event first. (Note: once the SetInteractor() method has been called, changing the priority does not effect event processing. You will have to SetInteractor(NULL), change priority, and then SetInteractor(iren) to have the priority take effect.)
virtual float GetPriorityMinValue ()
 Set/Get the priority at which events are processed. This is used when multiple interactor observers are used simultaneously. The default value is 0.0 (lowest priority.) Note that when multiple interactor observer have the same priority, then the last observer added will process the event first. (Note: once the SetInteractor() method has been called, changing the priority does not effect event processing. You will have to SetInteractor(NULL), change priority, and then SetInteractor(iren) to have the priority take effect.)
void GrabFocus (vtkCommand mouseEvents, vtkCommand keypressEvents)
 Convenience methods for outside classes. Make sure that the parameter "ren" is not-null.
override int IsA (string type)
 Undocumented Block.
virtual void KeyPressActivationOff ()
 Enable/Disable of the use of a keypress to turn on and off the interactor observer. (By default, the keypress is 'i' for "interactor observer".) Set the KeyPressActivationValue to change which key activates the widget.)
virtual void KeyPressActivationOn ()
 Enable/Disable of the use of a keypress to turn on and off the interactor observer. (By default, the keypress is 'i' for "interactor observer".) Set the KeyPressActivationValue to change which key activates the widget.)
new vtkInteractorObserver NewInstance ()
 Undocumented Block.
void Off ()
 Methods for turning the interactor observer on and off, and determining its state. All subclasses must provide the SetEnabled() method. Enabling a vtkInteractorObserver has the side effect of adding observers; disabling it removes the observers. Prior to enabling the vtkInteractorObserver you must set the render window interactor (via SetInteractor()). Initial value is 0.
void On ()
 Methods for turning the interactor observer on and off, and determining its state. All subclasses must provide the SetEnabled() method. Enabling a vtkInteractorObserver has the side effect of adding observers; disabling it removes the observers. Prior to enabling the vtkInteractorObserver you must set the render window interactor (via SetInteractor()). Initial value is 0.
virtual void OnChar ()
 Sets up the keypress-i event.
void ReleaseFocus ()
 Convenience methods for outside classes. Make sure that the parameter "ren" is not-null.
virtual void SetCurrentRenderer (vtkRenderer arg0)
 Set/Get the current renderer. Normally when the widget is activated (SetEnabled(1) or when keypress activation takes place), the renderer over which the mouse pointer is positioned is used and assigned to this Ivar. Alternatively, you might want to set the CurrentRenderer explicitly. WARNING: note that if the DefaultRenderer Ivar is set (see above), it will always override the parameter passed to SetCurrentRenderer, unless it is NULL. (i.e., SetCurrentRenderer(foo) = SetCurrentRenderer(DefaultRenderer).
virtual void SetDefaultRenderer (vtkRenderer arg0)
 Set/Get the default renderer to use when activating the interactor observer. Normally when the widget is activated (SetEnabled(1) or when keypress activation takes place), the renderer over which the mouse pointer is positioned is used. Alternatively, you can specify the renderer to bind the interactor to when the interactor observer is activated.
virtual void SetEnabled (int arg0)
 Methods for turning the interactor observer on and off, and determining its state. All subclasses must provide the SetEnabled() method. Enabling a vtkInteractorObserver has the side effect of adding observers; disabling it removes the observers. Prior to enabling the vtkInteractorObserver you must set the render window interactor (via SetInteractor()). Initial value is 0.
virtual void SetInteractor (vtkRenderWindowInteractor iren)
 This method is used to associate the widget with the render window interactor. Observers of the appropriate events invoked in the render window interactor are set up as a result of this method invocation. The SetInteractor() method must be invoked prior to enabling the vtkInteractorObserver.
virtual void SetKeyPressActivation (int _arg)
 Enable/Disable of the use of a keypress to turn on and off the interactor observer. (By default, the keypress is 'i' for "interactor observer".) Set the KeyPressActivationValue to change which key activates the widget.)
virtual void SetKeyPressActivationValue (sbyte _arg)
 Specify which key press value to use to activate the interactor observer (if key press activation is enabled). By default, the key press activation value is 'i'. Note: once the SetInteractor() method is invoked, changing the key press activation value will not affect the key press until SetInteractor(NULL)/SetInteractor(iren) is called.
virtual void SetPriority (float _arg)
 Set/Get the priority at which events are processed. This is used when multiple interactor observers are used simultaneously. The default value is 0.0 (lowest priority.) Note that when multiple interactor observer have the same priority, then the last observer added will process the event first. (Note: once the SetInteractor() method has been called, changing the priority does not effect event processing. You will have to SetInteractor(NULL), change priority, and then SetInteractor(iren) to have the priority take effect.)

Static Public Member Functions

static void ComputeDisplayToWorld (vtkRenderer ren, double x, double y, double z, IntPtr worldPt)
 Convenience methods for outside classes. Make sure that the parameter "ren" is not-null.
static void ComputeWorldToDisplay (vtkRenderer ren, double x, double y, double z, IntPtr displayPt)
 Convenience methods for outside classes. Make sure that the parameter "ren" is not-null.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkInteractorObserver SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "21vtkInteractorObserver"
 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 void vtkInteractorObserver_ComputeDisplayToWorld_01 (HandleRef ren, double x, double y, double z, IntPtr worldPt)
static internal void vtkInteractorObserver_ComputeWorldToDisplay_02 (HandleRef ren, double x, double y, double z, IntPtr displayPt)
static internal void vtkInteractorObserver_EnabledOff_03 (HandleRef pThis)
static internal void vtkInteractorObserver_EnabledOn_04 (HandleRef pThis)
static internal IntPtr vtkInteractorObserver_GetCurrentRenderer_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkInteractorObserver_GetDefaultRenderer_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkInteractorObserver_GetEnabled_07 (HandleRef pThis)
static internal IntPtr vtkInteractorObserver_GetInteractor_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkInteractorObserver_GetKeyPressActivation_09 (HandleRef pThis)
static internal sbyte vtkInteractorObserver_GetKeyPressActivationValue_10 (HandleRef pThis)
static internal float vtkInteractorObserver_GetPriority_11 (HandleRef pThis)
static internal float vtkInteractorObserver_GetPriorityMaxValue_12 (HandleRef pThis)
static internal float vtkInteractorObserver_GetPriorityMinValue_13 (HandleRef pThis)
static internal void vtkInteractorObserver_GrabFocus_14 (HandleRef pThis, HandleRef mouseEvents, HandleRef keypressEvents)
static internal int vtkInteractorObserver_IsA_15 (HandleRef pThis, string type)
static internal int vtkInteractorObserver_IsTypeOf_16 (string type)
static internal void vtkInteractorObserver_KeyPressActivationOff_17 (HandleRef pThis)
static internal void vtkInteractorObserver_KeyPressActivationOn_18 (HandleRef pThis)
static internal IntPtr vtkInteractorObserver_NewInstance_19 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkInteractorObserver_Off_20 (HandleRef pThis)
static internal void vtkInteractorObserver_On_21 (HandleRef pThis)
static internal void vtkInteractorObserver_OnChar_22 (HandleRef pThis)
static internal void vtkInteractorObserver_ReleaseFocus_23 (HandleRef pThis)
static internal IntPtr vtkInteractorObserver_SafeDownCast_24 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkInteractorObserver_SetCurrentRenderer_25 (HandleRef pThis, HandleRef arg0)
static internal void vtkInteractorObserver_SetDefaultRenderer_26 (HandleRef pThis, HandleRef arg0)
static internal void vtkInteractorObserver_SetEnabled_27 (HandleRef pThis, int arg0)
static internal void vtkInteractorObserver_SetInteractor_28 (HandleRef pThis, HandleRef iren)
static internal void vtkInteractorObserver_SetKeyPressActivation_29 (HandleRef pThis, int _arg)
static internal void vtkInteractorObserver_SetKeyPressActivationValue_30 (HandleRef pThis, sbyte _arg)
static internal void vtkInteractorObserver_SetPriority_31 (HandleRef pThis, float _arg)

Static Private Member Functions

static vtkInteractorObserver ()
 Automatically generated type registration mechanics.

Detailed Description

vtkInteractorObserver - an abstract superclass for classes observing events invoked by vtkRenderWindowInteractor

Description vtkInteractorObserver is an abstract superclass for subclasses that observe events invoked by vtkRenderWindowInteractor. These subclasses are typically things like 3D widgets; objects that interact with actors in the scene, or interactively probe the scene for information.

vtkInteractorObserver defines the method SetInteractor() and enables and disables the processing of events by the vtkInteractorObserver. Use the methods EnabledOn() or SetEnabled(1) to turn on the interactor observer, and the methods EnabledOff() or SetEnabled(0) to turn off the interactor. Initial value is 0.

To support interactive manipulation of objects, this class (and subclasses) invoke the events StartInteractionEvent, InteractionEvent, and EndInteractionEvent. These events are invoked when the vtkInteractorObserver enters a state where rapid response is desired: mouse motion, etc. The events can be used, for example, to set the desired update frame rate (StartInteractionEvent), operate on data or update a pipeline (InteractionEvent), and set the desired frame rate back to normal values (EndInteractionEvent). Two other events, EnableEvent and DisableEvent, are invoked when the interactor observer is enabled or disabled.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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


Member Function Documentation

static void Kitware.VTK.vtkInteractorObserver.ComputeDisplayToWorld ( vtkRenderer  ren,
double  x,
double  y,
double  z,
IntPtr  worldPt 
) [static]

Convenience methods for outside classes. Make sure that the parameter "ren" is not-null.

static void Kitware.VTK.vtkInteractorObserver.ComputeWorldToDisplay ( vtkRenderer  ren,
double  x,
double  y,
double  z,
IntPtr  displayPt 
) [static]

Convenience methods for outside classes. Make sure that the parameter "ren" is not-null.

override void Kitware.VTK.vtkInteractorObserver.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.vtkObject.

Reimplemented in Kitware.VTK.vtkContourWidget, Kitware.VTK.vtkImagePlaneWidget, Kitware.VTK.vtkInteractorStyle, Kitware.VTK.vtkBiDimensionalWidget, Kitware.VTK.vtkBoxWidget2, Kitware.VTK.vtkSphereWidget2, Kitware.VTK.vtkSplineWidget, Kitware.VTK.vtkRectilinearWipeWidget, Kitware.VTK.vtkInteractorStyleUnicam, Kitware.VTK.vtkPlaneWidget, Kitware.VTK.vtkLineWidget2, Kitware.VTK.vtkAxesTransformWidget, Kitware.VTK.vtkCenteredSliderWidget, Kitware.VTK.vtkBorderWidget, Kitware.VTK.vtkAngleWidget, Kitware.VTK.vtkBalloonWidget, Kitware.VTK.vtkBoxWidget, Kitware.VTK.vtkHoverWidget, Kitware.VTK.vtkDistanceWidget, Kitware.VTK.vtkLineWidget, Kitware.VTK.vtkSliderWidget, Kitware.VTK.vtkSeedWidget, Kitware.VTK.vtkHandleWidget, Kitware.VTK.vtkImplicitPlaneWidget, Kitware.VTK.vtkAffineWidget, Kitware.VTK.vtkCompassWidget, Kitware.VTK.vtkButtonWidget, Kitware.VTK.vtkOrientationMarkerWidget, Kitware.VTK.vtkPointWidget, Kitware.VTK.vtkSphereWidget, Kitware.VTK.vtkImageTracerWidget, Kitware.VTK.vtkInteractorStyleTerrain, Kitware.VTK.vtkParallelopipedWidget, Kitware.VTK.vtkCheckerboardWidget, Kitware.VTK.vtkInteractorStyleImage, Kitware.VTK.vtkParallelCoordinatesInteractorStyle, Kitware.VTK.vtkInteractorStyleJoystickActor, Kitware.VTK.vtkCaptionWidget, Kitware.VTK.vtkInteractorStyleFlight, Kitware.VTK.vtkInteractorStyleRubberBand2D, Kitware.VTK.vtkInteractorStyleRubberBandPick, Kitware.VTK.vtkInteractorStyleRubberBand3D, Kitware.VTK.vtkInteractorStyleTrackballActor, Kitware.VTK.vtkInteractorStyleUser, Kitware.VTK.vtkScalarBarWidget, Kitware.VTK.vtkInteractorStyleSwitch, Kitware.VTK.vtkInteractorStyleTrackballCamera, Kitware.VTK.vtkTensorProbeWidget, Kitware.VTK.vtkGeoInteractorStyle, Kitware.VTK.vtkImplicitPlaneWidget2, Kitware.VTK.vtkXYPlotWidget, Kitware.VTK.vtkCameraWidget, Kitware.VTK.vtkInteractorStyleAreaSelectHover, Kitware.VTK.vtkInteractorStyleTreeMapHover, Kitware.VTK.vtkSplineWidget2, Kitware.VTK.vtkTextWidget, Kitware.VTK.vtkLogoWidget, Kitware.VTK.vtkContextInteractorStyle, Kitware.VTK.vtkInteractorStyleRubberBandZoom, Kitware.VTK.vtkPlaybackWidget, Kitware.VTK.vtkInteractorEventRecorder, Kitware.VTK.vtkInteractorStyleJoystickCamera, Kitware.VTK.vtkInteractorStyleTrackball, Kitware.VTK.vtk3DWidget, Kitware.VTK.vtkContinuousValueWidget, Kitware.VTK.vtkAbstractWidget, and Kitware.VTK.vtkPolyDataSourceWidget.

Methods for turning the interactor observer on and off, and determining its state. All subclasses must provide the SetEnabled() method. Enabling a vtkInteractorObserver has the side effect of adding observers; disabling it removes the observers. Prior to enabling the vtkInteractorObserver you must set the render window interactor (via SetInteractor()). Initial value is 0.

Methods for turning the interactor observer on and off, and determining its state. All subclasses must provide the SetEnabled() method. Enabling a vtkInteractorObserver has the side effect of adding observers; disabling it removes the observers. Prior to enabling the vtkInteractorObserver you must set the render window interactor (via SetInteractor()). Initial value is 0.

Set/Get the current renderer. Normally when the widget is activated (SetEnabled(1) or when keypress activation takes place), the renderer over which the mouse pointer is positioned is used and assigned to this Ivar. Alternatively, you might want to set the CurrentRenderer explicitly. WARNING: note that if the DefaultRenderer Ivar is set (see above), it will always override the parameter passed to SetCurrentRenderer, unless it is NULL. (i.e., SetCurrentRenderer(foo) = SetCurrentRenderer(DefaultRenderer).

Here is the call graph for this function:

Set/Get the default renderer to use when activating the interactor observer. Normally when the widget is activated (SetEnabled(1) or when keypress activation takes place), the renderer over which the mouse pointer is positioned is used. Alternatively, you can specify the renderer to bind the interactor to when the interactor observer is activated.

Here is the call graph for this function:

Methods for turning the interactor observer on and off, and determining its state. All subclasses must provide the SetEnabled() method. Enabling a vtkInteractorObserver has the side effect of adding observers; disabling it removes the observers. Prior to enabling the vtkInteractorObserver you must set the render window interactor (via SetInteractor()). Initial value is 0.

This method is used to associate the widget with the render window interactor. Observers of the appropriate events invoked in the render window interactor are set up as a result of this method invocation. The SetInteractor() method must be invoked prior to enabling the vtkInteractorObserver.

Here is the call graph for this function:

Enable/Disable of the use of a keypress to turn on and off the interactor observer. (By default, the keypress is 'i' for "interactor observer".) Set the KeyPressActivationValue to change which key activates the widget.)

Specify which key press value to use to activate the interactor observer (if key press activation is enabled). By default, the key press activation value is 'i'. Note: once the SetInteractor() method is invoked, changing the key press activation value will not affect the key press until SetInteractor(NULL)/SetInteractor(iren) is called.

virtual float Kitware.VTK.vtkInteractorObserver.GetPriority ( ) [virtual]

Set/Get the priority at which events are processed. This is used when multiple interactor observers are used simultaneously. The default value is 0.0 (lowest priority.) Note that when multiple interactor observer have the same priority, then the last observer added will process the event first. (Note: once the SetInteractor() method has been called, changing the priority does not effect event processing. You will have to SetInteractor(NULL), change priority, and then SetInteractor(iren) to have the priority take effect.)

Set/Get the priority at which events are processed. This is used when multiple interactor observers are used simultaneously. The default value is 0.0 (lowest priority.) Note that when multiple interactor observer have the same priority, then the last observer added will process the event first. (Note: once the SetInteractor() method has been called, changing the priority does not effect event processing. You will have to SetInteractor(NULL), change priority, and then SetInteractor(iren) to have the priority take effect.)

Set/Get the priority at which events are processed. This is used when multiple interactor observers are used simultaneously. The default value is 0.0 (lowest priority.) Note that when multiple interactor observer have the same priority, then the last observer added will process the event first. (Note: once the SetInteractor() method has been called, changing the priority does not effect event processing. You will have to SetInteractor(NULL), change priority, and then SetInteractor(iren) to have the priority take effect.)

void Kitware.VTK.vtkInteractorObserver.GrabFocus ( vtkCommand  mouseEvents,
vtkCommand  keypressEvents 
)

Convenience methods for outside classes. Make sure that the parameter "ren" is not-null.

override int Kitware.VTK.vtkInteractorObserver.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Reimplemented in Kitware.VTK.vtkImagePlaneWidget, Kitware.VTK.vtkImageTracerWidget, Kitware.VTK.vtkImplicitPlaneWidget, Kitware.VTK.vtkInteractorStyle, Kitware.VTK.vtkPlaneWidget, Kitware.VTK.vtkSplineWidget, Kitware.VTK.vtkSphereWidget, Kitware.VTK.vtkBoxWidget, Kitware.VTK.vtkLineWidget, Kitware.VTK.vtkContourWidget, Kitware.VTK.vtkPointWidget, Kitware.VTK.vtkParallelCoordinatesInteractorStyle, Kitware.VTK.vtkBalloonWidget, Kitware.VTK.vtkHandleWidget, Kitware.VTK.vtkOrientationMarkerWidget, Kitware.VTK.vtkInteractorStyleFlight, Kitware.VTK.vtkInteractorStyleUser, Kitware.VTK.vtkSeedWidget, Kitware.VTK.vtkSliderWidget, Kitware.VTK.vtkInteractorStyleRubberBand3D, Kitware.VTK.vtkInteractorStyleRubberBand2D, Kitware.VTK.vtkAbstractWidget, Kitware.VTK.vtk3DWidget, Kitware.VTK.vtkBiDimensionalWidget, Kitware.VTK.vtkBoxWidget2, Kitware.VTK.vtkInteractorStyleTreeMapHover, Kitware.VTK.vtkInteractorStyleImage, Kitware.VTK.vtkBorderWidget, Kitware.VTK.vtkAngleWidget, Kitware.VTK.vtkDistanceWidget, Kitware.VTK.vtkParallelopipedWidget, Kitware.VTK.vtkCenteredSliderWidget, Kitware.VTK.vtkHoverWidget, Kitware.VTK.vtkScalarBarWidget, Kitware.VTK.vtkSphereWidget2, Kitware.VTK.vtkRectilinearWipeWidget, Kitware.VTK.vtkInteractorStyleAreaSelectHover, Kitware.VTK.vtkLineWidget2, Kitware.VTK.vtkAxesTransformWidget, Kitware.VTK.vtkCompassWidget, Kitware.VTK.vtkInteractorStyleUnicam, Kitware.VTK.vtkGeoInteractorStyle, Kitware.VTK.vtkAffineWidget, Kitware.VTK.vtkButtonWidget, Kitware.VTK.vtkCheckerboardWidget, Kitware.VTK.vtkCaptionWidget, Kitware.VTK.vtkTensorProbeWidget, Kitware.VTK.vtkTextWidget, Kitware.VTK.vtkImplicitPlaneWidget2, Kitware.VTK.vtkInteractorStyleTerrain, Kitware.VTK.vtkInteractorStyleSwitch, Kitware.VTK.vtkXYPlotWidget, Kitware.VTK.vtkInteractorStyleTrackballCamera, Kitware.VTK.vtkInteractorEventRecorder, Kitware.VTK.vtkPolyDataSourceWidget, Kitware.VTK.vtkContextInteractorStyle, Kitware.VTK.vtkContinuousValueWidget, Kitware.VTK.vtkInteractorStyleJoystickActor, Kitware.VTK.vtkInteractorStyleTrackballActor, Kitware.VTK.vtkCameraWidget, Kitware.VTK.vtkSplineWidget2, Kitware.VTK.vtkLogoWidget, Kitware.VTK.vtkPlaybackWidget, Kitware.VTK.vtkInteractorStyleRubberBandPick, Kitware.VTK.vtkInteractorStyleJoystickCamera, Kitware.VTK.vtkInteractorStyleRubberBandZoom, and Kitware.VTK.vtkInteractorStyleTrackball.

static new int Kitware.VTK.vtkInteractorObserver.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Reimplemented in Kitware.VTK.vtkImagePlaneWidget, Kitware.VTK.vtkImageTracerWidget, Kitware.VTK.vtkImplicitPlaneWidget, Kitware.VTK.vtkInteractorStyle, Kitware.VTK.vtkPlaneWidget, Kitware.VTK.vtkSplineWidget, Kitware.VTK.vtkSphereWidget, Kitware.VTK.vtkBoxWidget, Kitware.VTK.vtkLineWidget, Kitware.VTK.vtkContourWidget, Kitware.VTK.vtkPointWidget, Kitware.VTK.vtkParallelCoordinatesInteractorStyle, Kitware.VTK.vtkBalloonWidget, Kitware.VTK.vtkHandleWidget, Kitware.VTK.vtkOrientationMarkerWidget, Kitware.VTK.vtkInteractorStyleFlight, Kitware.VTK.vtkInteractorStyleUser, Kitware.VTK.vtkSeedWidget, Kitware.VTK.vtkSliderWidget, Kitware.VTK.vtkInteractorStyleRubberBand3D, Kitware.VTK.vtkInteractorStyleRubberBand2D, Kitware.VTK.vtkBiDimensionalWidget, Kitware.VTK.vtkAbstractWidget, Kitware.VTK.vtk3DWidget, Kitware.VTK.vtkBoxWidget2, Kitware.VTK.vtkAngleWidget, Kitware.VTK.vtkInteractorStyleTreeMapHover, Kitware.VTK.vtkInteractorStyleImage, Kitware.VTK.vtkBorderWidget, Kitware.VTK.vtkDistanceWidget, Kitware.VTK.vtkParallelopipedWidget, Kitware.VTK.vtkCenteredSliderWidget, Kitware.VTK.vtkHoverWidget, Kitware.VTK.vtkScalarBarWidget, Kitware.VTK.vtkSphereWidget2, Kitware.VTK.vtkRectilinearWipeWidget, Kitware.VTK.vtkInteractorStyleAreaSelectHover, Kitware.VTK.vtkLineWidget2, Kitware.VTK.vtkAxesTransformWidget, Kitware.VTK.vtkCompassWidget, Kitware.VTK.vtkInteractorStyleUnicam, Kitware.VTK.vtkGeoInteractorStyle, Kitware.VTK.vtkAffineWidget, Kitware.VTK.vtkButtonWidget, Kitware.VTK.vtkCheckerboardWidget, Kitware.VTK.vtkCaptionWidget, Kitware.VTK.vtkTensorProbeWidget, Kitware.VTK.vtkTextWidget, Kitware.VTK.vtkImplicitPlaneWidget2, Kitware.VTK.vtkInteractorStyleTerrain, Kitware.VTK.vtkInteractorStyleSwitch, Kitware.VTK.vtkXYPlotWidget, Kitware.VTK.vtkInteractorStyleTrackballCamera, Kitware.VTK.vtkInteractorEventRecorder, Kitware.VTK.vtkPolyDataSourceWidget, Kitware.VTK.vtkContextInteractorStyle, Kitware.VTK.vtkContinuousValueWidget, Kitware.VTK.vtkInteractorStyleJoystickActor, Kitware.VTK.vtkInteractorStyleTrackballActor, Kitware.VTK.vtkCameraWidget, Kitware.VTK.vtkSplineWidget2, Kitware.VTK.vtkLogoWidget, Kitware.VTK.vtkPlaybackWidget, Kitware.VTK.vtkInteractorStyleRubberBandPick, Kitware.VTK.vtkInteractorStyleJoystickCamera, Kitware.VTK.vtkInteractorStyleRubberBandZoom, and Kitware.VTK.vtkInteractorStyleTrackball.

Enable/Disable of the use of a keypress to turn on and off the interactor observer. (By default, the keypress is 'i' for "interactor observer".) Set the KeyPressActivationValue to change which key activates the widget.)

Enable/Disable of the use of a keypress to turn on and off the interactor observer. (By default, the keypress is 'i' for "interactor observer".) Set the KeyPressActivationValue to change which key activates the widget.)

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Reimplemented in Kitware.VTK.vtkImagePlaneWidget, Kitware.VTK.vtkImageTracerWidget, Kitware.VTK.vtkImplicitPlaneWidget, Kitware.VTK.vtkInteractorStyle, Kitware.VTK.vtkPlaneWidget, Kitware.VTK.vtkSplineWidget, Kitware.VTK.vtkSphereWidget, Kitware.VTK.vtkBoxWidget, Kitware.VTK.vtkLineWidget, Kitware.VTK.vtkContourWidget, Kitware.VTK.vtkPointWidget, Kitware.VTK.vtkParallelCoordinatesInteractorStyle, Kitware.VTK.vtkBalloonWidget, Kitware.VTK.vtkInteractorStyleFlight, Kitware.VTK.vtkHandleWidget, Kitware.VTK.vtkAbstractWidget, Kitware.VTK.vtkOrientationMarkerWidget, Kitware.VTK.vtkInteractorStyleUser, Kitware.VTK.vtkBoxWidget2, Kitware.VTK.vtkSeedWidget, Kitware.VTK.vtkSliderWidget, Kitware.VTK.vtkInteractorStyleRubberBand3D, Kitware.VTK.vtkInteractorStyleRubberBand2D, Kitware.VTK.vtkBiDimensionalWidget, Kitware.VTK.vtk3DWidget, Kitware.VTK.vtkAngleWidget, Kitware.VTK.vtkInteractorStyleTreeMapHover, Kitware.VTK.vtkInteractorStyleImage, Kitware.VTK.vtkBorderWidget, Kitware.VTK.vtkDistanceWidget, Kitware.VTK.vtkParallelopipedWidget, Kitware.VTK.vtkCenteredSliderWidget, Kitware.VTK.vtkHoverWidget, Kitware.VTK.vtkGeoInteractorStyle, Kitware.VTK.vtkScalarBarWidget, Kitware.VTK.vtkSphereWidget2, Kitware.VTK.vtkRectilinearWipeWidget, Kitware.VTK.vtkInteractorStyleAreaSelectHover, Kitware.VTK.vtkLineWidget2, Kitware.VTK.vtkAxesTransformWidget, Kitware.VTK.vtkCompassWidget, Kitware.VTK.vtkInteractorStyleUnicam, Kitware.VTK.vtkAffineWidget, Kitware.VTK.vtkInteractorStyleTerrain, Kitware.VTK.vtkButtonWidget, Kitware.VTK.vtkCheckerboardWidget, Kitware.VTK.vtkCaptionWidget, Kitware.VTK.vtkTensorProbeWidget, Kitware.VTK.vtkTextWidget, Kitware.VTK.vtkImplicitPlaneWidget2, Kitware.VTK.vtkInteractorStyleSwitch, Kitware.VTK.vtkXYPlotWidget, Kitware.VTK.vtkInteractorStyleTrackballCamera, Kitware.VTK.vtkInteractorEventRecorder, Kitware.VTK.vtkPolyDataSourceWidget, Kitware.VTK.vtkContextInteractorStyle, Kitware.VTK.vtkContinuousValueWidget, Kitware.VTK.vtkInteractorStyleJoystickActor, Kitware.VTK.vtkInteractorStyleTrackballActor, Kitware.VTK.vtkCameraWidget, Kitware.VTK.vtkSplineWidget2, Kitware.VTK.vtkLogoWidget, Kitware.VTK.vtkPlaybackWidget, Kitware.VTK.vtkInteractorStyleRubberBandPick, Kitware.VTK.vtkInteractorStyleJoystickCamera, Kitware.VTK.vtkInteractorStyleRubberBandZoom, and Kitware.VTK.vtkInteractorStyleTrackball.

Methods for turning the interactor observer on and off, and determining its state. All subclasses must provide the SetEnabled() method. Enabling a vtkInteractorObserver has the side effect of adding observers; disabling it removes the observers. Prior to enabling the vtkInteractorObserver you must set the render window interactor (via SetInteractor()). Initial value is 0.

Methods for turning the interactor observer on and off, and determining its state. All subclasses must provide the SetEnabled() method. Enabling a vtkInteractorObserver has the side effect of adding observers; disabling it removes the observers. Prior to enabling the vtkInteractorObserver you must set the render window interactor (via SetInteractor()). Initial value is 0.

virtual void Kitware.VTK.vtkInteractorObserver.OnChar ( ) [virtual]

Convenience methods for outside classes. Make sure that the parameter "ren" is not-null.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Reimplemented in Kitware.VTK.vtkImagePlaneWidget, Kitware.VTK.vtkInteractorStyle, Kitware.VTK.vtkImplicitPlaneWidget, Kitware.VTK.vtkImageTracerWidget, Kitware.VTK.vtkPlaneWidget, Kitware.VTK.vtkSplineWidget, Kitware.VTK.vtkBoxWidget, Kitware.VTK.vtkSphereWidget, Kitware.VTK.vtkLineWidget, Kitware.VTK.vtkParallelCoordinatesInteractorStyle, Kitware.VTK.vtkInteractorStyleFlight, Kitware.VTK.vtkInteractorStyleUser, Kitware.VTK.vtkContourWidget, Kitware.VTK.vtkPointWidget, Kitware.VTK.vtkInteractorStyleRubberBand3D, Kitware.VTK.vtkInteractorStyleRubberBand2D, Kitware.VTK.vtkGeoInteractorStyle, Kitware.VTK.vtkBalloonWidget, Kitware.VTK.vtkAbstractWidget, Kitware.VTK.vtkInteractorStyleImage, Kitware.VTK.vtkBoxWidget2, Kitware.VTK.vtk3DWidget, Kitware.VTK.vtkInteractorStyleTerrain, Kitware.VTK.vtkHandleWidget, Kitware.VTK.vtkSeedWidget, Kitware.VTK.vtkOrientationMarkerWidget, Kitware.VTK.vtkInteractorStyleTrackballCamera, Kitware.VTK.vtkSliderWidget, Kitware.VTK.vtkContextInteractorStyle, Kitware.VTK.vtkBiDimensionalWidget, Kitware.VTK.vtkInteractorStyleJoystickCamera, Kitware.VTK.vtkInteractorStyleTreeMapHover, Kitware.VTK.vtkBorderWidget, Kitware.VTK.vtkInteractorStyleJoystickActor, Kitware.VTK.vtkInteractorStyleTrackballActor, Kitware.VTK.vtkInteractorStyleUnicam, Kitware.VTK.vtkAngleWidget, Kitware.VTK.vtkScalarBarWidget, Kitware.VTK.vtkDistanceWidget, Kitware.VTK.vtkParallelopipedWidget, Kitware.VTK.vtkInteractorStyleAreaSelectHover, Kitware.VTK.vtkCenteredSliderWidget, Kitware.VTK.vtkHoverWidget, Kitware.VTK.vtkInteractorEventRecorder, Kitware.VTK.vtkSphereWidget2, Kitware.VTK.vtkRectilinearWipeWidget, Kitware.VTK.vtkLineWidget2, Kitware.VTK.vtkAxesTransformWidget, Kitware.VTK.vtkCompassWidget, Kitware.VTK.vtkAffineWidget, Kitware.VTK.vtkPolyDataSourceWidget, Kitware.VTK.vtkButtonWidget, Kitware.VTK.vtkCheckerboardWidget, Kitware.VTK.vtkInteractorStyleRubberBandPick, Kitware.VTK.vtkCaptionWidget, Kitware.VTK.vtkInteractorStyleSwitch, Kitware.VTK.vtkTensorProbeWidget, Kitware.VTK.vtkTextWidget, Kitware.VTK.vtkImplicitPlaneWidget2, Kitware.VTK.vtkInteractorStyleRubberBandZoom, Kitware.VTK.vtkXYPlotWidget, Kitware.VTK.vtkContinuousValueWidget, Kitware.VTK.vtkCameraWidget, Kitware.VTK.vtkSplineWidget2, Kitware.VTK.vtkLogoWidget, Kitware.VTK.vtkPlaybackWidget, and Kitware.VTK.vtkInteractorStyleTrackball.

Here is the call graph for this function:

Set/Get the current renderer. Normally when the widget is activated (SetEnabled(1) or when keypress activation takes place), the renderer over which the mouse pointer is positioned is used and assigned to this Ivar. Alternatively, you might want to set the CurrentRenderer explicitly. WARNING: note that if the DefaultRenderer Ivar is set (see above), it will always override the parameter passed to SetCurrentRenderer, unless it is NULL. (i.e., SetCurrentRenderer(foo) = SetCurrentRenderer(DefaultRenderer).

Reimplemented in Kitware.VTK.vtkGeoInteractorStyle, Kitware.VTK.vtkSeedWidget, and Kitware.VTK.vtkInteractorStyleSwitch.

Set/Get the default renderer to use when activating the interactor observer. Normally when the widget is activated (SetEnabled(1) or when keypress activation takes place), the renderer over which the mouse pointer is positioned is used. Alternatively, you can specify the renderer to bind the interactor to when the interactor observer is activated.

Reimplemented in Kitware.VTK.vtkInteractorStyleSwitch.

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

This method is used to associate the widget with the render window interactor. Observers of the appropriate events invoked in the render window interactor are set up as a result of this method invocation. The SetInteractor() method must be invoked prior to enabling the vtkInteractorObserver.

Reimplemented in Kitware.VTK.vtkInteractorStyle, Kitware.VTK.vtkGeoInteractorStyle, Kitware.VTK.vtkSeedWidget, Kitware.VTK.vtkInteractorStyleTreeMapHover, Kitware.VTK.vtkInteractorStyleSwitch, Kitware.VTK.vtkInteractorEventRecorder, and Kitware.VTK.vtkInteractorStyleAreaSelectHover.

virtual void Kitware.VTK.vtkInteractorObserver.SetKeyPressActivation ( int  _arg) [virtual]

Enable/Disable of the use of a keypress to turn on and off the interactor observer. (By default, the keypress is 'i' for "interactor observer".) Set the KeyPressActivationValue to change which key activates the widget.)

virtual void Kitware.VTK.vtkInteractorObserver.SetKeyPressActivationValue ( sbyte  _arg) [virtual]

Specify which key press value to use to activate the interactor observer (if key press activation is enabled). By default, the key press activation value is 'i'. Note: once the SetInteractor() method is invoked, changing the key press activation value will not affect the key press until SetInteractor(NULL)/SetInteractor(iren) is called.

virtual void Kitware.VTK.vtkInteractorObserver.SetPriority ( float  _arg) [virtual]

Set/Get the priority at which events are processed. This is used when multiple interactor observers are used simultaneously. The default value is 0.0 (lowest priority.) Note that when multiple interactor observer have the same priority, then the last observer added will process the event first. (Note: once the SetInteractor() method has been called, changing the priority does not effect event processing. You will have to SetInteractor(NULL), change priority, and then SetInteractor(iren) to have the priority take effect.)

Reimplemented in Kitware.VTK.vtkAbstractWidget.

static internal void Kitware.VTK.vtkInteractorObserver.vtkInteractorObserver_ComputeDisplayToWorld_01 ( HandleRef  ren,
double  x,
double  y,
double  z,
IntPtr  worldPt 
) [private]
static internal void Kitware.VTK.vtkInteractorObserver.vtkInteractorObserver_ComputeWorldToDisplay_02 ( HandleRef  ren,
double  x,
double  y,
double  z,
IntPtr  displayPt 
) [private]
static internal void Kitware.VTK.vtkInteractorObserver.vtkInteractorObserver_EnabledOff_03 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkInteractorObserver.vtkInteractorObserver_EnabledOn_04 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkInteractorObserver.vtkInteractorObserver_GetCurrentRenderer_05 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkInteractorObserver.vtkInteractorObserver_GetDefaultRenderer_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkInteractorObserver.vtkInteractorObserver_GetEnabled_07 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkInteractorObserver.vtkInteractorObserver_GetInteractor_08 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal float Kitware.VTK.vtkInteractorObserver.vtkInteractorObserver_GetPriority_11 ( HandleRef  pThis) [private]
static internal float Kitware.VTK.vtkInteractorObserver.vtkInteractorObserver_GetPriorityMaxValue_12 ( HandleRef  pThis) [private]
static internal float Kitware.VTK.vtkInteractorObserver.vtkInteractorObserver_GetPriorityMinValue_13 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkInteractorObserver.vtkInteractorObserver_GrabFocus_14 ( HandleRef  pThis,
HandleRef  mouseEvents,
HandleRef  keypressEvents 
) [private]
static internal int Kitware.VTK.vtkInteractorObserver.vtkInteractorObserver_IsA_15 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkInteractorObserver.vtkInteractorObserver_IsTypeOf_16 ( string  type) [private]
static internal void Kitware.VTK.vtkInteractorObserver.vtkInteractorObserver_KeyPressActivationOff_17 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkInteractorObserver.vtkInteractorObserver_KeyPressActivationOn_18 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkInteractorObserver.vtkInteractorObserver_NewInstance_19 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkInteractorObserver.vtkInteractorObserver_Off_20 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkInteractorObserver.vtkInteractorObserver_On_21 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkInteractorObserver.vtkInteractorObserver_OnChar_22 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkInteractorObserver.vtkInteractorObserver_ReleaseFocus_23 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkInteractorObserver.vtkInteractorObserver_SafeDownCast_24 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkInteractorObserver.vtkInteractorObserver_SetCurrentRenderer_25 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkInteractorObserver.vtkInteractorObserver_SetDefaultRenderer_26 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkInteractorObserver.vtkInteractorObserver_SetEnabled_27 ( HandleRef  pThis,
int  arg0 
) [private]
static internal void Kitware.VTK.vtkInteractorObserver.vtkInteractorObserver_SetInteractor_28 ( HandleRef  pThis,
HandleRef  iren 
) [private]
static internal void Kitware.VTK.vtkInteractorObserver.vtkInteractorObserver_SetKeyPressActivation_29 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkInteractorObserver.vtkInteractorObserver_SetKeyPressActivationValue_30 ( HandleRef  pThis,
sbyte  _arg 
) [private]
static internal void Kitware.VTK.vtkInteractorObserver.vtkInteractorObserver_SetPriority_31 ( HandleRef  pThis,
float  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkInteractorObserver.MRClassNameKey = "21vtkInteractorObserver" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkObject.

Reimplemented in Kitware.VTK.vtkContourWidget, Kitware.VTK.vtkImagePlaneWidget, Kitware.VTK.vtkBiDimensionalWidget, Kitware.VTK.vtkInteractorStyle, Kitware.VTK.vtkBoxWidget2, Kitware.VTK.vtkSphereWidget2, Kitware.VTK.vtkSplineWidget, Kitware.VTK.vtkRectilinearWipeWidget, Kitware.VTK.vtkInteractorStyleUnicam, Kitware.VTK.vtkPlaneWidget, Kitware.VTK.vtkLineWidget2, Kitware.VTK.vtkAxesTransformWidget, Kitware.VTK.vtkCenteredSliderWidget, Kitware.VTK.vtkBorderWidget, Kitware.VTK.vtkAngleWidget, Kitware.VTK.vtkBalloonWidget, Kitware.VTK.vtkBoxWidget, Kitware.VTK.vtkHoverWidget, Kitware.VTK.vtkDistanceWidget, Kitware.VTK.vtkLineWidget, Kitware.VTK.vtkSliderWidget, Kitware.VTK.vtkSeedWidget, Kitware.VTK.vtkHandleWidget, Kitware.VTK.vtkImplicitPlaneWidget, Kitware.VTK.vtk3DWidget, Kitware.VTK.vtkAffineWidget, Kitware.VTK.vtkCompassWidget, Kitware.VTK.vtkContinuousValueWidget, Kitware.VTK.vtkButtonWidget, Kitware.VTK.vtkOrientationMarkerWidget, Kitware.VTK.vtkPointWidget, Kitware.VTK.vtkSphereWidget, Kitware.VTK.vtkAbstractWidget, Kitware.VTK.vtkImageTracerWidget, Kitware.VTK.vtkInteractorStyleTerrain, Kitware.VTK.vtkParallelopipedWidget, Kitware.VTK.vtkCheckerboardWidget, Kitware.VTK.vtkInteractorStyleImage, Kitware.VTK.vtkParallelCoordinatesInteractorStyle, Kitware.VTK.vtkInteractorStyleJoystickActor, Kitware.VTK.vtkCaptionWidget, Kitware.VTK.vtkInteractorStyleFlight, Kitware.VTK.vtkInteractorStyleRubberBand2D, Kitware.VTK.vtkInteractorStyleRubberBandPick, Kitware.VTK.vtkPolyDataSourceWidget, Kitware.VTK.vtkInteractorStyleRubberBand3D, Kitware.VTK.vtkInteractorStyleTrackballActor, Kitware.VTK.vtkInteractorStyleUser, Kitware.VTK.vtkScalarBarWidget, Kitware.VTK.vtkInteractorStyleSwitch, Kitware.VTK.vtkInteractorStyleTrackballCamera, Kitware.VTK.vtkTensorProbeWidget, Kitware.VTK.vtkGeoInteractorStyle, Kitware.VTK.vtkImplicitPlaneWidget2, Kitware.VTK.vtkXYPlotWidget, Kitware.VTK.vtkCameraWidget, Kitware.VTK.vtkInteractorStyleAreaSelectHover, Kitware.VTK.vtkInteractorStyleTreeMapHover, Kitware.VTK.vtkSplineWidget2, Kitware.VTK.vtkTextWidget, Kitware.VTK.vtkLogoWidget, Kitware.VTK.vtkContextInteractorStyle, Kitware.VTK.vtkInteractorStyleRubberBandZoom, Kitware.VTK.vtkPlaybackWidget, Kitware.VTK.vtkInteractorEventRecorder, Kitware.VTK.vtkInteractorStyleJoystickCamera, and Kitware.VTK.vtkInteractorStyleTrackball.

new const string Kitware.VTK.vtkInteractorObserver.MRFullTypeName = "Kitware.VTK.vtkInteractorObserver"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkObject.

Reimplemented in Kitware.VTK.vtkContourWidget, Kitware.VTK.vtkImagePlaneWidget, Kitware.VTK.vtkBiDimensionalWidget, Kitware.VTK.vtkInteractorStyle, Kitware.VTK.vtkBoxWidget2, Kitware.VTK.vtkSphereWidget2, Kitware.VTK.vtkSplineWidget, Kitware.VTK.vtkRectilinearWipeWidget, Kitware.VTK.vtkInteractorStyleUnicam, Kitware.VTK.vtkPlaneWidget, Kitware.VTK.vtkLineWidget2, Kitware.VTK.vtkAxesTransformWidget, Kitware.VTK.vtkCenteredSliderWidget, Kitware.VTK.vtkBorderWidget, Kitware.VTK.vtkAngleWidget, Kitware.VTK.vtkBalloonWidget, Kitware.VTK.vtkBoxWidget, Kitware.VTK.vtkHoverWidget, Kitware.VTK.vtkDistanceWidget, Kitware.VTK.vtkLineWidget, Kitware.VTK.vtkSliderWidget, Kitware.VTK.vtkSeedWidget, Kitware.VTK.vtkHandleWidget, Kitware.VTK.vtkImplicitPlaneWidget, Kitware.VTK.vtk3DWidget, Kitware.VTK.vtkAffineWidget, Kitware.VTK.vtkCompassWidget, Kitware.VTK.vtkContinuousValueWidget, Kitware.VTK.vtkButtonWidget, Kitware.VTK.vtkOrientationMarkerWidget, Kitware.VTK.vtkPointWidget, Kitware.VTK.vtkSphereWidget, Kitware.VTK.vtkAbstractWidget, Kitware.VTK.vtkImageTracerWidget, Kitware.VTK.vtkInteractorStyleTerrain, Kitware.VTK.vtkParallelopipedWidget, Kitware.VTK.vtkCheckerboardWidget, Kitware.VTK.vtkInteractorStyleImage, Kitware.VTK.vtkParallelCoordinatesInteractorStyle, Kitware.VTK.vtkInteractorStyleJoystickActor, Kitware.VTK.vtkCaptionWidget, Kitware.VTK.vtkInteractorStyleFlight, Kitware.VTK.vtkInteractorStyleRubberBand2D, Kitware.VTK.vtkInteractorStyleRubberBandPick, Kitware.VTK.vtkPolyDataSourceWidget, Kitware.VTK.vtkInteractorStyleRubberBand3D, Kitware.VTK.vtkInteractorStyleTrackballActor, Kitware.VTK.vtkInteractorStyleUser, Kitware.VTK.vtkScalarBarWidget, Kitware.VTK.vtkInteractorStyleSwitch, Kitware.VTK.vtkInteractorStyleTrackballCamera, Kitware.VTK.vtkTensorProbeWidget, Kitware.VTK.vtkGeoInteractorStyle, Kitware.VTK.vtkImplicitPlaneWidget2, Kitware.VTK.vtkXYPlotWidget, Kitware.VTK.vtkCameraWidget, Kitware.VTK.vtkInteractorStyleAreaSelectHover, Kitware.VTK.vtkInteractorStyleTreeMapHover, Kitware.VTK.vtkSplineWidget2, Kitware.VTK.vtkTextWidget, Kitware.VTK.vtkLogoWidget, Kitware.VTK.vtkContextInteractorStyle, Kitware.VTK.vtkInteractorStyleRubberBandZoom, Kitware.VTK.vtkPlaybackWidget, Kitware.VTK.vtkInteractorEventRecorder, Kitware.VTK.vtkInteractorStyleJoystickCamera, and Kitware.VTK.vtkInteractorStyleTrackball.


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