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

vtkInteractorStyleRubberBandPick - Like TrackBallCamera, but this can pick props underneath a rubber band selection rectangle. More...

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

List of all members.

Public Member Functions

 vtkInteractorStyleRubberBandPick (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkInteractorStyleRubberBandPick ()
 Undocumented Block.
override int IsA (string type)
 Undocumented Block.
new
vtkInteractorStyleRubberBandPick 
NewInstance ()
 Undocumented Block.
override void OnChar ()
 Event bindings.
override void OnLeftButtonDown ()
 Event bindings.
override void OnLeftButtonUp ()
 Event bindings.
override void OnMouseMove ()
 Event bindings.
void StartSelect ()
 Undocumented Block.

Static Public Member Functions

static new
vtkInteractorStyleRubberBandPick 
New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new
vtkInteractorStyleRubberBandPick 
SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "32vtkInteractorStyleRubberBandPick"
 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 vtkInteractorStyleRubberBandPick_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkInteractorStyleRubberBandPick_IsA_01 (HandleRef pThis, string type)
static internal int vtkInteractorStyleRubberBandPick_IsTypeOf_02 (string type)
static internal IntPtr vtkInteractorStyleRubberBandPick_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkInteractorStyleRubberBandPick_OnChar_05 (HandleRef pThis)
static internal void vtkInteractorStyleRubberBandPick_OnLeftButtonDown_06 (HandleRef pThis)
static internal void vtkInteractorStyleRubberBandPick_OnLeftButtonUp_07 (HandleRef pThis)
static internal void vtkInteractorStyleRubberBandPick_OnMouseMove_08 (HandleRef pThis)
static internal IntPtr vtkInteractorStyleRubberBandPick_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkInteractorStyleRubberBandPick_StartSelect_10 (HandleRef pThis)

Static Private Member Functions

static vtkInteractorStyleRubberBandPick ()
 Automatically generated type registration mechanics.

Detailed Description

vtkInteractorStyleRubberBandPick - Like TrackBallCamera, but this can pick props underneath a rubber band selection rectangle.

Description This interactor style allows the user to draw a rectangle in the render window by hitting 'r' and then using the left mouse button. When the mouse button is released, the attached picker operates on the pixel in the center of the selection rectangle. If the picker happens to be a vtkAreaPicker it will operate on the entire selection rectangle. When the 'p' key is hit the above pick operation occurs on a 1x1 rectangle. In other respects it behaves the same as its parent class.

vtkAreaPicker


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkInteractorStyleRubberBandPick.vtkInteractorStyleRubberBandPick ( 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.vtkInteractorStyleRubberBandPick.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.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkInteractorStyleTrackballCamera.

static new int Kitware.VTK.vtkInteractorStyleRubberBandPick.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.

Event bindings.

Reimplemented from Kitware.VTK.vtkInteractorStyle.

Event bindings.

Reimplemented from Kitware.VTK.vtkInteractorStyleTrackballCamera.

Event bindings.

Reimplemented from Kitware.VTK.vtkInteractorStyleTrackballCamera.

Event bindings.

Reimplemented from Kitware.VTK.vtkInteractorStyleTrackballCamera.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkInteractorStyleTrackballCamera.

Here is the call graph for this function:

Undocumented Block.

static internal int Kitware.VTK.vtkInteractorStyleRubberBandPick.vtkInteractorStyleRubberBandPick_IsA_01 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkInteractorStyleRubberBandPick.vtkInteractorStyleRubberBandPick_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkInteractorStyleRubberBandPick.vtkInteractorStyleRubberBandPick_NewInstance_04 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkInteractorStyleRubberBandPick.vtkInteractorStyleRubberBandPick_SafeDownCast_09 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkInteractorStyleRubberBandPick.MRClassNameKey = "32vtkInteractorStyleRubberBandPick" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkInteractorStyleTrackballCamera.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkInteractorStyleTrackballCamera.


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