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

vtkPointHandleRepresentation3D - represent the position of a point in 3D space More...

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

List of all members.

Public Member Functions

 vtkPointHandleRepresentation3D (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkPointHandleRepresentation3D ()
 Instantiate this class.
void AllOff ()
 Convenience methods to turn outline and shadows on and off.
void AllOn ()
 Convenience methods to turn outline and shadows on and off.
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 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.
int GetOutline ()
 Turn on/off the wireframe 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.
virtual int GetTranslationMode ()
 If translation mode is on, as the widget is moved the bounding box, shadows, and cursor are all translated and sized simultaneously as the point moves (i.e., the left and middle mouse buttons act the same). If translation mode is off, the cursor does not scale itself (based on the specified handle size), and the bounding box and shadows do not move or size themselves as 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, and the bounds can be manually set with the SetBounds() method.)
int GetXShadows ()
 Turn on/off the wireframe x-shadows.
int GetYShadows ()
 Turn on/off the wireframe y-shadows.
int GetZShadows ()
 Turn on/off the wireframe z-shadows.
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 vtkPointHandleRepresentation3D NewInstance ()
 Standard methods for instances of this class.
void OutlineOff ()
 Turn on/off the wireframe bounding box.
void OutlineOn ()
 Turn on/off the wireframe bounding box.
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 SetOutline (int o)
 Turn on/off the wireframe 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.
virtual void SetTranslationMode (int _arg)
 If translation mode is on, as the widget is moved the bounding box, shadows, and cursor are all translated and sized simultaneously as the point moves (i.e., the left and middle mouse buttons act the same). If translation mode is off, the cursor does not scale itself (based on the specified handle size), and the bounding box and shadows do not move or size themselves as 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, and the bounds can be manually set with the SetBounds() method.)
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.
void SetXShadows (int o)
 Turn on/off the wireframe x-shadows.
void SetYShadows (int o)
 Turn on/off the wireframe y-shadows.
void SetZShadows (int o)
 Turn on/off the wireframe z-shadows.
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 and sized simultaneously as the point moves (i.e., the left and middle mouse buttons act the same). If translation mode is off, the cursor does not scale itself (based on the specified handle size), and the bounding box and shadows do not move or size themselves as 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, and the bounds can be manually set with the SetBounds() method.)
virtual void TranslationModeOn ()
 If translation mode is on, as the widget is moved the bounding box, shadows, and cursor are all translated and sized simultaneously as the point moves (i.e., the left and middle mouse buttons act the same). If translation mode is off, the cursor does not scale itself (based on the specified handle size), and the bounding box and shadows do not move or size themselves as 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, and the bounds can be manually set with the SetBounds() method.)
override void WidgetInteraction (IntPtr eventPos)
 Methods to make this class properly act like a vtkWidgetRepresentation.
void XShadowsOff ()
 Turn on/off the wireframe x-shadows.
void XShadowsOn ()
 Turn on/off the wireframe x-shadows.
void YShadowsOff ()
 Turn on/off the wireframe y-shadows.
void YShadowsOn ()
 Turn on/off the wireframe y-shadows.
void ZShadowsOff ()
 Turn on/off the wireframe z-shadows.
void ZShadowsOn ()
 Turn on/off the wireframe z-shadows.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "30vtkPointHandleRepresentation3D"
 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 vtkPointHandleRepresentation3D_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkPointHandleRepresentation3D_AllOff_01 (HandleRef pThis)
