ActiViz .NET
5.8.0
|
vtkInteractorStyleRubberBand2D - A rubber band interactor for a 2D view More...
Public Types | |
enum | SELECT_NORMAL_WrapperEnum { SELECT_NORMAL = 0, SELECT_UNION = 1 } |
Whether to invoke a render when the mouse moves. More... | |
enum | NONE_WrapperEnum { NONE = 0, PANNING = 1, SELECTING = 3, ZOOMING = 2 } |
Current interaction state. More... | |
Public Member Functions | |
vtkInteractorStyleRubberBand2D (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkInteractorStyleRubberBand2D () | |
Undocumented Block. | |
virtual int[] | GetEndPosition () |
Access to the start and end positions (display coordinates) of the rubber band pick area. This is a convenience method for the wrapped languages since the event callData is lost when using those wrappings. | |
virtual void | GetEndPosition (ref int _arg1, ref int _arg2) |
Access to the start and end positions (display coordinates) of the rubber band pick area. This is a convenience method for the wrapped languages since the event callData is lost when using those wrappings. | |
virtual void | GetEndPosition (IntPtr _arg) |
Access to the start and end positions (display coordinates) of the rubber band pick area. This is a convenience method for the wrapped languages since the event callData is lost when using those wrappings. | |
virtual int | GetInteraction () |
Current interaction state. | |
virtual bool | GetRenderOnMouseMove () |
Whether to invoke a render when the mouse moves. | |
virtual int[] | GetStartPosition () |
Access to the start and end positions (display coordinates) of the rubber band pick area. This is a convenience method for the wrapped languages since the event callData is lost when using those wrappings. | |
virtual void | GetStartPosition (ref int _arg1, ref int _arg2) |
Access to the start and end positions (display coordinates) of the rubber band pick area. This is a convenience method for the wrapped languages since the event callData is lost when using those wrappings. | |
virtual void | GetStartPosition (IntPtr _arg) |
Access to the start and end positions (display coordinates) of the rubber band pick area. This is a convenience method for the wrapped languages since the event callData is lost when using those wrappings. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkInteractorStyleRubberBand2D | NewInstance () |
Undocumented Block. | |
override void | OnLeftButtonDown () |
Undocumented Block. | |
override void | OnLeftButtonUp () |
Undocumented Block. | |
override void | OnMiddleButtonDown () |
Undocumented Block. | |
override void | OnMiddleButtonUp () |
Undocumented Block. | |
override void | OnMouseMove () |
Undocumented Block. | |
override void | OnMouseWheelBackward () |
Undocumented Block. | |
override void | OnMouseWheelForward () |
Undocumented Block. | |
override void | OnRightButtonDown () |
Undocumented Block. | |
override void | OnRightButtonUp () |
Undocumented Block. | |
virtual void | RenderOnMouseMoveOff () |
Whether to invoke a render when the mouse moves. | |
virtual void | RenderOnMouseMoveOn () |
Whether to invoke a render when the mouse moves. | |
virtual void | SetRenderOnMouseMove (bool _arg) |
Whether to invoke a render when the mouse moves. | |
Static Public Member Functions | |
static new vtkInteractorStyleRubberBand2D | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkInteractorStyleRubberBand2D | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkInteractorStyleRubberBand2D" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "30vtkInteractorStyleRubberBand2D" |
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 | vtkInteractorStyleRubberBand2D_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkInteractorStyleRubberBand2D_GetEndPosition_01 (HandleRef pThis) |
static internal void | vtkInteractorStyleRubberBand2D_GetEndPosition_02 (HandleRef pThis, ref int _arg1, ref int _arg2) |
static internal void | vtkInteractorStyleRubberBand2D_GetEndPosition_03 (HandleRef pThis, IntPtr _arg) |
static internal int | vtkInteractorStyleRubberBand2D_GetInteraction_04 (HandleRef pThis) |
static internal byte | vtkInteractorStyleRubberBand2D_GetRenderOnMouseMove_05 (HandleRef pThis) |
static internal IntPtr | vtkInteractorStyleRubberBand2D_GetStartPosition_06 (HandleRef pThis) |
static internal void | vtkInteractorStyleRubberBand2D_GetStartPosition_07 (HandleRef pThis, ref int _arg1, ref int _arg2) |
static internal void | vtkInteractorStyleRubberBand2D_GetStartPosition_08 (HandleRef pThis, IntPtr _arg) |
static internal int | vtkInteractorStyleRubberBand2D_IsA_09 (HandleRef pThis, string type) |
static internal int | vtkInteractorStyleRubberBand2D_IsTypeOf_10 (string type) |
static internal IntPtr | vtkInteractorStyleRubberBand2D_NewInstance_12 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkInteractorStyleRubberBand2D_OnLeftButtonDown_13 (HandleRef pThis) |
static internal void | vtkInteractorStyleRubberBand2D_OnLeftButtonUp_14 (HandleRef pThis) |
static internal void | vtkInteractorStyleRubberBand2D_OnMiddleButtonDown_15 (HandleRef pThis) |
static internal void | vtkInteractorStyleRubberBand2D_OnMiddleButtonUp_16 (HandleRef pThis) |
static internal void | vtkInteractorStyleRubberBand2D_OnMouseMove_17 (HandleRef pThis) |
static internal void | vtkInteractorStyleRubberBand2D_OnMouseWheelBackward_18 (HandleRef pThis) |
static internal void | vtkInteractorStyleRubberBand2D_OnMouseWheelForward_19 (HandleRef pThis) |
static internal void | vtkInteractorStyleRubberBand2D_OnRightButtonDown_20 (HandleRef pThis) |
static internal void | vtkInteractorStyleRubberBand2D_OnRightButtonUp_21 (HandleRef pThis) |
static internal void | vtkInteractorStyleRubberBand2D_RenderOnMouseMoveOff_22 (HandleRef pThis) |
static internal void | vtkInteractorStyleRubberBand2D_RenderOnMouseMoveOn_23 (HandleRef pThis) |
static internal IntPtr | vtkInteractorStyleRubberBand2D_SafeDownCast_24 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkInteractorStyleRubberBand2D_SetRenderOnMouseMove_25 (HandleRef pThis, byte _arg) |
Static Private Member Functions | |
static | vtkInteractorStyleRubberBand2D () |
Automatically generated type registration mechanics. |
vtkInteractorStyleRubberBand2D - A rubber band interactor for a 2D view
Description vtkInteractorStyleRubberBand2D manages interaction in a 2D view. Camera rotation is not allowed with this interactor style. Zooming affects the camera's parallel scale only, and assumes that the camera is in parallel projection mode. The style also allows draws a rubber band using the left button. All camera changes invoke InteractionBeginEvent when the button is pressed, InteractionEvent when the mouse (or wheel) is moved, and InteractionEndEvent when the button is released. The bindings are as follows: Left mouse - Select (invokes a SelectionChangedEvent). Right mouse - Zoom. Middle mouse - Pan. Scroll wheel - Zoom.
static Kitware.VTK.vtkInteractorStyleRubberBand2D.vtkInteractorStyleRubberBand2D | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkInteractorStyleRubberBand2D.vtkInteractorStyleRubberBand2D | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkInteractorStyleRubberBand2D.Dispose | ( | bool | disposing | ) | [protected] |
Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
Reimplemented in Kitware.VTK.vtkInteractorStyleAreaSelectHover.
virtual int [] Kitware.VTK.vtkInteractorStyleRubberBand2D.GetEndPosition | ( | ) | [virtual] |
Access to the start and end positions (display coordinates) of the rubber band pick area. This is a convenience method for the wrapped languages since the event callData is lost when using those wrappings.
virtual void Kitware.VTK.vtkInteractorStyleRubberBand2D.GetEndPosition | ( | ref int | _arg1, |
ref int | _arg2 | ||
) | [virtual] |
Access to the start and end positions (display coordinates) of the rubber band pick area. This is a convenience method for the wrapped languages since the event callData is lost when using those wrappings.
virtual void Kitware.VTK.vtkInteractorStyleRubberBand2D.GetEndPosition | ( | IntPtr | _arg | ) | [virtual] |
Access to the start and end positions (display coordinates) of the rubber band pick area. This is a convenience method for the wrapped languages since the event callData is lost when using those wrappings.
virtual int Kitware.VTK.vtkInteractorStyleRubberBand2D.GetInteraction | ( | ) | [virtual] |
Current interaction state.
virtual bool Kitware.VTK.vtkInteractorStyleRubberBand2D.GetRenderOnMouseMove | ( | ) | [virtual] |
Whether to invoke a render when the mouse moves.
virtual int [] Kitware.VTK.vtkInteractorStyleRubberBand2D.GetStartPosition | ( | ) | [virtual] |
Access to the start and end positions (display coordinates) of the rubber band pick area. This is a convenience method for the wrapped languages since the event callData is lost when using those wrappings.
virtual void Kitware.VTK.vtkInteractorStyleRubberBand2D.GetStartPosition | ( | ref int | _arg1, |
ref int | _arg2 | ||
) | [virtual] |
Access to the start and end positions (display coordinates) of the rubber band pick area. This is a convenience method for the wrapped languages since the event callData is lost when using those wrappings.
virtual void Kitware.VTK.vtkInteractorStyleRubberBand2D.GetStartPosition | ( | IntPtr | _arg | ) | [virtual] |
Access to the start and end positions (display coordinates) of the rubber band pick area. This is a convenience method for the wrapped languages since the event callData is lost when using those wrappings.
override int Kitware.VTK.vtkInteractorStyleRubberBand2D.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
Reimplemented in Kitware.VTK.vtkInteractorStyleAreaSelectHover.
static new int Kitware.VTK.vtkInteractorStyleRubberBand2D.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
Reimplemented in Kitware.VTK.vtkInteractorStyleAreaSelectHover.
static new vtkInteractorStyleRubberBand2D Kitware.VTK.vtkInteractorStyleRubberBand2D.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
Reimplemented in Kitware.VTK.vtkInteractorStyleAreaSelectHover.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
Reimplemented in Kitware.VTK.vtkInteractorStyleAreaSelectHover.
override void Kitware.VTK.vtkInteractorStyleRubberBand2D.OnLeftButtonDown | ( | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
override void Kitware.VTK.vtkInteractorStyleRubberBand2D.OnLeftButtonUp | ( | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
override void Kitware.VTK.vtkInteractorStyleRubberBand2D.OnMiddleButtonDown | ( | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
override void Kitware.VTK.vtkInteractorStyleRubberBand2D.OnMiddleButtonUp | ( | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
override void Kitware.VTK.vtkInteractorStyleRubberBand2D.OnMouseMove | ( | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
Reimplemented in Kitware.VTK.vtkInteractorStyleAreaSelectHover.
override void Kitware.VTK.vtkInteractorStyleRubberBand2D.OnMouseWheelBackward | ( | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
override void Kitware.VTK.vtkInteractorStyleRubberBand2D.OnMouseWheelForward | ( | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
override void Kitware.VTK.vtkInteractorStyleRubberBand2D.OnRightButtonDown | ( | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
override void Kitware.VTK.vtkInteractorStyleRubberBand2D.OnRightButtonUp | ( | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
virtual void Kitware.VTK.vtkInteractorStyleRubberBand2D.RenderOnMouseMoveOff | ( | ) | [virtual] |
Whether to invoke a render when the mouse moves.
virtual void Kitware.VTK.vtkInteractorStyleRubberBand2D.RenderOnMouseMoveOn | ( | ) | [virtual] |
Whether to invoke a render when the mouse moves.
static new vtkInteractorStyleRubberBand2D Kitware.VTK.vtkInteractorStyleRubberBand2D.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
Reimplemented in Kitware.VTK.vtkInteractorStyleAreaSelectHover.
virtual void Kitware.VTK.vtkInteractorStyleRubberBand2D.SetRenderOnMouseMove | ( | bool | _arg | ) | [virtual] |
Whether to invoke a render when the mouse moves.
static internal IntPtr Kitware.VTK.vtkInteractorStyleRubberBand2D.vtkInteractorStyleRubberBand2D_GetEndPosition_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleRubberBand2D.vtkInteractorStyleRubberBand2D_GetEndPosition_02 | ( | HandleRef | pThis, |
ref int | _arg1, | ||
ref int | _arg2 | ||
) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleRubberBand2D.vtkInteractorStyleRubberBand2D_GetEndPosition_03 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal int Kitware.VTK.vtkInteractorStyleRubberBand2D.vtkInteractorStyleRubberBand2D_GetInteraction_04 | ( | HandleRef | pThis | ) | [private] |
static internal byte Kitware.VTK.vtkInteractorStyleRubberBand2D.vtkInteractorStyleRubberBand2D_GetRenderOnMouseMove_05 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkInteractorStyleRubberBand2D.vtkInteractorStyleRubberBand2D_GetStartPosition_06 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleRubberBand2D.vtkInteractorStyleRubberBand2D_GetStartPosition_07 | ( | HandleRef | pThis, |
ref int | _arg1, | ||
ref int | _arg2 | ||
) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleRubberBand2D.vtkInteractorStyleRubberBand2D_GetStartPosition_08 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal int Kitware.VTK.vtkInteractorStyleRubberBand2D.vtkInteractorStyleRubberBand2D_IsA_09 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkInteractorStyleRubberBand2D.vtkInteractorStyleRubberBand2D_IsTypeOf_10 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkInteractorStyleRubberBand2D.vtkInteractorStyleRubberBand2D_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkInteractorStyleRubberBand2D.vtkInteractorStyleRubberBand2D_NewInstance_12 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleRubberBand2D.vtkInteractorStyleRubberBand2D_OnLeftButtonDown_13 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleRubberBand2D.vtkInteractorStyleRubberBand2D_OnLeftButtonUp_14 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleRubberBand2D.vtkInteractorStyleRubberBand2D_OnMiddleButtonDown_15 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleRubberBand2D.vtkInteractorStyleRubberBand2D_OnMiddleButtonUp_16 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleRubberBand2D.vtkInteractorStyleRubberBand2D_OnMouseMove_17 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleRubberBand2D.vtkInteractorStyleRubberBand2D_OnMouseWheelBackward_18 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleRubberBand2D.vtkInteractorStyleRubberBand2D_OnMouseWheelForward_19 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleRubberBand2D.vtkInteractorStyleRubberBand2D_OnRightButtonDown_20 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleRubberBand2D.vtkInteractorStyleRubberBand2D_OnRightButtonUp_21 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleRubberBand2D.vtkInteractorStyleRubberBand2D_RenderOnMouseMoveOff_22 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleRubberBand2D.vtkInteractorStyleRubberBand2D_RenderOnMouseMoveOn_23 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkInteractorStyleRubberBand2D.vtkInteractorStyleRubberBand2D_SafeDownCast_24 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleRubberBand2D.vtkInteractorStyleRubberBand2D_SetRenderOnMouseMove_25 | ( | HandleRef | pThis, |
byte | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkInteractorStyleRubberBand2D.MRClassNameKey = "30vtkInteractorStyleRubberBand2D" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
Reimplemented in Kitware.VTK.vtkInteractorStyleAreaSelectHover.
new const string Kitware.VTK.vtkInteractorStyleRubberBand2D.MRFullTypeName = "Kitware.VTK.vtkInteractorStyleRubberBand2D" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
Reimplemented in Kitware.VTK.vtkInteractorStyleAreaSelectHover.