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

vtkInteractorStyleAreaSelectHover - An interactor style for an area tree view More...

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

List of all members.

Public Member Functions

 vtkInteractorStyleAreaSelectHover (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkInteractorStyleAreaSelectHover ()
 Undocumented Block.
double GetHighLightWidth ()
 The width of the line around the hovered vertex.
int GetIdAtPos (int x, int y)
 Obtain the tree vertex id at the position specified.
virtual string GetLabelField ()
 The name of the field to use when displaying text in the hover balloon.
virtual vtkAreaLayout GetLayout ()
 Must be set to the vtkAreaLayout used to compute the bounds of each vertex.
virtual bool GetUseRectangularCoordinates ()
 Determine whether or not to use rectangular coordinates instead of polar coordinates.
override int IsA (string type)
 Undocumented Block.
new
vtkInteractorStyleAreaSelectHover 
NewInstance ()
 Undocumented Block.
override void OnMouseMove ()
 Overridden from vtkInteractorStyleImage to provide the desired interaction behavior.
void SetHighLightColor (double r, double g, double b)
 Set the color used to highlight the hovered vertex.
void SetHighLightWidth (double lw)
 The width of the line around the hovered vertex.
override void SetInteractor (vtkRenderWindowInteractor rwi)
 Set the interactor that this interactor style works with.
virtual void SetLabelField (string _arg)
 The name of the field to use when displaying text in the hover balloon.
void SetLayout (vtkAreaLayout layout)
 Must be set to the vtkAreaLayout used to compute the bounds of each vertex.
virtual void SetUseRectangularCoordinates (bool _arg)
 Determine whether or not to use rectangular coordinates instead of polar coordinates.
virtual void UseRectangularCoordinatesOff ()
 Determine whether or not to use rectangular coordinates instead of polar coordinates.
virtual void UseRectangularCoordinatesOn ()
 Determine whether or not to use rectangular coordinates instead of polar coordinates.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "33vtkInteractorStyleAreaSelectHover"
 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 vtkInteractorStyleAreaSelectHover_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal double vtkInteractorStyleAreaSelectHover_GetHighLightWidth_01 (HandleRef pThis)
static internal int vtkInteractorStyleAreaSelectHover_GetIdAtPos_02 (HandleRef pThis, int x, int y)
static internal IntPtr vtkInteractorStyleAreaSelectHover_GetLabelField_03 (HandleRef pThis)
static internal IntPtr vtkInteractorStyleAreaSelectHover_GetLayout_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal byte vtkInteractorStyleAreaSelectHover_GetUseRectangularCoordinates_05 (HandleRef pThis)
static internal int vtkInteractorStyleAreaSelectHover_IsA_06 (HandleRef pThis, string type)
static internal int vtkInteractorStyleAreaSelectHover_IsTypeOf_07 (string type)
static internal IntPtr vtkInteractorStyleAreaSelectHover_NewInstance_09 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkInteractorStyleAreaSelectHover_OnMouseMove_10 (HandleRef pThis)
static internal IntPtr vtkInteractorStyleAreaSelectHover_SafeDownCast_11 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkInteractorStyleAreaSelectHover_SetHighLightColor_12 (HandleRef pThis, double r, double g, double b)
static internal void vtkInteractorStyleAreaSelectHover_SetHighLightWidth_13 (HandleRef pThis, double lw)
static internal void vtkInteractorStyleAreaSelectHover_SetInteractor_14 (HandleRef pThis, HandleRef rwi)
static internal void vtkInteractorStyleAreaSelectHover_SetLabelField_15 (HandleRef pThis, string _arg)
static internal void vtkInteractorStyleAreaSelectHover_SetLayout_16 (HandleRef pThis, HandleRef layout)
static internal void vtkInteractorStyleAreaSelectHover_SetUseRectangularCoordinates_17 (HandleRef pThis, byte _arg)
static internal void vtkInteractorStyleAreaSelectHover_UseRectangularCoordinatesOff_18 (HandleRef pThis)
static internal void vtkInteractorStyleAreaSelectHover_UseRectangularCoordinatesOn_19 (HandleRef pThis)

Static Private Member Functions

static vtkInteractorStyleAreaSelectHover ()
 Automatically generated type registration mechanics.

Detailed Description

vtkInteractorStyleAreaSelectHover - An interactor style for an area tree view

Description The vtkInteractorStyleAreaSelectHover specifically works with pipelines that create a hierarchical tree. Such pipelines will have a vtkAreaLayout filter which must be passed to this interactor style for it to function correctly. This interactor style allows only 2D panning and zooming, rubber band selection and provides a balloon containing the name of the vertex hovered over.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

The width of the line around the hovered vertex.

Obtain the tree vertex id at the position specified.

The name of the field to use when displaying text in the hover balloon.

Must be set to the vtkAreaLayout used to compute the bounds of each vertex.

Here is the call graph for this function:

Determine whether or not to use rectangular coordinates instead of polar coordinates.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkInteractorStyleRubberBand2D.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkInteractorStyleRubberBand2D.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkInteractorStyleRubberBand2D.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkInteractorStyleRubberBand2D.

Overridden from vtkInteractorStyleImage to provide the desired interaction behavior.

Reimplemented from Kitware.VTK.vtkInteractorStyleRubberBand2D.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkInteractorStyleRubberBand2D.

Here is the call graph for this function:

void Kitware.VTK.vtkInteractorStyleAreaSelectHover.SetHighLightColor ( double  r,
double  g,
double  b 
)

Set the color used to highlight the hovered vertex.

The width of the line around the hovered vertex.

Set the interactor that this interactor style works with.

Reimplemented from Kitware.VTK.vtkInteractorStyle.

virtual void Kitware.VTK.vtkInteractorStyleAreaSelectHover.SetLabelField ( string  _arg) [virtual]

The name of the field to use when displaying text in the hover balloon.

Must be set to the vtkAreaLayout used to compute the bounds of each vertex.

Determine whether or not to use rectangular coordinates instead of polar coordinates.

Determine whether or not to use rectangular coordinates instead of polar coordinates.

Determine whether or not to use rectangular coordinates instead of polar coordinates.

static internal int Kitware.VTK.vtkInteractorStyleAreaSelectHover.vtkInteractorStyleAreaSelectHover_GetIdAtPos_02 ( HandleRef  pThis,
int  x,
int  y 
) [private]
static internal IntPtr Kitware.VTK.vtkInteractorStyleAreaSelectHover.vtkInteractorStyleAreaSelectHover_GetLayout_04 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkInteractorStyleAreaSelectHover.vtkInteractorStyleAreaSelectHover_IsA_06 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkInteractorStyleAreaSelectHover.vtkInteractorStyleAreaSelectHover_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkInteractorStyleAreaSelectHover.vtkInteractorStyleAreaSelectHover_NewInstance_09 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkInteractorStyleAreaSelectHover.vtkInteractorStyleAreaSelectHover_SafeDownCast_11 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkInteractorStyleAreaSelectHover.vtkInteractorStyleAreaSelectHover_SetHighLightColor_12 ( HandleRef  pThis,
double  r,
double  g,
double  b 
) [private]
static internal void Kitware.VTK.vtkInteractorStyleAreaSelectHover.vtkInteractorStyleAreaSelectHover_SetHighLightWidth_13 ( HandleRef  pThis,
double  lw 
) [private]
static internal void Kitware.VTK.vtkInteractorStyleAreaSelectHover.vtkInteractorStyleAreaSelectHover_SetInteractor_14 ( HandleRef  pThis,
HandleRef  rwi 
) [private]
static internal void Kitware.VTK.vtkInteractorStyleAreaSelectHover.vtkInteractorStyleAreaSelectHover_SetLabelField_15 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkInteractorStyleAreaSelectHover.vtkInteractorStyleAreaSelectHover_SetLayout_16 ( HandleRef  pThis,
HandleRef  layout 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkInteractorStyleAreaSelectHover.MRClassNameKey = "33vtkInteractorStyleAreaSelectHover" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkInteractorStyleRubberBand2D.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkInteractorStyleRubberBand2D.


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