ActiViz .NET
5.8.0
|
vtkInteractorStyleRubberBandPick - Like TrackBallCamera, but this can pick props underneath a rubber band selection rectangle. More...
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. |
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.
static Kitware.VTK.vtkInteractorStyleRubberBandPick.vtkInteractorStyleRubberBandPick | ( | ) | [static, private] |
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.
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.
static new vtkInteractorStyleRubberBandPick Kitware.VTK.vtkInteractorStyleRubberBandPick.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkInteractorStyleTrackballCamera.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkInteractorStyleTrackballCamera.
override void Kitware.VTK.vtkInteractorStyleRubberBandPick.OnChar | ( | ) | [virtual] |
Event bindings.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
override void Kitware.VTK.vtkInteractorStyleRubberBandPick.OnLeftButtonDown | ( | ) | [virtual] |
Event bindings.
Reimplemented from Kitware.VTK.vtkInteractorStyleTrackballCamera.
override void Kitware.VTK.vtkInteractorStyleRubberBandPick.OnLeftButtonUp | ( | ) | [virtual] |
Event bindings.
Reimplemented from Kitware.VTK.vtkInteractorStyleTrackballCamera.
override void Kitware.VTK.vtkInteractorStyleRubberBandPick.OnMouseMove | ( | ) | [virtual] |
Event bindings.
Reimplemented from Kitware.VTK.vtkInteractorStyleTrackballCamera.
static new vtkInteractorStyleRubberBandPick Kitware.VTK.vtkInteractorStyleRubberBandPick.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkInteractorStyleTrackballCamera.
Undocumented Block.
static internal int Kitware.VTK.vtkInteractorStyleRubberBandPick.vtkInteractorStyleRubberBandPick_IsA_01 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkInteractorStyleRubberBandPick.vtkInteractorStyleRubberBandPick_IsTypeOf_02 | ( | 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 void Kitware.VTK.vtkInteractorStyleRubberBandPick.vtkInteractorStyleRubberBandPick_OnChar_05 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleRubberBandPick.vtkInteractorStyleRubberBandPick_OnLeftButtonDown_06 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleRubberBandPick.vtkInteractorStyleRubberBandPick_OnLeftButtonUp_07 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleRubberBandPick.vtkInteractorStyleRubberBandPick_OnMouseMove_08 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkInteractorStyleRubberBandPick.vtkInteractorStyleRubberBandPick_SafeDownCast_09 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleRubberBandPick.vtkInteractorStyleRubberBandPick_StartSelect_10 | ( | HandleRef | pThis | ) | [private] |
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.