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

vtkInteractorStyleRubberBand3D - A rubber band interactor for a 3D view More...

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

List of all members.

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, ROTATING = 3, SELECTING = 4,
  ZOOMING = 2
}
 Current interaction state. More...

Public Member Functions

 vtkInteractorStyleRubberBand3D (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkInteractorStyleRubberBand3D ()
 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 vtkInteractorStyleRubberBand3D 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
vtkInteractorStyleRubberBand3D 
New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new
vtkInteractorStyleRubberBand3D 
SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "30vtkInteractorStyleRubberBand3D"
 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 vtkInteractorStyleRubberBand3D_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkInteractorStyleRubberBand3D_GetEndPosition_01 (HandleRef pThis)
static internal void vtkInteractorStyleRubberBand3D_GetEndPosition_02 (HandleRef pThis, ref int _arg1, ref int _arg2)
static internal void vtkInteractorStyleRubberBand3D_GetEndPosition_03 (HandleRef pThis, IntPtr _arg)
static internal int vtkInteractorStyleRubberBand3D_GetInteraction_04 (HandleRef pThis)
static internal byte vtkInteractorStyleRubberBand3D_GetRenderOnMouseMove_05 (HandleRef pThis)
static internal IntPtr vtkInteractorStyleRubberBand3D_GetStartPosition_06 (HandleRef pThis)
static internal void vtkInteractorStyleRubberBand3D_GetStartPosition_07 (HandleRef pThis, ref int _arg1, ref int _arg2)
static internal void vtkInteractorStyleRubberBand3D_GetStartPosition_08 (HandleRef pThis, IntPtr _arg)
static internal int vtkInteractorStyleRubberBand3D_IsA_09 (HandleRef pThis, string type)
static internal int vtkInteractorStyleRubberBand3D_IsTypeOf_10 (string type)
static internal IntPtr vtkInteractorStyleRubberBand3D_NewInstance_12 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkInteractorStyleRubberBand3D_OnLeftButtonDown_13 (HandleRef pThis)
static internal void vtkInteractorStyleRubberBand3D_OnLeftButtonUp_14 (HandleRef pThis)
static internal void vtkInteractorStyleRubberBand3D_OnMiddleButtonDown_15 (HandleRef pThis)
static internal void vtkInteractorStyleRubberBand3D_OnMiddleButtonUp_16 (HandleRef pThis)
static internal void vtkInteractorStyleRubberBand3D_OnMouseMove_17 (HandleRef pThis)
static internal void vtkInteractorStyleRubberBand3D_OnMouseWheelBackward_18 (HandleRef pThis)
static internal void vtkInteractorStyleRubberBand3D_OnMouseWheelForward_19 (HandleRef pThis)
static internal void vtkInteractorStyleRubberBand3D_OnRightButtonDown_20 (HandleRef pThis)
static internal void vtkInteractorStyleRubberBand3D_OnRightButtonUp_21 (HandleRef pThis)
static internal void vtkInteractorStyleRubberBand3D_RenderOnMouseMoveOff_22 (HandleRef pThis)
static internal void vtkInteractorStyleRubberBand3D_RenderOnMouseMoveOn_23 (HandleRef pThis)
static internal IntPtr vtkInteractorStyleRubberBand3D_SafeDownCast_24 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkInteractorStyleRubberBand3D_SetRenderOnMouseMove_25 (HandleRef pThis, byte _arg)

Static Private Member Functions

static vtkInteractorStyleRubberBand3D ()
 Automatically generated type registration mechanics.

Detailed Description

vtkInteractorStyleRubberBand3D - A rubber band interactor for a 3D view

Description vtkInteractorStyleRubberBand3D manages interaction in a 3D view. 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 - Rotate. Shift + right mouse - Zoom. Middle mouse - Pan. Scroll wheel - Zoom.


Member Enumeration Documentation

Current interaction state.

Enumerator:
NONE 

enum member

PANNING 

enum member

ROTATING 

enum member

SELECTING 

enum member

ZOOMING 

enum member

Whether to invoke a render when the mouse moves.

Enumerator:
SELECT_NORMAL 

enum member

SELECT_UNION 

enum member


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

override void Kitware.VTK.vtkInteractorStyleRubberBand3D.Dispose ( bool  disposing) [protected]

Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Reimplemented from Kitware.VTK.vtkInteractorStyleTrackballCamera.

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.vtkInteractorStyleRubberBand3D.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.vtkInteractorStyleRubberBand3D.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.

Current interaction state.

Whether to invoke a render when the mouse moves.

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.vtkInteractorStyleRubberBand3D.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.vtkInteractorStyleRubberBand3D.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.vtkInteractorStyleRubberBand3D.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkInteractorStyleTrackballCamera.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkInteractorStyleTrackballCamera.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkInteractorStyleTrackballCamera.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkInteractorStyleTrackballCamera.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkInteractorStyleTrackballCamera.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkInteractorStyleTrackballCamera.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkInteractorStyleTrackballCamera.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkInteractorStyleTrackballCamera.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkInteractorStyleTrackballCamera.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkInteractorStyleTrackballCamera.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkInteractorStyleTrackballCamera.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkInteractorStyleTrackballCamera.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkInteractorStyleTrackballCamera.

Whether to invoke a render when the mouse moves.

Whether to invoke a render when the mouse moves.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkInteractorStyleTrackballCamera.

Here is the call graph for this function:

Whether to invoke a render when the mouse moves.

static internal void Kitware.VTK.vtkInteractorStyleRubberBand3D.vtkInteractorStyleRubberBand3D_GetEndPosition_02 ( HandleRef  pThis,
ref int  _arg1,
ref int  _arg2 
) [private]
static internal void Kitware.VTK.vtkInteractorStyleRubberBand3D.vtkInteractorStyleRubberBand3D_GetEndPosition_03 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkInteractorStyleRubberBand3D.vtkInteractorStyleRubberBand3D_GetStartPosition_07 ( HandleRef  pThis,
ref int  _arg1,
ref int  _arg2 
) [private]
static internal void Kitware.VTK.vtkInteractorStyleRubberBand3D.vtkInteractorStyleRubberBand3D_GetStartPosition_08 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal int Kitware.VTK.vtkInteractorStyleRubberBand3D.vtkInteractorStyleRubberBand3D_IsA_09 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkInteractorStyleRubberBand3D.vtkInteractorStyleRubberBand3D_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkInteractorStyleRubberBand3D.vtkInteractorStyleRubberBand3D_NewInstance_12 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkInteractorStyleRubberBand3D.vtkInteractorStyleRubberBand3D_SafeDownCast_24 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkInteractorStyleRubberBand3D.vtkInteractorStyleRubberBand3D_SetRenderOnMouseMove_25 ( HandleRef  pThis,
byte  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkInteractorStyleRubberBand3D.MRClassNameKey = "30vtkInteractorStyleRubberBand3D" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkInteractorStyleTrackballCamera.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkInteractorStyleTrackballCamera.


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