ActiViz .NET
5.8.0
|
vtkAngleRepresentation - represent the vtkAngleWidget More...
Public Types | |
enum | NearCenter_WrapperEnum { NearCenter = 2, NearP1 = 1, NearP2 = 3, Outside = 0 } |
Special methods for turning off the rays and arc that define the cone and arc of the angle. More... | |
Public Member Functions | |
vtkAngleRepresentation (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
virtual void | ArcVisibilityOff () |
Special methods for turning off the rays and arc that define the cone and arc of the angle. | |
virtual void | ArcVisibilityOn () |
Special methods for turning off the rays and arc that define the cone and arc of the angle. | |
override void | BuildRepresentation () |
These are methods that satisfy vtkWidgetRepresentation's API. | |
virtual void | CenterWidgetInteraction (IntPtr e) |
These are methods that satisfy vtkWidgetRepresentation's API. | |
override int | ComputeInteractionState (int X, int Y, int modify) |
These are methods that satisfy vtkWidgetRepresentation's API. | |
virtual double | GetAngle () |
This representation and all subclasses must keep an angle (in degrees) consistent with the state of the widget. | |
virtual int | GetArcVisibility () |
Special methods for turning off the rays and arc that define the cone and arc of the angle. | |
virtual void | GetCenterDisplayPosition (IntPtr pos) |
Methods to Set/Get the coordinates of the three points defining this representation. Note that methods are available for both display and world coordinates. | |
virtual vtkHandleRepresentation | GetCenterRepresentation () |
Set/Get the handle representations used for the vtkAngleRepresentation. | |
virtual void | GetCenterWorldPosition (IntPtr pos) |
Methods to Set/Get the coordinates of the three points defining this representation. Note that methods are available for both display and world coordinates. | |
virtual string | GetLabelFormat () |
Specify the format to use for labelling the angle. Note that an empty string results in no label, or a format string without a "%" character will not print the angle value. | |
virtual void | GetPoint1DisplayPosition (IntPtr pos) |
Methods to Set/Get the coordinates of the three points defining this representation. Note that methods are available for both display and world coordinates. | |
virtual vtkHandleRepresentation | GetPoint1Representation () |
Set/Get the handle representations used for the vtkAngleRepresentation. | |
virtual void | GetPoint1WorldPosition (IntPtr pos) |
Methods to Set/Get the coordinates of the three points defining this representation. Note that methods are available for both display and world coordinates. | |
virtual void | GetPoint2DisplayPosition (IntPtr pos) |
Methods to Set/Get the coordinates of the three points defining this representation. Note that methods are available for both display and world coordinates. | |
virtual vtkHandleRepresentation | GetPoint2Representation () |
Set/Get the handle representations used for the vtkAngleRepresentation. | |
virtual void | GetPoint2WorldPosition (IntPtr pos) |
Methods to Set/Get the coordinates of the three points defining this representation. Note that methods are available for both display and world coordinates. | |
virtual int | GetRay1Visibility () |
Special methods for turning off the rays and arc that define the cone and arc of the angle. | |
virtual int | GetRay2Visibility () |
Special methods for turning off the rays and arc that define the cone and arc of the angle. | |
virtual int | GetTolerance () |
The tolerance representing the distance to the representation (in pixels) in which the cursor is considered near enough to the end points of the representation to be active. | |
virtual int | GetToleranceMaxValue () |
The tolerance representing the distance to the representation (in pixels) in which the cursor is considered near enough to the end points of the representation to be active. | |
virtual int | GetToleranceMinValue () |
The tolerance representing the distance to the representation (in pixels) in which the cursor is considered near enough to the end points of the representation to be active. | |
void | InstantiateHandleRepresentation () |
This method is used to specify the type of handle representation to use for the three internal vtkHandleWidgets within vtkAngleRepresentation. To use this method, create a dummy vtkHandleRepresentation (or subclass), and then invoke this method with this dummy. Then the vtkAngleRepresentation uses this dummy to clone three vtkHandleRepresentations of the same type. Make sure you set the handle representation before the widget is enabled. (The method InstantiateHandleRepresentation() is invoked by the vtkAngle widget.) | |
override int | IsA (string type) |
Standard VTK methods. | |
new vtkAngleRepresentation | NewInstance () |
Standard VTK methods. | |
virtual void | Ray1VisibilityOff () |
Special methods for turning off the rays and arc that define the cone and arc of the angle. | |
virtual void | Ray1VisibilityOn () |
Special methods for turning off the rays and arc that define the cone and arc of the angle. | |
virtual void | Ray2VisibilityOff () |
Special methods for turning off the rays and arc that define the cone and arc of the angle. | |
virtual void | Ray2VisibilityOn () |
Special methods for turning off the rays and arc that define the cone and arc of the angle. | |
virtual void | SetArcVisibility (int _arg) |
Special methods for turning off the rays and arc that define the cone and arc of the angle. | |
virtual void | SetCenterDisplayPosition (IntPtr pos) |
Methods to Set/Get the coordinates of the three points defining this representation. Note that methods are available for both display and world coordinates. | |
void | SetHandleRepresentation (vtkHandleRepresentation handle) |
This method is used to specify the type of handle representation to use for the three internal vtkHandleWidgets within vtkAngleRepresentation. To use this method, create a dummy vtkHandleRepresentation (or subclass), and then invoke this method with this dummy. Then the vtkAngleRepresentation uses this dummy to clone three vtkHandleRepresentations of the same type. Make sure you set the handle representation before the widget is enabled. (The method InstantiateHandleRepresentation() is invoked by the vtkAngle widget.) | |
virtual void | SetLabelFormat (string _arg) |
Specify the format to use for labelling the angle. Note that an empty string results in no label, or a format string without a "%" character will not print the angle value. | |
virtual void | SetPoint1DisplayPosition (IntPtr pos) |
Methods to Set/Get the coordinates of the three points defining this representation. Note that methods are available for both display and world coordinates. | |
virtual void | SetPoint2DisplayPosition (IntPtr pos) |
Methods to Set/Get the coordinates of the three points defining this representation. Note that methods are available for both display and world coordinates. | |
virtual void | SetRay1Visibility (int _arg) |
Special methods for turning off the rays and arc that define the cone and arc of the angle. | |
virtual void | SetRay2Visibility (int _arg) |
Special methods for turning off the rays and arc that define the cone and arc of the angle. | |
virtual void | SetTolerance (int _arg) |
The tolerance representing the distance to the representation (in pixels) in which the cursor is considered near enough to the end points of the representation to be active. | |
override void | StartWidgetInteraction (IntPtr e) |
These are methods that satisfy vtkWidgetRepresentation's API. | |
override void | WidgetInteraction (IntPtr e) |
These are methods that satisfy vtkWidgetRepresentation's API. | |
Static Public Member Functions | |
static new int | IsTypeOf (string type) |
Standard VTK methods. | |
static new vtkAngleRepresentation | SafeDownCast (vtkObjectBase o) |
Standard VTK methods. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkAngleRepresentation" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "22vtkAngleRepresentation" |
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 void | vtkAngleRepresentation_ArcVisibilityOff_01 (HandleRef pThis) |
static internal void | vtkAngleRepresentation_ArcVisibilityOn_02 (HandleRef pThis) |
static internal void | vtkAngleRepresentation_BuildRepresentation_03 (HandleRef pThis) |
static internal void | vtkAngleRepresentation_CenterWidgetInteraction_04 (HandleRef pThis, IntPtr e) |
static internal int | vtkAngleRepresentation_ComputeInteractionState_05 (HandleRef pThis, int X, int Y, int modify) |
static internal double | vtkAngleRepresentation_GetAngle_06 (HandleRef pThis) |
static internal int | vtkAngleRepresentation_GetArcVisibility_07 (HandleRef pThis) |
static internal void | vtkAngleRepresentation_GetCenterDisplayPosition_08 (HandleRef pThis, IntPtr pos) |
static internal IntPtr | vtkAngleRepresentation_GetCenterRepresentation_09 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkAngleRepresentation_GetCenterWorldPosition_10 (HandleRef pThis, IntPtr pos) |
static internal IntPtr | vtkAngleRepresentation_GetLabelFormat_11 (HandleRef pThis) |
static internal void | vtkAngleRepresentation_GetPoint1DisplayPosition_12 (HandleRef pThis, IntPtr pos) |
static internal IntPtr | vtkAngleRepresentation_GetPoint1Representation_13 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkAngleRepresentation_GetPoint1WorldPosition_14 (HandleRef pThis, IntPtr pos) |
static internal void | vtkAngleRepresentation_GetPoint2DisplayPosition_15 (HandleRef pThis, IntPtr pos) |
static internal IntPtr | vtkAngleRepresentation_GetPoint2Representation_16 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkAngleRepresentation_GetPoint2WorldPosition_17 (HandleRef pThis, IntPtr pos) |
static internal int | vtkAngleRepresentation_GetRay1Visibility_18 (HandleRef pThis) |
static internal int | vtkAngleRepresentation_GetRay2Visibility_19 (HandleRef pThis) |
static internal int | vtkAngleRepresentation_GetTolerance_20 (HandleRef pThis) |
static internal int | vtkAngleRepresentation_GetToleranceMaxValue_21 (HandleRef pThis) |
static internal int | vtkAngleRepresentation_GetToleranceMinValue_22 (HandleRef pThis) |
static internal void | vtkAngleRepresentation_InstantiateHandleRepresentation_23 (HandleRef pThis) |
static internal int | vtkAngleRepresentation_IsA_24 (HandleRef pThis, string type) |
static internal int | vtkAngleRepresentation_IsTypeOf_25 (string type) |
static internal IntPtr | vtkAngleRepresentation_NewInstance_26 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkAngleRepresentation_Ray1VisibilityOff_27 (HandleRef pThis) |
static internal void | vtkAngleRepresentation_Ray1VisibilityOn_28 (HandleRef pThis) |
static internal void | vtkAngleRepresentation_Ray2VisibilityOff_29 (HandleRef pThis) |
static internal void | vtkAngleRepresentation_Ray2VisibilityOn_30 (HandleRef pThis) |
static internal IntPtr | vtkAngleRepresentation_SafeDownCast_31 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkAngleRepresentation_SetArcVisibility_32 (HandleRef pThis, int _arg) |
static internal void | vtkAngleRepresentation_SetCenterDisplayPosition_33 (HandleRef pThis, IntPtr pos) |
static internal void | vtkAngleRepresentation_SetHandleRepresentation_34 (HandleRef pThis, HandleRef handle) |
static internal void | vtkAngleRepresentation_SetLabelFormat_35 (HandleRef pThis, string _arg) |
static internal void | vtkAngleRepresentation_SetPoint1DisplayPosition_36 (HandleRef pThis, IntPtr pos) |
static internal void | vtkAngleRepresentation_SetPoint2DisplayPosition_37 (HandleRef pThis, IntPtr pos) |
static internal void | vtkAngleRepresentation_SetRay1Visibility_38 (HandleRef pThis, int _arg) |
static internal void | vtkAngleRepresentation_SetRay2Visibility_39 (HandleRef pThis, int _arg) |
static internal void | vtkAngleRepresentation_SetTolerance_40 (HandleRef pThis, int _arg) |
static internal void | vtkAngleRepresentation_StartWidgetInteraction_41 (HandleRef pThis, IntPtr e) |
static internal void | vtkAngleRepresentation_WidgetInteraction_42 (HandleRef pThis, IntPtr e) |
Static Private Member Functions | |
static | vtkAngleRepresentation () |
Automatically generated type registration mechanics. |
vtkAngleRepresentation - represent the vtkAngleWidget
Description The vtkAngleRepresentation is a superclass for classes representing the vtkAngleWidget. This representation consists of two rays and three vtkHandleRepresentations to place and manipulate the three points defining the angle representation. (Note: the three points are referred to as Point1, Center, and Point2, at the two end points (Point1 and Point2) and Center (around which the angle is measured).
static Kitware.VTK.vtkAngleRepresentation.vtkAngleRepresentation | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkAngleRepresentation.vtkAngleRepresentation | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
virtual void Kitware.VTK.vtkAngleRepresentation.ArcVisibilityOff | ( | ) | [virtual] |
Special methods for turning off the rays and arc that define the cone and arc of the angle.
virtual void Kitware.VTK.vtkAngleRepresentation.ArcVisibilityOn | ( | ) | [virtual] |
Special methods for turning off the rays and arc that define the cone and arc of the angle.
override void Kitware.VTK.vtkAngleRepresentation.BuildRepresentation | ( | ) | [virtual] |
These are methods that satisfy vtkWidgetRepresentation's API.
Reimplemented from Kitware.VTK.vtkWidgetRepresentation.
Reimplemented in Kitware.VTK.vtkAngleRepresentation2D, and Kitware.VTK.vtkAngleRepresentation3D.
virtual void Kitware.VTK.vtkAngleRepresentation.CenterWidgetInteraction | ( | IntPtr | e | ) | [virtual] |
These are methods that satisfy vtkWidgetRepresentation's API.
override int Kitware.VTK.vtkAngleRepresentation.ComputeInteractionState | ( | int | X, |
int | Y, | ||
int | modify | ||
) | [virtual] |
These are methods that satisfy vtkWidgetRepresentation's API.
Reimplemented from Kitware.VTK.vtkWidgetRepresentation.
override void Kitware.VTK.vtkAngleRepresentation.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.vtkWidgetRepresentation.
Reimplemented in Kitware.VTK.vtkAngleRepresentation2D, and Kitware.VTK.vtkAngleRepresentation3D.
virtual double Kitware.VTK.vtkAngleRepresentation.GetAngle | ( | ) | [virtual] |
This representation and all subclasses must keep an angle (in degrees) consistent with the state of the widget.
Reimplemented in Kitware.VTK.vtkAngleRepresentation2D, and Kitware.VTK.vtkAngleRepresentation3D.
virtual int Kitware.VTK.vtkAngleRepresentation.GetArcVisibility | ( | ) | [virtual] |
Special methods for turning off the rays and arc that define the cone and arc of the angle.
virtual void Kitware.VTK.vtkAngleRepresentation.GetCenterDisplayPosition | ( | IntPtr | pos | ) | [virtual] |
Methods to Set/Get the coordinates of the three points defining this representation. Note that methods are available for both display and world coordinates.
Reimplemented in Kitware.VTK.vtkAngleRepresentation2D, and Kitware.VTK.vtkAngleRepresentation3D.
virtual vtkHandleRepresentation Kitware.VTK.vtkAngleRepresentation.GetCenterRepresentation | ( | ) | [virtual] |
Set/Get the handle representations used for the vtkAngleRepresentation.
virtual void Kitware.VTK.vtkAngleRepresentation.GetCenterWorldPosition | ( | IntPtr | pos | ) | [virtual] |
Methods to Set/Get the coordinates of the three points defining this representation. Note that methods are available for both display and world coordinates.
Reimplemented in Kitware.VTK.vtkAngleRepresentation2D, and Kitware.VTK.vtkAngleRepresentation3D.
virtual string Kitware.VTK.vtkAngleRepresentation.GetLabelFormat | ( | ) | [virtual] |
Specify the format to use for labelling the angle. Note that an empty string results in no label, or a format string without a "%" character will not print the angle value.
virtual void Kitware.VTK.vtkAngleRepresentation.GetPoint1DisplayPosition | ( | IntPtr | pos | ) | [virtual] |
Methods to Set/Get the coordinates of the three points defining this representation. Note that methods are available for both display and world coordinates.
Reimplemented in Kitware.VTK.vtkAngleRepresentation2D, and Kitware.VTK.vtkAngleRepresentation3D.
virtual vtkHandleRepresentation Kitware.VTK.vtkAngleRepresentation.GetPoint1Representation | ( | ) | [virtual] |
Set/Get the handle representations used for the vtkAngleRepresentation.
virtual void Kitware.VTK.vtkAngleRepresentation.GetPoint1WorldPosition | ( | IntPtr | pos | ) | [virtual] |
Methods to Set/Get the coordinates of the three points defining this representation. Note that methods are available for both display and world coordinates.
Reimplemented in Kitware.VTK.vtkAngleRepresentation2D, and Kitware.VTK.vtkAngleRepresentation3D.
virtual void Kitware.VTK.vtkAngleRepresentation.GetPoint2DisplayPosition | ( | IntPtr | pos | ) | [virtual] |
Methods to Set/Get the coordinates of the three points defining this representation. Note that methods are available for both display and world coordinates.
Reimplemented in Kitware.VTK.vtkAngleRepresentation2D, and Kitware.VTK.vtkAngleRepresentation3D.
virtual vtkHandleRepresentation Kitware.VTK.vtkAngleRepresentation.GetPoint2Representation | ( | ) | [virtual] |
Set/Get the handle representations used for the vtkAngleRepresentation.
virtual void Kitware.VTK.vtkAngleRepresentation.GetPoint2WorldPosition | ( | IntPtr | pos | ) | [virtual] |
Methods to Set/Get the coordinates of the three points defining this representation. Note that methods are available for both display and world coordinates.
Reimplemented in Kitware.VTK.vtkAngleRepresentation2D, and Kitware.VTK.vtkAngleRepresentation3D.
virtual int Kitware.VTK.vtkAngleRepresentation.GetRay1Visibility | ( | ) | [virtual] |
Special methods for turning off the rays and arc that define the cone and arc of the angle.
virtual int Kitware.VTK.vtkAngleRepresentation.GetRay2Visibility | ( | ) | [virtual] |
Special methods for turning off the rays and arc that define the cone and arc of the angle.
virtual int Kitware.VTK.vtkAngleRepresentation.GetTolerance | ( | ) | [virtual] |
The tolerance representing the distance to the representation (in pixels) in which the cursor is considered near enough to the end points of the representation to be active.
virtual int Kitware.VTK.vtkAngleRepresentation.GetToleranceMaxValue | ( | ) | [virtual] |
The tolerance representing the distance to the representation (in pixels) in which the cursor is considered near enough to the end points of the representation to be active.
virtual int Kitware.VTK.vtkAngleRepresentation.GetToleranceMinValue | ( | ) | [virtual] |
The tolerance representing the distance to the representation (in pixels) in which the cursor is considered near enough to the end points of the representation to be active.
This method is used to specify the type of handle representation to use for the three internal vtkHandleWidgets within vtkAngleRepresentation. To use this method, create a dummy vtkHandleRepresentation (or subclass), and then invoke this method with this dummy. Then the vtkAngleRepresentation uses this dummy to clone three vtkHandleRepresentations of the same type. Make sure you set the handle representation before the widget is enabled. (The method InstantiateHandleRepresentation() is invoked by the vtkAngle widget.)
override int Kitware.VTK.vtkAngleRepresentation.IsA | ( | string | type | ) | [virtual] |
Standard VTK methods.
Reimplemented from Kitware.VTK.vtkWidgetRepresentation.
Reimplemented in Kitware.VTK.vtkAngleRepresentation3D, and Kitware.VTK.vtkAngleRepresentation2D.
static new int Kitware.VTK.vtkAngleRepresentation.IsTypeOf | ( | string | type | ) | [static] |
Standard VTK methods.
Reimplemented from Kitware.VTK.vtkWidgetRepresentation.
Reimplemented in Kitware.VTK.vtkAngleRepresentation3D, and Kitware.VTK.vtkAngleRepresentation2D.
Standard VTK methods.
Reimplemented from Kitware.VTK.vtkWidgetRepresentation.
Reimplemented in Kitware.VTK.vtkAngleRepresentation3D, and Kitware.VTK.vtkAngleRepresentation2D.
virtual void Kitware.VTK.vtkAngleRepresentation.Ray1VisibilityOff | ( | ) | [virtual] |
Special methods for turning off the rays and arc that define the cone and arc of the angle.
virtual void Kitware.VTK.vtkAngleRepresentation.Ray1VisibilityOn | ( | ) | [virtual] |
Special methods for turning off the rays and arc that define the cone and arc of the angle.
virtual void Kitware.VTK.vtkAngleRepresentation.Ray2VisibilityOff | ( | ) | [virtual] |
Special methods for turning off the rays and arc that define the cone and arc of the angle.
virtual void Kitware.VTK.vtkAngleRepresentation.Ray2VisibilityOn | ( | ) | [virtual] |
Special methods for turning off the rays and arc that define the cone and arc of the angle.
static new vtkAngleRepresentation Kitware.VTK.vtkAngleRepresentation.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Standard VTK methods.
Reimplemented from Kitware.VTK.vtkWidgetRepresentation.
Reimplemented in Kitware.VTK.vtkAngleRepresentation3D, and Kitware.VTK.vtkAngleRepresentation2D.
virtual void Kitware.VTK.vtkAngleRepresentation.SetArcVisibility | ( | int | _arg | ) | [virtual] |
Special methods for turning off the rays and arc that define the cone and arc of the angle.
virtual void Kitware.VTK.vtkAngleRepresentation.SetCenterDisplayPosition | ( | IntPtr | pos | ) | [virtual] |
Methods to Set/Get the coordinates of the three points defining this representation. Note that methods are available for both display and world coordinates.
Reimplemented in Kitware.VTK.vtkAngleRepresentation3D, and Kitware.VTK.vtkAngleRepresentation2D.
This method is used to specify the type of handle representation to use for the three internal vtkHandleWidgets within vtkAngleRepresentation. To use this method, create a dummy vtkHandleRepresentation (or subclass), and then invoke this method with this dummy. Then the vtkAngleRepresentation uses this dummy to clone three vtkHandleRepresentations of the same type. Make sure you set the handle representation before the widget is enabled. (The method InstantiateHandleRepresentation() is invoked by the vtkAngle widget.)
virtual void Kitware.VTK.vtkAngleRepresentation.SetLabelFormat | ( | string | _arg | ) | [virtual] |
Specify the format to use for labelling the angle. Note that an empty string results in no label, or a format string without a "%" character will not print the angle value.
virtual void Kitware.VTK.vtkAngleRepresentation.SetPoint1DisplayPosition | ( | IntPtr | pos | ) | [virtual] |
Methods to Set/Get the coordinates of the three points defining this representation. Note that methods are available for both display and world coordinates.
Reimplemented in Kitware.VTK.vtkAngleRepresentation3D, and Kitware.VTK.vtkAngleRepresentation2D.
virtual void Kitware.VTK.vtkAngleRepresentation.SetPoint2DisplayPosition | ( | IntPtr | pos | ) | [virtual] |
Methods to Set/Get the coordinates of the three points defining this representation. Note that methods are available for both display and world coordinates.
Reimplemented in Kitware.VTK.vtkAngleRepresentation3D, and Kitware.VTK.vtkAngleRepresentation2D.
virtual void Kitware.VTK.vtkAngleRepresentation.SetRay1Visibility | ( | int | _arg | ) | [virtual] |
Special methods for turning off the rays and arc that define the cone and arc of the angle.
virtual void Kitware.VTK.vtkAngleRepresentation.SetRay2Visibility | ( | int | _arg | ) | [virtual] |
Special methods for turning off the rays and arc that define the cone and arc of the angle.
virtual void Kitware.VTK.vtkAngleRepresentation.SetTolerance | ( | int | _arg | ) | [virtual] |
The tolerance representing the distance to the representation (in pixels) in which the cursor is considered near enough to the end points of the representation to be active.
override void Kitware.VTK.vtkAngleRepresentation.StartWidgetInteraction | ( | IntPtr | e | ) | [virtual] |
These are methods that satisfy vtkWidgetRepresentation's API.
Reimplemented from Kitware.VTK.vtkWidgetRepresentation.
static internal void Kitware.VTK.vtkAngleRepresentation.vtkAngleRepresentation_ArcVisibilityOff_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkAngleRepresentation.vtkAngleRepresentation_ArcVisibilityOn_02 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkAngleRepresentation.vtkAngleRepresentation_BuildRepresentation_03 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkAngleRepresentation.vtkAngleRepresentation_CenterWidgetInteraction_04 | ( | HandleRef | pThis, |
IntPtr | e | ||
) | [private] |
static internal int Kitware.VTK.vtkAngleRepresentation.vtkAngleRepresentation_ComputeInteractionState_05 | ( | HandleRef | pThis, |
int | X, | ||
int | Y, | ||
int | modify | ||
) | [private] |
static internal double Kitware.VTK.vtkAngleRepresentation.vtkAngleRepresentation_GetAngle_06 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkAngleRepresentation.vtkAngleRepresentation_GetArcVisibility_07 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkAngleRepresentation.vtkAngleRepresentation_GetCenterDisplayPosition_08 | ( | HandleRef | pThis, |
IntPtr | pos | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkAngleRepresentation.vtkAngleRepresentation_GetCenterRepresentation_09 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkAngleRepresentation.vtkAngleRepresentation_GetCenterWorldPosition_10 | ( | HandleRef | pThis, |
IntPtr | pos | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkAngleRepresentation.vtkAngleRepresentation_GetLabelFormat_11 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkAngleRepresentation.vtkAngleRepresentation_GetPoint1DisplayPosition_12 | ( | HandleRef | pThis, |
IntPtr | pos | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkAngleRepresentation.vtkAngleRepresentation_GetPoint1Representation_13 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkAngleRepresentation.vtkAngleRepresentation_GetPoint1WorldPosition_14 | ( | HandleRef | pThis, |
IntPtr | pos | ||
) | [private] |
static internal void Kitware.VTK.vtkAngleRepresentation.vtkAngleRepresentation_GetPoint2DisplayPosition_15 | ( | HandleRef | pThis, |
IntPtr | pos | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkAngleRepresentation.vtkAngleRepresentation_GetPoint2Representation_16 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkAngleRepresentation.vtkAngleRepresentation_GetPoint2WorldPosition_17 | ( | HandleRef | pThis, |
IntPtr | pos | ||
) | [private] |
static internal int Kitware.VTK.vtkAngleRepresentation.vtkAngleRepresentation_GetRay1Visibility_18 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkAngleRepresentation.vtkAngleRepresentation_GetRay2Visibility_19 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkAngleRepresentation.vtkAngleRepresentation_GetTolerance_20 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkAngleRepresentation.vtkAngleRepresentation_GetToleranceMaxValue_21 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkAngleRepresentation.vtkAngleRepresentation_GetToleranceMinValue_22 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkAngleRepresentation.vtkAngleRepresentation_InstantiateHandleRepresentation_23 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkAngleRepresentation.vtkAngleRepresentation_IsA_24 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkAngleRepresentation.vtkAngleRepresentation_IsTypeOf_25 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkAngleRepresentation.vtkAngleRepresentation_NewInstance_26 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkAngleRepresentation.vtkAngleRepresentation_Ray1VisibilityOff_27 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkAngleRepresentation.vtkAngleRepresentation_Ray1VisibilityOn_28 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkAngleRepresentation.vtkAngleRepresentation_Ray2VisibilityOff_29 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkAngleRepresentation.vtkAngleRepresentation_Ray2VisibilityOn_30 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkAngleRepresentation.vtkAngleRepresentation_SafeDownCast_31 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkAngleRepresentation.vtkAngleRepresentation_SetArcVisibility_32 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkAngleRepresentation.vtkAngleRepresentation_SetCenterDisplayPosition_33 | ( | HandleRef | pThis, |
IntPtr | pos | ||
) | [private] |
static internal void Kitware.VTK.vtkAngleRepresentation.vtkAngleRepresentation_SetHandleRepresentation_34 | ( | HandleRef | pThis, |
HandleRef | handle | ||
) | [private] |
static internal void Kitware.VTK.vtkAngleRepresentation.vtkAngleRepresentation_SetLabelFormat_35 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkAngleRepresentation.vtkAngleRepresentation_SetPoint1DisplayPosition_36 | ( | HandleRef | pThis, |
IntPtr | pos | ||
) | [private] |
static internal void Kitware.VTK.vtkAngleRepresentation.vtkAngleRepresentation_SetPoint2DisplayPosition_37 | ( | HandleRef | pThis, |
IntPtr | pos | ||
) | [private] |
static internal void Kitware.VTK.vtkAngleRepresentation.vtkAngleRepresentation_SetRay1Visibility_38 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkAngleRepresentation.vtkAngleRepresentation_SetRay2Visibility_39 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkAngleRepresentation.vtkAngleRepresentation_SetTolerance_40 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkAngleRepresentation.vtkAngleRepresentation_StartWidgetInteraction_41 | ( | HandleRef | pThis, |
IntPtr | e | ||
) | [private] |
static internal void Kitware.VTK.vtkAngleRepresentation.vtkAngleRepresentation_WidgetInteraction_42 | ( | HandleRef | pThis, |
IntPtr | e | ||
) | [private] |
override void Kitware.VTK.vtkAngleRepresentation.WidgetInteraction | ( | IntPtr | e | ) | [virtual] |
These are methods that satisfy vtkWidgetRepresentation's API.
Reimplemented from Kitware.VTK.vtkWidgetRepresentation.
new readonly string Kitware.VTK.vtkAngleRepresentation.MRClassNameKey = "22vtkAngleRepresentation" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkWidgetRepresentation.
Reimplemented in Kitware.VTK.vtkAngleRepresentation2D, and Kitware.VTK.vtkAngleRepresentation3D.
new const string Kitware.VTK.vtkAngleRepresentation.MRFullTypeName = "Kitware.VTK.vtkAngleRepresentation" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkWidgetRepresentation.
Reimplemented in Kitware.VTK.vtkAngleRepresentation2D, and Kitware.VTK.vtkAngleRepresentation3D.