static internal void vtkPointHandleRepresentation3D_AllOn_02 (HandleRef pThis)
static internal void vtkPointHandleRepresentation3D_BuildRepresentation_03 (HandleRef pThis)
static internal int vtkPointHandleRepresentation3D_ComputeInteractionState_04 (HandleRef pThis, int X, int Y, int modify)
static internal void vtkPointHandleRepresentation3D_GetActors_05 (HandleRef pThis, HandleRef arg0)
static internal IntPtr vtkPointHandleRepresentation3D_GetBounds_06 (HandleRef pThis)
static internal double vtkPointHandleRepresentation3D_GetHotSpotSize_07 (HandleRef pThis)
static internal double vtkPointHandleRepresentation3D_GetHotSpotSizeMaxValue_08 (HandleRef pThis)
static internal double vtkPointHandleRepresentation3D_GetHotSpotSizeMinValue_09 (HandleRef pThis)
static internal int vtkPointHandleRepresentation3D_GetOutline_10 (HandleRef pThis)
static internal IntPtr vtkPointHandleRepresentation3D_GetProperty_11 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkPointHandleRepresentation3D_GetSelectedProperty_12 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkPointHandleRepresentation3D_GetTranslationMode_13 (HandleRef pThis)
static internal int vtkPointHandleRepresentation3D_GetXShadows_14 (HandleRef pThis)
static internal int vtkPointHandleRepresentation3D_GetYShadows_15 (HandleRef pThis)
static internal int vtkPointHandleRepresentation3D_GetZShadows_16 (HandleRef pThis)
static internal int vtkPointHandleRepresentation3D_HasTranslucentPolygonalGeometry_17 (HandleRef pThis)
static internal void vtkPointHandleRepresentation3D_Highlight_18 (HandleRef pThis, int highlight)
static internal int vtkPointHandleRepresentation3D_IsA_19 (HandleRef pThis, string type)
static internal int vtkPointHandleRepresentation3D_IsTypeOf_20 (string type)
static internal IntPtr vtkPointHandleRepresentation3D_NewInstance_22 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkPointHandleRepresentation3D_OutlineOff_23 (HandleRef pThis)
static internal void vtkPointHandleRepresentation3D_OutlineOn_24 (HandleRef pThis)
static internal void vtkPointHandleRepresentation3D_PlaceWidget_25 (HandleRef pThis, IntPtr bounds)
static internal void vtkPointHandleRepresentation3D_ReleaseGraphicsResources_26 (HandleRef pThis, HandleRef arg0)
static internal int vtkPointHandleRepresentation3D_RenderOpaqueGeometry_27 (HandleRef pThis, HandleRef viewport)
static internal int vtkPointHandleRepresentation3D_RenderTranslucentPolygonalGeometry_28 (HandleRef pThis, HandleRef viewport)
static internal IntPtr vtkPointHandleRepresentation3D_SafeDownCast_29 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkPointHandleRepresentation3D_SetDisplayPosition_30 (HandleRef pThis, IntPtr p)
static internal void vtkPointHandleRepresentation3D_SetHandleSize_31 (HandleRef pThis, double size)
static internal void vtkPointHandleRepresentation3D_SetHotSpotSize_32 (HandleRef pThis, double _arg)
static internal void vtkPointHandleRepresentation3D_SetOutline_33 (HandleRef pThis, int o)
static internal void vtkPointHandleRepresentation3D_SetProperty_34 (HandleRef pThis, HandleRef arg0)
static internal void vtkPointHandleRepresentation3D_SetSelectedProperty_35 (HandleRef pThis, HandleRef arg0)
static internal void vtkPointHandleRepresentation3D_SetTranslationMode_36 (HandleRef pThis, int _arg)
static internal void vtkPointHandleRepresentation3D_SetWorldPosition_37 (HandleRef pThis, IntPtr p)
static internal void vtkPointHandleRepresentation3D_SetXShadows_38 (HandleRef pThis, int o)
static internal void vtkPointHandleRepresentation3D_SetYShadows_39 (HandleRef pThis, int o)
static internal void vtkPointHandleRepresentation3D_SetZShadows_40 (HandleRef pThis, int o)
static internal void vtkPointHandleRepresentation3D_ShallowCopy_41 (HandleRef pThis, HandleRef prop)
static internal void vtkPointHandleRepresentation3D_StartWidgetInteraction_42 (HandleRef pThis, IntPtr eventPos)
static internal void vtkPointHandleRepresentation3D_TranslationModeOff_43 (HandleRef pThis)
static internal void vtkPointHandleRepresentation3D_TranslationModeOn_44 (HandleRef pThis)
static internal void vtkPointHandleRepresentation3D_WidgetInteraction_45 (HandleRef pThis, IntPtr eventPos)
static internal void vtkPointHandleRepresentation3D_XShadowsOff_46 (HandleRef pThis)
static internal void vtkPointHandleRepresentation3D_XShadowsOn_47 (HandleRef pThis)
static internal void vtkPointHandleRepresentation3D_YShadowsOff_48 (HandleRef pThis)
static internal void vtkPointHandleRepresentation3D_YShadowsOn_49 (HandleRef pThis)
static internal void vtkPointHandleRepresentation3D_ZShadowsOff_50 (HandleRef pThis)
static internal void vtkPointHandleRepresentation3D_ZShadowsOn_51 (HandleRef pThis)

