ActiViz .NET
5.8.0
|
vtkAngleRepresentation2D - represent the vtkAngleWidget More...
Public Member Functions | |
vtkAngleRepresentation2D (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkAngleRepresentation2D () | |
Instantiate class. | |
override void | BuildRepresentation () |
Method defined by vtkWidgetRepresentation superclass and needed here. | |
override double | GetAngle () |
Satisfy the superclasses API. | |
virtual vtkLeaderActor2D | GetArc () |
Set/Get the three leaders used to create this representation. By obtaining these leaders the user can set the appropriate properties, etc. | |
override void | GetCenterDisplayPosition (IntPtr pos) |
Methods to Set/Get the coordinates of the two points defining this representation. Note that methods are available for both display and world coordinates. | |
override void | GetCenterWorldPosition (IntPtr pos) |
Methods to Set/Get the coordinates of the two points defining this representation. Note that methods are available for both display and world coordinates. | |
override void | GetPoint1DisplayPosition (IntPtr pos) |
Methods to Set/Get the coordinates of the two points defining this representation. Note that methods are available for both display and world coordinates. | |
override void | GetPoint1WorldPosition (IntPtr pos) |
Methods to Set/Get the coordinates of the two points defining this representation. Note that methods are available for both display and world coordinates. | |
override void | GetPoint2DisplayPosition (IntPtr pos) |
Methods to Set/Get the coordinates of the two points defining this representation. Note that methods are available for both display and world coordinates. | |
override void | GetPoint2WorldPosition (IntPtr pos) |
Methods to Set/Get the coordinates of the two points defining this representation. Note that methods are available for both display and world coordinates. | |
virtual vtkLeaderActor2D | GetRay1 () |
Set/Get the three leaders used to create this representation. By obtaining these leaders the user can set the appropriate properties, etc. | |
virtual vtkLeaderActor2D | GetRay2 () |
Set/Get the three leaders used to create this representation. By obtaining these leaders the user can set the appropriate properties, etc. | |
override int | IsA (string type) |
Standard VTK methods. | |
new vtkAngleRepresentation2D | NewInstance () |
Standard VTK methods. | |
override void | ReleaseGraphicsResources (vtkWindow w) |
Methods required by vtkProp superclass. | |
override int | RenderOverlay (vtkViewport viewport) |
Methods required by vtkProp superclass. | |
override void | SetCenterDisplayPosition (IntPtr pos) |
Methods to Set/Get the coordinates of the two points defining this representation. Note that methods are available for both display and world coordinates. | |
override void | SetPoint1DisplayPosition (IntPtr pos) |
Methods to Set/Get the coordinates of the two points defining this representation. Note that methods are available for both display and world coordinates. | |
override void | SetPoint2DisplayPosition (IntPtr pos) |
Methods to Set/Get the coordinates of the two points defining this representation. Note that methods are available for both display and world coordinates. | |
Static Public Member Functions | |
static new vtkAngleRepresentation2D | New () |
Instantiate class. | |
static new int | IsTypeOf (string type) |
Standard VTK methods. | |
static new vtkAngleRepresentation2D | SafeDownCast (vtkObjectBase o) |
Standard VTK methods. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkAngleRepresentation2D" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "24vtkAngleRepresentation2D" |
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 | vtkAngleRepresentation2D_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkAngleRepresentation2D_BuildRepresentation_01 (HandleRef pThis) |
static internal double | vtkAngleRepresentation2D_GetAngle_02 (HandleRef pThis) |
static internal IntPtr | vtkAngleRepresentation2D_GetArc_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkAngleRepresentation2D_GetCenterDisplayPosition_04 (HandleRef pThis, IntPtr pos) |
static internal void | vtkAngleRepresentation2D_GetCenterWorldPosition_05 (HandleRef pThis, IntPtr pos) |
static internal void | vtkAngleRepresentation2D_GetPoint1DisplayPosition_06 (HandleRef pThis, IntPtr pos) |
static internal void | vtkAngleRepresentation2D_GetPoint1WorldPosition_07 (HandleRef pThis, IntPtr pos) |
static internal void | vtkAngleRepresentation2D_GetPoint2DisplayPosition_08 (HandleRef pThis, IntPtr pos) |
static internal void | vtkAngleRepresentation2D_GetPoint2WorldPosition_09 (HandleRef pThis, IntPtr pos) |
static internal IntPtr | vtkAngleRepresentation2D_GetRay1_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkAngleRepresentation2D_GetRay2_11 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkAngleRepresentation2D_IsA_12 (HandleRef pThis, string type) |
static internal int | vtkAngleRepresentation2D_IsTypeOf_13 (string type) |
static internal IntPtr | vtkAngleRepresentation2D_NewInstance_15 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkAngleRepresentation2D_ReleaseGraphicsResources_16 (HandleRef pThis, HandleRef w) |
static internal int | vtkAngleRepresentation2D_RenderOverlay_17 (HandleRef pThis, HandleRef viewport) |
static internal IntPtr | vtkAngleRepresentation2D_SafeDownCast_18 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkAngleRepresentation2D_SetCenterDisplayPosition_19 (HandleRef pThis, IntPtr pos) |
static internal void | vtkAngleRepresentation2D_SetPoint1DisplayPosition_20 (HandleRef pThis, IntPtr pos) |
static internal void | vtkAngleRepresentation2D_SetPoint2DisplayPosition_21 (HandleRef pThis, IntPtr pos) |
Static Private Member Functions | |
static | vtkAngleRepresentation2D () |
Automatically generated type registration mechanics. |
vtkAngleRepresentation2D - represent the vtkAngleWidget
Description The vtkAngleRepresentation2D is a representation for 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). This particular implementation is a 2D representation, meaning that it draws in the overlay plane.
static Kitware.VTK.vtkAngleRepresentation2D.vtkAngleRepresentation2D | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkAngleRepresentation2D.vtkAngleRepresentation2D | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Instantiate class.
override void Kitware.VTK.vtkAngleRepresentation2D.BuildRepresentation | ( | ) | [virtual] |
Method defined by vtkWidgetRepresentation superclass and needed here.
Reimplemented from Kitware.VTK.vtkAngleRepresentation.
override void Kitware.VTK.vtkAngleRepresentation2D.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.vtkAngleRepresentation.
override double Kitware.VTK.vtkAngleRepresentation2D.GetAngle | ( | ) | [virtual] |
Satisfy the superclasses API.
Reimplemented from Kitware.VTK.vtkAngleRepresentation.
virtual vtkLeaderActor2D Kitware.VTK.vtkAngleRepresentation2D.GetArc | ( | ) | [virtual] |
Set/Get the three leaders used to create this representation. By obtaining these leaders the user can set the appropriate properties, etc.
override void Kitware.VTK.vtkAngleRepresentation2D.GetCenterDisplayPosition | ( | IntPtr | pos | ) | [virtual] |
Methods to Set/Get the coordinates of the two points defining this representation. Note that methods are available for both display and world coordinates.
Reimplemented from Kitware.VTK.vtkAngleRepresentation.
override void Kitware.VTK.vtkAngleRepresentation2D.GetCenterWorldPosition | ( | IntPtr | pos | ) | [virtual] |
Methods to Set/Get the coordinates of the two points defining this representation. Note that methods are available for both display and world coordinates.
Reimplemented from Kitware.VTK.vtkAngleRepresentation.
override void Kitware.VTK.vtkAngleRepresentation2D.GetPoint1DisplayPosition | ( | IntPtr | pos | ) | [virtual] |
Methods to Set/Get the coordinates of the two points defining this representation. Note that methods are available for both display and world coordinates.
Reimplemented from Kitware.VTK.vtkAngleRepresentation.
override void Kitware.VTK.vtkAngleRepresentation2D.GetPoint1WorldPosition | ( | IntPtr | pos | ) | [virtual] |
Methods to Set/Get the coordinates of the two points defining this representation. Note that methods are available for both display and world coordinates.
Reimplemented from Kitware.VTK.vtkAngleRepresentation.
override void Kitware.VTK.vtkAngleRepresentation2D.GetPoint2DisplayPosition | ( | IntPtr | pos | ) | [virtual] |
Methods to Set/Get the coordinates of the two points defining this representation. Note that methods are available for both display and world coordinates.
Reimplemented from Kitware.VTK.vtkAngleRepresentation.
override void Kitware.VTK.vtkAngleRepresentation2D.GetPoint2WorldPosition | ( | IntPtr | pos | ) | [virtual] |
Methods to Set/Get the coordinates of the two points defining this representation. Note that methods are available for both display and world coordinates.
Reimplemented from Kitware.VTK.vtkAngleRepresentation.
virtual vtkLeaderActor2D Kitware.VTK.vtkAngleRepresentation2D.GetRay1 | ( | ) | [virtual] |
Set/Get the three leaders used to create this representation. By obtaining these leaders the user can set the appropriate properties, etc.
virtual vtkLeaderActor2D Kitware.VTK.vtkAngleRepresentation2D.GetRay2 | ( | ) | [virtual] |
Set/Get the three leaders used to create this representation. By obtaining these leaders the user can set the appropriate properties, etc.
override int Kitware.VTK.vtkAngleRepresentation2D.IsA | ( | string | type | ) | [virtual] |
Standard VTK methods.
Reimplemented from Kitware.VTK.vtkAngleRepresentation.
static new int Kitware.VTK.vtkAngleRepresentation2D.IsTypeOf | ( | string | type | ) | [static] |
Standard VTK methods.
Reimplemented from Kitware.VTK.vtkAngleRepresentation.
static new vtkAngleRepresentation2D Kitware.VTK.vtkAngleRepresentation2D.New | ( | ) | [static] |
Instantiate class.
Reimplemented from Kitware.VTK.vtkObject.
Standard VTK methods.
Reimplemented from Kitware.VTK.vtkAngleRepresentation.
override void Kitware.VTK.vtkAngleRepresentation2D.ReleaseGraphicsResources | ( | vtkWindow | w | ) | [virtual] |
Methods required by vtkProp superclass.
Reimplemented from Kitware.VTK.vtkWidgetRepresentation.
override int Kitware.VTK.vtkAngleRepresentation2D.RenderOverlay | ( | vtkViewport | viewport | ) | [virtual] |
Methods required by vtkProp superclass.
Reimplemented from Kitware.VTK.vtkWidgetRepresentation.
static new vtkAngleRepresentation2D Kitware.VTK.vtkAngleRepresentation2D.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Standard VTK methods.
Reimplemented from Kitware.VTK.vtkAngleRepresentation.
override void Kitware.VTK.vtkAngleRepresentation2D.SetCenterDisplayPosition | ( | IntPtr | pos | ) | [virtual] |
Methods to Set/Get the coordinates of the two points defining this representation. Note that methods are available for both display and world coordinates.
Reimplemented from Kitware.VTK.vtkAngleRepresentation.
override void Kitware.VTK.vtkAngleRepresentation2D.SetPoint1DisplayPosition | ( | IntPtr | pos | ) | [virtual] |
Methods to Set/Get the coordinates of the two points defining this representation. Note that methods are available for both display and world coordinates.
Reimplemented from Kitware.VTK.vtkAngleRepresentation.
override void Kitware.VTK.vtkAngleRepresentation2D.SetPoint2DisplayPosition | ( | IntPtr | pos | ) | [virtual] |
Methods to Set/Get the coordinates of the two points defining this representation. Note that methods are available for both display and world coordinates.
Reimplemented from Kitware.VTK.vtkAngleRepresentation.
static internal void Kitware.VTK.vtkAngleRepresentation2D.vtkAngleRepresentation2D_BuildRepresentation_01 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkAngleRepresentation2D.vtkAngleRepresentation2D_GetAngle_02 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkAngleRepresentation2D.vtkAngleRepresentation2D_GetArc_03 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkAngleRepresentation2D.vtkAngleRepresentation2D_GetCenterDisplayPosition_04 | ( | HandleRef | pThis, |
IntPtr | pos | ||
) | [private] |
static internal void Kitware.VTK.vtkAngleRepresentation2D.vtkAngleRepresentation2D_GetCenterWorldPosition_05 | ( | HandleRef | pThis, |
IntPtr | pos | ||
) | [private] |
static internal void Kitware.VTK.vtkAngleRepresentation2D.vtkAngleRepresentation2D_GetPoint1DisplayPosition_06 | ( | HandleRef | pThis, |
IntPtr | pos | ||
) | [private] |
static internal void Kitware.VTK.vtkAngleRepresentation2D.vtkAngleRepresentation2D_GetPoint1WorldPosition_07 | ( | HandleRef | pThis, |
IntPtr | pos | ||
) | [private] |
static internal void Kitware.VTK.vtkAngleRepresentation2D.vtkAngleRepresentation2D_GetPoint2DisplayPosition_08 | ( | HandleRef | pThis, |
IntPtr | pos | ||
) | [private] |
static internal void Kitware.VTK.vtkAngleRepresentation2D.vtkAngleRepresentation2D_GetPoint2WorldPosition_09 | ( | HandleRef | pThis, |
IntPtr | pos | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkAngleRepresentation2D.vtkAngleRepresentation2D_GetRay1_10 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkAngleRepresentation2D.vtkAngleRepresentation2D_GetRay2_11 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkAngleRepresentation2D.vtkAngleRepresentation2D_IsA_12 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkAngleRepresentation2D.vtkAngleRepresentation2D_IsTypeOf_13 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkAngleRepresentation2D.vtkAngleRepresentation2D_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkAngleRepresentation2D.vtkAngleRepresentation2D_NewInstance_15 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkAngleRepresentation2D.vtkAngleRepresentation2D_ReleaseGraphicsResources_16 | ( | HandleRef | pThis, |
HandleRef | w | ||
) | [private] |
static internal int Kitware.VTK.vtkAngleRepresentation2D.vtkAngleRepresentation2D_RenderOverlay_17 | ( | HandleRef | pThis, |
HandleRef | viewport | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkAngleRepresentation2D.vtkAngleRepresentation2D_SafeDownCast_18 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkAngleRepresentation2D.vtkAngleRepresentation2D_SetCenterDisplayPosition_19 | ( | HandleRef | pThis, |
IntPtr | pos | ||
) | [private] |
static internal void Kitware.VTK.vtkAngleRepresentation2D.vtkAngleRepresentation2D_SetPoint1DisplayPosition_20 | ( | HandleRef | pThis, |
IntPtr | pos | ||
) | [private] |
static internal void Kitware.VTK.vtkAngleRepresentation2D.vtkAngleRepresentation2D_SetPoint2DisplayPosition_21 | ( | HandleRef | pThis, |
IntPtr | pos | ||
) | [private] |
new readonly string Kitware.VTK.vtkAngleRepresentation2D.MRClassNameKey = "24vtkAngleRepresentation2D" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkAngleRepresentation.
new const string Kitware.VTK.vtkAngleRepresentation2D.MRFullTypeName = "Kitware.VTK.vtkAngleRepresentation2D" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkAngleRepresentation.