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

vtkInteractorStyleRubberBandZoom - zoom in by amount indicated by rubber band box More...

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

List of all members.

Public Member Functions

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

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "32vtkInteractorStyleRubberBandZoom"
 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 vtkInteractorStyleRubberBandZoom_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkInteractorStyleRubberBandZoom_IsA_01 (HandleRef pThis, string type)
static internal int vtkInteractorStyleRubberBandZoom_IsTypeOf_02 (string type)
static internal IntPtr vtkInteractorStyleRubberBandZoom_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkInteractorStyleRubberBandZoom_OnLeftButtonDown_05 (HandleRef pThis)
static internal void vtkInteractorStyleRubberBandZoom_OnLeftButtonUp_06 (HandleRef pThis)
static internal void vtkInteractorStyleRubberBandZoom_OnMouseMove_07 (HandleRef pThis)
static internal IntPtr vtkInteractorStyleRubberBandZoom_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)

Static Private Member Functions

static vtkInteractorStyleRubberBandZoom ()
 Automatically generated type registration mechanics.

Detailed Description

vtkInteractorStyleRubberBandZoom - zoom in by amount indicated by rubber band box

Description This interactor style allows the user to draw a rectangle in the render window using the left mouse button. When the mouse button is released, the current camera zooms by an amount determined from the shorter side of the drawn rectangle.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkInteractorStyle.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkInteractorStyle.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkInteractorStyle.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkInteractorStyle.

Event bindings.

Reimplemented from Kitware.VTK.vtkInteractorStyle.

Event bindings.

Reimplemented from Kitware.VTK.vtkInteractorStyle.

Event bindings.

Reimplemented from Kitware.VTK.vtkInteractorStyle.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkInteractorStyle.

Here is the call graph for this function:

static internal int Kitware.VTK.vtkInteractorStyleRubberBandZoom.vtkInteractorStyleRubberBandZoom_IsA_01 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkInteractorStyleRubberBandZoom.vtkInteractorStyleRubberBandZoom_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkInteractorStyleRubberBandZoom.vtkInteractorStyleRubberBandZoom_NewInstance_04 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkInteractorStyleRubberBandZoom.vtkInteractorStyleRubberBandZoom_SafeDownCast_08 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]

Member Data Documentation

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkInteractorStyle.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkInteractorStyle.


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