Static Private Member Functions

static vtkPointHandleRepresentation3D ()
 Automatically generated type registration mechanics.

Detailed Description

vtkPointHandleRepresentation3D - represent the position of a point in 3D space

Description This class is used to represent a vtkHandleWidget. It represents a position in 3D world coordinates using a x-y-z cursor. The cursor can be configured to show a bounding box and/or shadows.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Instantiate this class.


Member Function Documentation

Convenience methods to turn outline and shadows on and off.

Convenience methods to turn outline and shadows on and off.

Methods to make this class properly act like a vtkWidgetRepresentation.

Reimplemented from Kitware.VTK.vtkWidgetRepresentation.

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

Methods to make this class properly act like a vtkWidgetRepresentation.

Reimplemented from Kitware.VTK.vtkWidgetRepresentation.

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

Turn on/off the wireframe 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 and sized simultaneously as the point moves (i.e., the left and middle mouse buttons act the same). If translation mode is off, the cursor does not scale itself (based on the specified handle size), and the bounding box and shadows do not move or size themselves as 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, and the bounds can be manually set with the SetBounds() method.)

Turn on/off the wireframe x-shadows.

Turn on/off the wireframe y-shadows.

Turn on/off the wireframe z-shadows.

Methods to make this class behave as a vtkProp.

Reimplemented from Kitware.VTK.vtkWidgetRepresentation.

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

Methods to make this class behave as a vtkProp.

Reimplemented from Kitware.VTK.vtkWidgetRepresentation.

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

Standard methods for instances of this class.

Reimplemented from Kitware.VTK.vtkHandleRepresentation.

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

Turn on/off the wireframe bounding box.

Turn on/off the wireframe bounding box.

override void Kitware.VTK.vtkPointHandleRepresentation3D.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:

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.vtkPointHandleRepresentation3D.SetHandleSize ( double  size) [virtual]

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

Reimplemented from Kitware.VTK.vtkWidgetRepresentation.

virtual void Kitware.VTK.vtkPointHandleRepresentation3D.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.

Turn on/off the wireframe 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 and sized simultaneously as the point moves (i.e., the left and middle mouse buttons act the same). If translation mode is off, the cursor does not scale itself (based on the specified handle size), and the bounding box and shadows do not move or size themselves as 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, and the bounds can be manually set with the SetBounds() method.)

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

Turn on/off the wireframe x-shadows.

Turn on/off the wireframe y-shadows.

Turn on/off the wireframe z-shadows.

Methods to make this class behave as a vtkProp.

Reimplemented from Kitware.VTK.vtkHandleRepresentation.

override void Kitware.VTK.vtkPointHandleRepresentation3D.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 and sized simultaneously as the point moves (i.e., the left and middle mouse buttons act the same). If translation mode is off, the cursor does not scale itself (based on the specified handle size), and the bounding box and shadows do not move or size themselves as 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, and the bounds can be manually set with the SetBounds() method.)

If translation mode is on, as the widget is moved the bounding box, shadows, and cursor are all translated and sized simultaneously as the point moves (i.e., the left and middle mouse buttons act the same). If translation mode is off, the cursor does not scale itself (based on the specified handle size), and the bounding box and shadows do not move or size themselves as 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, and the bounds can be manually set with the SetBounds() method.)

