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

vtkSphereHandleRepresentation - A spherical rendition of point in 3D space More...

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

List of all members.

Public Member Functions

 vtkSphereHandleRepresentation (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkSphereHandleRepresentation ()
 Instantiate this class.
override void BuildRepresentation ()
 Methods to make this class properly act like a vtkWidgetRepresentation.
override int ComputeInteractionState (int X, int Y, int modify)
 Methods to make this class properly act like a vtkWidgetRepresentation.
override void DeepCopy (vtkProp prop)
 Methods to make this class behave as a vtkProp.
override void GetActors (vtkPropCollection arg0)
 Methods to make this class behave as a vtkProp.
override double[] GetBounds ()
 Methods to make this class properly act like a vtkWidgetRepresentation.
virtual double GetHotSpotSize ()
 Set the "hot spot" size; i.e., the region around the focus, in which the motion vector is used to control the constrained sliding action. Note the size is specified as a fraction of the length of the diagonal of the point widget's bounding box.
virtual double GetHotSpotSizeMaxValue ()
 Set the "hot spot" size; i.e., the region around the focus, in which the motion vector is used to control the constrained sliding action. Note the size is specified as a fraction of the length of the diagonal of the point widget's bounding box.
virtual double GetHotSpotSizeMinValue ()
 Set the "hot spot" size; i.e., the region around the focus, in which the motion vector is used to control the constrained sliding action. Note the size is specified as a fraction of the length of the diagonal of the point widget's bounding box.
virtual vtkProperty GetProperty ()
 Set/Get the handle properties when unselected and selected.
virtual vtkProperty GetSelectedProperty ()
 Set/Get the handle properties when unselected and selected.
double GetSphereRadius ()
 If translation mode is on, as the widget is moved the bounding box, shadows, and cursor are all translated simultaneously as the point moves (i.e., the left and middle mouse buttons act the same). Otherwise, only the cursor focal point moves, which is constrained by the bounds of the point representation. (Note that the bounds can be scaled up using the right mouse button.)
virtual int GetTranslationMode ()
 If translation mode is on, as the widget is moved the bounding box, shadows, and cursor are all translated simultaneously as the point moves (i.e., the left and middle mouse buttons act the same). Otherwise, only the cursor focal point moves, which is constrained by the bounds of the point representation. (Note that the bounds can be scaled up using the right mouse button.)
override int HasTranslucentPolygonalGeometry ()
 Methods to make this class behave as a vtkProp.
override void Highlight (int highlight)
 Methods to make this class behave as a vtkProp.
override int IsA (string type)
 Standard methods for instances of this class.
new vtkSphereHandleRepresentation NewInstance ()
 Standard methods for instances of this class.
override void PlaceWidget (IntPtr bounds)
 Methods to make this class properly act like a vtkWidgetRepresentation.
override void ReleaseGraphicsResources (vtkWindow arg0)
 Methods to make this class behave as a vtkProp.
override int RenderOpaqueGeometry (vtkViewport viewport)
 Methods to make this class behave as a vtkProp.
override int RenderTranslucentPolygonalGeometry (vtkViewport viewport)
 Methods to make this class behave as a vtkProp.
override void SetDisplayPosition (IntPtr p)
 Set the position of the point in world and display coordinates. Note that if the position is set outside of the bounding box, it will be clamped to the boundary of the bounding box. This method overloads the superclasses' SetWorldPosition() and SetDisplayPosition() in order to set the focal point of the cursor properly.
override void SetHandleSize (double size)
 Overload the superclasses SetHandleSize() method to update internal variables.
virtual void SetHotSpotSize (double _arg)
 Set the "hot spot" size; i.e., the region around the focus, in which the motion vector is used to control the constrained sliding action. Note the size is specified as a fraction of the length of the diagonal of the point widget's bounding box.
void SetProperty (vtkProperty arg0)
 Set/Get the handle properties when unselected and selected.
void SetSelectedProperty (vtkProperty arg0)
 Set/Get the handle properties when unselected and selected.
void SetSphereRadius (double arg0)
 If translation mode is on, as the widget is moved the bounding box, shadows, and cursor are all translated simultaneously as the point moves (i.e., the left and middle mouse buttons act the same). Otherwise, only the cursor focal point moves, which is constrained by the bounds of the point representation. (Note that the bounds can be scaled up using the right mouse button.)
virtual void SetTranslationMode (int _arg)
 If translation mode is on, as the widget is moved the bounding box, shadows, and cursor are all translated simultaneously as the point moves (i.e., the left and middle mouse buttons act the same). Otherwise, only the cursor focal point moves, which is constrained by the bounds of the point representation. (Note that the bounds can be scaled up using the right mouse button.)
override void SetWorldPosition (IntPtr p)
 Set the position of the point in world and display coordinates. Note that if the position is set outside of the bounding box, it will be clamped to the boundary of the bounding box. This method overloads the superclasses' SetWorldPosition() and SetDisplayPosition() in order to set the focal point of the cursor properly.
override void ShallowCopy (vtkProp prop)
 Methods to make this class behave as a vtkProp.
override void StartWidgetInteraction (IntPtr eventPos)
 Methods to make this class properly act like a vtkWidgetRepresentation.
virtual void TranslationModeOff ()
 If translation mode is on, as the widget is moved the bounding box, shadows, and cursor are all translated simultaneously as the point moves (i.e., the left and middle mouse buttons act the same). Otherwise, only the cursor focal point moves, which is constrained by the bounds of the point representation. (Note that the bounds can be scaled up using the right mouse button.)
virtual void TranslationModeOn ()
 If translation mode is on, as the widget is moved the bounding box, shadows, and cursor are all translated simultaneously as the point moves (i.e., the left and middle mouse buttons act the same). Otherwise, only the cursor focal point moves, which is constrained by the bounds of the point representation. (Note that the bounds can be scaled up using the right mouse button.)
override void WidgetInteraction (IntPtr eventPos)
 Methods to make this class properly act like a vtkWidgetRepresentation.

Static Public Member Functions

static new
vtkSphereHandleRepresentation 
New ()
 Instantiate this class.
static new int IsTypeOf (string type)
 Standard methods for instances of this class.
static new
vtkSphereHandleRepresentation 
SafeDownCast (vtkObjectBase o)
 Standard methods for instances of this class.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "29vtkSphereHandleRepresentation"
 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 vtkSphereHandleRepresentation_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkSphereHandleRepresentation_BuildRepresentation_01 (HandleRef pThis)
static internal int vtkSphereHandleRepresentation_ComputeInteractionState_02 (HandleRef pThis, int X, int Y, int modify)
static internal void vtkSphereHandleRepresentation_DeepCopy_03 (HandleRef pThis, HandleRef prop)
static internal void vtkSphereHandleRepresentation_GetActors_04 (HandleRef pThis, HandleRef arg0)
static internal IntPtr vtkSphereHandleRepresentation_GetBounds_05 (HandleRef pThis)
static internal double vtkSphereHandleRepresentation_GetHotSpotSize_06 (HandleRef pThis)
static internal double vtkSphereHandleRepresentation_GetHotSpotSizeMaxValue_07 (HandleRef pThis)
static internal double vtkSphereHandleRepresentation_GetHotSpotSizeMinValue_08 (HandleRef pThis)
static internal IntPtr vtkSphereHandleRepresentation_GetProperty_09 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkSphereHandleRepresentation_GetSelectedProperty_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal double vtkSphereHandleRepresentation_GetSphereRadius_11 (HandleRef pThis)
static internal int vtkSphereHandleRepresentation_GetTranslationMode_12 (HandleRef pThis)
static internal int vtkSphereHandleRepresentation_HasTranslucentPolygonalGeometry_13 (HandleRef pThis)
static internal void vtkSphereHandleRepresentation_Highlight_14 (HandleRef pThis, int highlight)
static internal int vtkSphereHandleRepresentation_IsA_15 (HandleRef pThis, string type)
static internal int vtkSphereHandleRepresentation_IsTypeOf_16 (string type)
static internal IntPtr vtkSphereHandleRepresentation_NewInstance_18 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkSphereHandleRepresentation_PlaceWidget_19 (HandleRef pThis, IntPtr bounds)
static internal void vtkSphereHandleRepresentation_ReleaseGraphicsResources_20 (HandleRef pThis, HandleRef arg0)
static internal int vtkSphereHandleRepresentation_RenderOpaqueGeometry_21 (HandleRef pThis, HandleRef viewport)
static internal int vtkSphereHandleRepresentation_RenderTranslucentPolygonalGeometry_22 (HandleRef pThis, HandleRef viewport)
static internal IntPtr vtkSphereHandleRepresentation_SafeDownCast_23 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkSphereHandleRepresentation_SetDisplayPosition_24 (HandleRef pThis, IntPtr p)
static internal void vtkSphereHandleRepresentation_SetHandleSize_25 (HandleRef pThis, double size)
static internal void vtkSphereHandleRepresentation_SetHotSpotSize_26 (HandleRef pThis, double _arg)
static internal void vtkSphereHandleRepresentation_SetProperty_27 (HandleRef pThis, HandleRef arg0)
static internal void vtkSphereHandleRepresentation_SetSelectedProperty_28 (HandleRef pThis, HandleRef arg0)
static internal void vtkSphereHandleRepresentation_SetSphereRadius_29 (HandleRef pThis, double arg0)
static internal void vtkSphereHandleRepresentation_SetTranslationMode_30 (HandleRef pThis, int _arg)
static internal void vtkSphereHandleRepresentation_SetWorldPosition_31 (HandleRef pThis, IntPtr p)
static internal void vtkSphereHandleRepresentation_ShallowCopy_32 (HandleRef pThis, HandleRef prop)
static internal void vtkSphereHandleRepresentation_StartWidgetInteraction_33 (HandleRef pThis, IntPtr eventPos)
static internal void vtkSphereHandleRepresentation_TranslationModeOff_34 (HandleRef pThis)
static internal void vtkSphereHandleRepresentation_TranslationModeOn_35 (HandleRef pThis)
static internal void vtkSphereHandleRepresentation_WidgetInteraction_36 (HandleRef pThis, IntPtr eventPos)

Static Private Member Functions

static vtkSphereHandleRepresentation ()
 Automatically generated type registration mechanics.

Detailed Description

vtkSphereHandleRepresentation - A spherical rendition of point in 3D space

Description This class is a concrete implementation of vtkHandleRepresentation. It renders handles as spherical blobs in 3D space.

vtkHandleRepresentation vtkHandleWidget vtkSphereSource


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Instantiate this class.


Member Function Documentation

Methods to make this class properly act like a vtkWidgetRepresentation.

Reimplemented from Kitware.VTK.vtkWidgetRepresentation.

override int Kitware.VTK.vtkSphereHandleRepresentation.ComputeInteractionState ( int  X,
int  Y,
int  modify 
) [virtual]

Methods to make this class properly act like a vtkWidgetRepresentation.

Reimplemented from Kitware.VTK.vtkWidgetRepresentation.

Methods to make this class behave as a vtkProp.

Reimplemented from Kitware.VTK.vtkHandleRepresentation.

override void Kitware.VTK.vtkSphereHandleRepresentation.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.vtkHandleRepresentation.

Methods to make this class behave as a vtkProp.

Reimplemented from Kitware.VTK.vtkWidgetRepresentation.

override double [] Kitware.VTK.vtkSphereHandleRepresentation.GetBounds ( ) [virtual]

Methods to make this class properly act like a vtkWidgetRepresentation.

Reimplemented from Kitware.VTK.vtkWidgetRepresentation.

Set the "hot spot" size; i.e., the region around the focus, in which the motion vector is used to control the constrained sliding action. Note the size is specified as a fraction of the length of the diagonal of the point widget's bounding box.

Set the "hot spot" size; i.e., the region around the focus, in which the motion vector is used to control the constrained sliding action. Note the size is specified as a fraction of the length of the diagonal of the point widget's bounding box.

Set the "hot spot" size; i.e., the region around the focus, in which the motion vector is used to control the constrained sliding action. Note the size is specified as a fraction of the length of the diagonal of the point widget's bounding box.

Set/Get the handle properties when unselected and selected.

Here is the call graph for this function:

Set/Get the handle properties when unselected and selected.

Here is the call graph for this function:

If translation mode is on, as the widget is moved the bounding box, shadows, and cursor are all translated simultaneously as the point moves (i.e., the left and middle mouse buttons act the same). Otherwise, only the cursor focal point moves, which is constrained by the bounds of the point representation. (Note that the bounds can be scaled up using the right mouse button.)

If translation mode is on, as the widget is moved the bounding box, shadows, and cursor are all translated simultaneously as the point moves (i.e., the left and middle mouse buttons act the same). Otherwise, only the cursor focal point moves, which is constrained by the bounds of the point representation. (Note that the bounds can be scaled up using the right mouse button.)

Methods to make this class behave as a vtkProp.

Reimplemented from Kitware.VTK.vtkWidgetRepresentation.

override void Kitware.VTK.vtkSphereHandleRepresentation.Highlight ( int  highlight) [virtual]

Methods to make this class behave as a vtkProp.

Reimplemented from Kitware.VTK.vtkWidgetRepresentation.

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

Standard methods for instances of this class.

Reimplemented from Kitware.VTK.vtkHandleRepresentation.

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

Standard methods for instances of this class.

Reimplemented from Kitware.VTK.vtkHandleRepresentation.

Instantiate this class.

Reimplemented from Kitware.VTK.vtkObject.

Standard methods for instances of this class.

Reimplemented from Kitware.VTK.vtkHandleRepresentation.

override void Kitware.VTK.vtkSphereHandleRepresentation.PlaceWidget ( IntPtr  bounds) [virtual]

Methods to make this class properly act like a vtkWidgetRepresentation.

Reimplemented from Kitware.VTK.vtkWidgetRepresentation.

Methods to make this class behave as a vtkProp.

Reimplemented from Kitware.VTK.vtkWidgetRepresentation.

Methods to make this class behave as a vtkProp.

Reimplemented from Kitware.VTK.vtkWidgetRepresentation.

Methods to make this class behave as a vtkProp.

Reimplemented from Kitware.VTK.vtkWidgetRepresentation.

Standard methods for instances of this class.

Reimplemented from Kitware.VTK.vtkHandleRepresentation.

Here is the call graph for this function:

override void Kitware.VTK.vtkSphereHandleRepresentation.SetDisplayPosition ( IntPtr  p) [virtual]

Set the position of the point in world and display coordinates. Note that if the position is set outside of the bounding box, it will be clamped to the boundary of the bounding box. This method overloads the superclasses' SetWorldPosition() and SetDisplayPosition() in order to set the focal point of the cursor properly.

Reimplemented from Kitware.VTK.vtkHandleRepresentation.

override void Kitware.VTK.vtkSphereHandleRepresentation.SetHandleSize ( double  size) [virtual]

Overload the superclasses SetHandleSize() method to update internal variables.

Reimplemented from Kitware.VTK.vtkWidgetRepresentation.

virtual void Kitware.VTK.vtkSphereHandleRepresentation.SetHotSpotSize ( double  _arg) [virtual]

Set the "hot spot" size; i.e., the region around the focus, in which the motion vector is used to control the constrained sliding action. Note the size is specified as a fraction of the length of the diagonal of the point widget's bounding box.

Set/Get the handle properties when unselected and selected.

Set/Get the handle properties when unselected and selected.

If translation mode is on, as the widget is moved the bounding box, shadows, and cursor are all translated simultaneously as the point moves (i.e., the left and middle mouse buttons act the same). Otherwise, only the cursor focal point moves, which is constrained by the bounds of the point representation. (Note that the bounds can be scaled up using the right mouse button.)

If translation mode is on, as the widget is moved the bounding box, shadows, and cursor are all translated simultaneously as the point moves (i.e., the left and middle mouse buttons act the same). Otherwise, only the cursor focal point moves, which is constrained by the bounds of the point representation. (Note that the bounds can be scaled up using the right mouse button.)

override void Kitware.VTK.vtkSphereHandleRepresentation.SetWorldPosition ( IntPtr  p) [virtual]

Set the position of the point in world and display coordinates. Note that if the position is set outside of the bounding box, it will be clamped to the boundary of the bounding box. This method overloads the superclasses' SetWorldPosition() and SetDisplayPosition() in order to set the focal point of the cursor properly.

Reimplemented from Kitware.VTK.vtkHandleRepresentation.

Methods to make this class behave as a vtkProp.

Reimplemented from Kitware.VTK.vtkHandleRepresentation.

override void Kitware.VTK.vtkSphereHandleRepresentation.StartWidgetInteraction ( IntPtr  eventPos) [virtual]

Methods to make this class properly act like a vtkWidgetRepresentation.

Reimplemented from Kitware.VTK.vtkWidgetRepresentation.

If translation mode is on, as the widget is moved the bounding box, shadows, and cursor are all translated simultaneously as the point moves (i.e., the left and middle mouse buttons act the same). Otherwise, only the cursor focal point moves, which is constrained by the bounds of the point representation. (Note that the bounds can be scaled up using the right mouse button.)

If translation mode is on, as the widget is moved the bounding box, shadows, and cursor are all translated simultaneously as the point moves (i.e., the left and middle mouse buttons act the same). Otherwise, only the cursor focal point moves, which is constrained by the bounds of the point representation. (Note that the bounds can be scaled up using the right mouse button.)

static internal int Kitware.VTK.vtkSphereHandleRepresentation.vtkSphereHandleRepresentation_ComputeInteractionState_02 ( HandleRef  pThis,
int  X,
int  Y,
int  modify 
) [private]
static internal void Kitware.VTK.vtkSphereHandleRepresentation.vtkSphereHandleRepresentation_DeepCopy_03 ( HandleRef  pThis,
HandleRef  prop 
) [private]
static internal void Kitware.VTK.vtkSphereHandleRepresentation.vtkSphereHandleRepresentation_GetActors_04 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal IntPtr Kitware.VTK.vtkSphereHandleRepresentation.vtkSphereHandleRepresentation_GetBounds_05 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkSphereHandleRepresentation.vtkSphereHandleRepresentation_GetProperty_09 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkSphereHandleRepresentation.vtkSphereHandleRepresentation_GetSelectedProperty_10 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkSphereHandleRepresentation.vtkSphereHandleRepresentation_Highlight_14 ( HandleRef  pThis,
int  highlight 
) [private]
static internal int Kitware.VTK.vtkSphereHandleRepresentation.vtkSphereHandleRepresentation_IsA_15 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkSphereHandleRepresentation.vtkSphereHandleRepresentation_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkSphereHandleRepresentation.vtkSphereHandleRepresentation_NewInstance_18 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkSphereHandleRepresentation.vtkSphereHandleRepresentation_PlaceWidget_19 ( HandleRef  pThis,
IntPtr  bounds 
) [private]
static internal void Kitware.VTK.vtkSphereHandleRepresentation.vtkSphereHandleRepresentation_ReleaseGraphicsResources_20 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal int Kitware.VTK.vtkSphereHandleRepresentation.vtkSphereHandleRepresentation_RenderOpaqueGeometry_21 ( HandleRef  pThis,
HandleRef  viewport 
) [private]
static internal int Kitware.VTK.vtkSphereHandleRepresentation.vtkSphereHandleRepresentation_RenderTranslucentPolygonalGeometry_22 ( HandleRef  pThis,
HandleRef  viewport 
) [private]
static internal IntPtr Kitware.VTK.vtkSphereHandleRepresentation.vtkSphereHandleRepresentation_SafeDownCast_23 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkSphereHandleRepresentation.vtkSphereHandleRepresentation_SetDisplayPosition_24 ( HandleRef  pThis,
IntPtr  p 
) [private]
static internal void Kitware.VTK.vtkSphereHandleRepresentation.vtkSphereHandleRepresentation_SetHandleSize_25 ( HandleRef  pThis,
double  size 
) [private]
static internal void Kitware.VTK.vtkSphereHandleRepresentation.vtkSphereHandleRepresentation_SetHotSpotSize_26 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkSphereHandleRepresentation.vtkSphereHandleRepresentation_SetProperty_27 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkSphereHandleRepresentation.vtkSphereHandleRepresentation_SetSelectedProperty_28 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkSphereHandleRepresentation.vtkSphereHandleRepresentation_SetSphereRadius_29 ( HandleRef  pThis,
double  arg0 
) [private]
static internal void Kitware.VTK.vtkSphereHandleRepresentation.vtkSphereHandleRepresentation_SetTranslationMode_30 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkSphereHandleRepresentation.vtkSphereHandleRepresentation_SetWorldPosition_31 ( HandleRef  pThis,
IntPtr  p 
) [private]
static internal void Kitware.VTK.vtkSphereHandleRepresentation.vtkSphereHandleRepresentation_ShallowCopy_32 ( HandleRef  pThis,
HandleRef  prop 
) [private]
static internal void Kitware.VTK.vtkSphereHandleRepresentation.vtkSphereHandleRepresentation_StartWidgetInteraction_33 ( HandleRef  pThis,
IntPtr  eventPos 
) [private]
static internal void Kitware.VTK.vtkSphereHandleRepresentation.vtkSphereHandleRepresentation_WidgetInteraction_36 ( HandleRef  pThis,
IntPtr  eventPos 
) [private]
override void Kitware.VTK.vtkSphereHandleRepresentation.WidgetInteraction ( IntPtr  eventPos) [virtual]

Methods to make this class properly act like a vtkWidgetRepresentation.

Reimplemented from Kitware.VTK.vtkWidgetRepresentation.


Member Data Documentation

new readonly string Kitware.VTK.vtkSphereHandleRepresentation.MRClassNameKey = "29vtkSphereHandleRepresentation" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkHandleRepresentation.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkHandleRepresentation.


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