static internal int Kitware.VTK.vtkPointHandleRepresentation3D.vtkPointHandleRepresentation3D_ComputeInteractionState_04 ( HandleRef  pThis,
int  X,
int  Y,
int  modify 
) [private]
static internal void Kitware.VTK.vtkPointHandleRepresentation3D.vtkPointHandleRepresentation3D_GetActors_05 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal IntPtr Kitware.VTK.vtkPointHandleRepresentation3D.vtkPointHandleRepresentation3D_GetProperty_11 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkPointHandleRepresentation3D.vtkPointHandleRepresentation3D_GetSelectedProperty_12 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkPointHandleRepresentation3D.vtkPointHandleRepresentation3D_Highlight_18 ( HandleRef  pThis,
int  highlight 
) [private]
static internal int Kitware.VTK.vtkPointHandleRepresentation3D.vtkPointHandleRepresentation3D_IsA_19 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkPointHandleRepresentation3D.vtkPointHandleRepresentation3D_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkPointHandleRepresentation3D.vtkPointHandleRepresentation3D_NewInstance_22 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkPointHandleRepresentation3D.vtkPointHandleRepresentation3D_PlaceWidget_25 ( HandleRef  pThis,
IntPtr  bounds 
) [private]
static internal void Kitware.VTK.vtkPointHandleRepresentation3D.vtkPointHandleRepresentation3D_ReleaseGraphicsResources_26 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal int Kitware.VTK.vtkPointHandleRepresentation3D.vtkPointHandleRepresentation3D_RenderOpaqueGeometry_27 ( HandleRef  pThis,
HandleRef  viewport 
) [private]
static internal int Kitware.VTK.vtkPointHandleRepresentation3D.vtkPointHandleRepresentation3D_RenderTranslucentPolygonalGeometry_28 ( HandleRef  pThis,
HandleRef  viewport 
) [private]
static internal IntPtr Kitware.VTK.vtkPointHandleRepresentation3D.vtkPointHandleRepresentation3D_SafeDownCast_29 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkPointHandleRepresentation3D.vtkPointHandleRepresentation3D_SetDisplayPosition_30 ( HandleRef  pThis,
IntPtr  p 
) [private]
static internal void Kitware.VTK.vtkPointHandleRepresentation3D.vtkPointHandleRepresentation3D_SetHandleSize_31 ( HandleRef  pThis,
double  size 
) [private]
static internal void Kitware.VTK.vtkPointHandleRepresentation3D.vtkPointHandleRepresentation3D_SetHotSpotSize_32 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkPointHandleRepresentation3D.vtkPointHandleRepresentation3D_SetOutline_33 ( HandleRef  pThis,
int  o 
) [private]
static internal void Kitware.VTK.vtkPointHandleRepresentation3D.vtkPointHandleRepresentation3D_SetProperty_34 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkPointHandleRepresentation3D.vtkPointHandleRepresentation3D_SetSelectedProperty_35 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkPointHandleRepresentation3D.vtkPointHandleRepresentation3D_SetTranslationMode_36 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkPointHandleRepresentation3D.vtkPointHandleRepresentation3D_SetWorldPosition_37 ( HandleRef  pThis,
IntPtr  p 
) [private]
static internal void Kitware.VTK.vtkPointHandleRepresentation3D.vtkPointHandleRepresentation3D_SetXShadows_38 ( HandleRef  pThis,
int  o 
) [private]
static internal void Kitware.VTK.vtkPointHandleRepresentation3D.vtkPointHandleRepresentation3D_SetYShadows_39 ( HandleRef  pThis,
int  o 
) [private]
static internal void Kitware.VTK.vtkPointHandleRepresentation3D.vtkPointHandleRepresentation3D_SetZShadows_40 ( HandleRef  pThis,
int  o 
) [private]
static internal void Kitware.VTK.vtkPointHandleRepresentation3D.vtkPointHandleRepresentation3D_ShallowCopy_41 ( HandleRef  pThis,
HandleRef  prop 
) [private]
static internal void Kitware.VTK.vtkPointHandleRepresentation3D.vtkPointHandleRepresentation3D_StartWidgetInteraction_42 ( HandleRef  pThis,
IntPtr  eventPos 
) [private]
static internal void Kitware.VTK.vtkPointHandleRepresentation3D.vtkPointHandleRepresentation3D_WidgetInteraction_45 ( HandleRef  pThis,
IntPtr  eventPos 
) [private]
override void Kitware.VTK.vtkPointHandleRepresentation3D.WidgetInteraction ( IntPtr  eventPos) [virtual]

Methods to make this class properly act like a vtkWidgetRepresentation.

Reimplemented from Kitware.VTK.vtkWidgetRepresentation.

Turn on/off the wireframe x-shadows.

Turn on/off the wireframe x-shadows.

Turn on/off the wireframe y-shadows.

Turn on/off the wireframe y-shadows.

Turn on/off the wireframe z-shadows.

Turn on/off the wireframe z-shadows.


Member Data Documentation

new readonly string Kitware.VTK.vtkPointHandleRepresentation3D.MRClassNameKey = "30vtkPointHandleRepresentation3D" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkHandleRepresentation.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkHandleRepresentation.


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