ActiViz .NET
5.8.0
|
vtkAngleRepresentation3D - represent the vtkAngleWidget More...
Public Member Functions | |
vtkAngleRepresentation3D (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkAngleRepresentation3D () | |
Instantiate class. | |
override void | BuildRepresentation () |
Method defined by vtkWidgetRepresentation superclass and needed here. | |
override double | GetAngle () |
Satisfy the superclasses API. Angle returned is in radians. | |
virtual vtkActor | 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 vtkActor | GetRay1 () |
Set/Get the three leaders used to create this representation. By obtaining these leaders the user can set the appropriate properties, etc. | |
virtual vtkActor | GetRay2 () |
Set/Get the three leaders used to create this representation. By obtaining these leaders the user can set the appropriate properties, etc. | |
virtual vtkFollower | GetTextActor () |
Set/Get the three leaders used to create this representation. By obtaining these leaders the user can set the appropriate properties, etc. | |
virtual IntPtr | GetTextActorScale () |
Scale text. | |
override int | HasTranslucentPolygonalGeometry () |
Methods required by vtkProp superclass. | |
override int | IsA (string type) |
Standard VTK methods. | |
new vtkAngleRepresentation3D | NewInstance () |
Standard VTK methods. | |
override void | ReleaseGraphicsResources (vtkWindow w) |
Methods required by vtkProp superclass. | |
override int | RenderOpaqueGeometry (vtkViewport arg0) |
Methods required by vtkProp superclass. | |
override int | RenderTranslucentPolygonalGeometry (vtkViewport arg0) |
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. | |
virtual void | SetCenterWorldPosition (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. | |
virtual void | SetPoint1WorldPosition (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. | |
virtual void | SetPoint2WorldPosition (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 void | SetTextActorScale (IntPtr scale) |
Scale text. | |
Static Public Member Functions | |
static new vtkAngleRepresentation3D | New () |
Instantiate class. | |
static new int | IsTypeOf (string type) |
Standard VTK methods. | |
static new vtkAngleRepresentation3D | SafeDownCast (vtkObjectBase o) |
Standard VTK methods. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkAngleRepresentation3D" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "24vtkAngleRepresentation3D" |
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 | vtkAngleRepresentation3D_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkAngleRepresentation3D_BuildRepresentation_01 (HandleRef pThis) |
static internal double | vtkAngleRepresentation3D_GetAngle_02 (HandleRef pThis) |
static internal IntPtr | vtkAngleRepresentation3D_GetArc_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkAngleRepresentation3D_GetCenterDisplayPosition_04 (HandleRef pThis, IntPtr pos) |
static internal void | vtkAngleRepresentation3D_GetCenterWorldPosition_05 (HandleRef pThis, IntPtr pos) |
static internal void | vtkAngleRepresentation3D_GetPoint1DisplayPosition_06 (HandleRef pThis, IntPtr pos) |
static internal void | vtkAngleRepresentation3D_GetPoint1WorldPosition_07 (HandleRef pThis, IntPtr pos) |
static internal void | vtkAngleRepresentation3D_GetPoint2DisplayPosition_08 (HandleRef pThis, IntPtr pos) |
static internal void | vtkAngleRepresentation3D_GetPoint2WorldPosition_09 (HandleRef pThis, IntPtr pos) |
static internal IntPtr | vtkAngleRepresentation3D_GetRay1_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkAngleRepresentation3D_GetRay2_11 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkAngleRepresentation3D_GetTextActor_12 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkAngleRepresentation3D_GetTextActorScale_13 (HandleRef pThis) |
static internal int | vtkAngleRepresentation3D_HasTranslucentPolygonalGeometry_14 (HandleRef pThis) |
static internal int | vtkAngleRepresentation3D_IsA_15 (HandleRef pThis, string type) |
static internal int | vtkAngleRepresentation3D_IsTypeOf_16 (string type) |
static internal IntPtr | vtkAngleRepresentation3D_NewInstance_18 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkAngleRepresentation3D_ReleaseGraphicsResources_19 (HandleRef pThis, HandleRef w) |
static internal int | vtkAngleRepresentation3D_RenderOpaqueGeometry_20 (HandleRef pThis, HandleRef arg0) |
static internal int | vtkAngleRepresentation3D_RenderTranslucentPolygonalGeometry_21 (HandleRef pThis, HandleRef arg0) |
static internal IntPtr | vtkAngleRepresentation3D_SafeDownCast_22 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkAngleRepresentation3D_SetCenterDisplayPosition_23 (HandleRef pThis, IntPtr pos) |
static internal void | vtkAngleRepresentation3D_SetCenterWorldPosition_24 (HandleRef pThis, IntPtr pos) |
static internal void | vtkAngleRepresentation3D_SetPoint1DisplayPosition_25 (HandleRef pThis, IntPtr pos) |
static internal void | vtkAngleRepresentation3D_SetPoint1WorldPosition_26 (HandleRef pThis, IntPtr pos) |
static internal void | vtkAngleRepresentation3D_SetPoint2DisplayPosition_27 (HandleRef pThis, IntPtr pos) |
static internal void | vtkAngleRepresentation3D_SetPoint2WorldPosition_28 (HandleRef pThis, IntPtr pos) |
static internal void | vtkAngleRepresentation3D_SetTextActorScale_29 (HandleRef pThis, IntPtr scale) |
Static Private Member Functions | |
static | vtkAngleRepresentation3D () |
Automatically generated type registration mechanics. |
vtkAngleRepresentation3D - represent the vtkAngleWidget
Description The vtkAngleRepresentation3D 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 3D representation, meaning that it draws in the overlay plane.
static Kitware.VTK.vtkAngleRepresentation3D.vtkAngleRepresentation3D | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkAngleRepresentation3D.vtkAngleRepresentation3D | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Instantiate class.
override void Kitware.VTK.vtkAngleRepresentation3D.BuildRepresentation | ( | ) | [virtual] |
Method defined by vtkWidgetRepresentation superclass and needed here.
Reimplemented from Kitware.VTK.vtkAngleRepresentation.
override void Kitware.VTK.vtkAngleRepresentation3D.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.vtkAngleRepresentation3D.GetAngle | ( | ) | [virtual] |
Satisfy the superclasses API. Angle returned is in radians.
Reimplemented from Kitware.VTK.vtkAngleRepresentation.
virtual vtkActor Kitware.VTK.vtkAngleRepresentation3D.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.vtkAngleRepresentation3D.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.vtkAngleRepresentation3D.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.vtkAngleRepresentation3D.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.vtkAngleRepresentation3D.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.vtkAngleRepresentation3D.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.vtkAngleRepresentation3D.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 vtkActor Kitware.VTK.vtkAngleRepresentation3D.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 vtkActor Kitware.VTK.vtkAngleRepresentation3D.GetRay2 | ( | ) | [virtual] |
Set/Get the three leaders used to create this representation. By obtaining these leaders the user can set the appropriate properties, etc.
virtual vtkFollower Kitware.VTK.vtkAngleRepresentation3D.GetTextActor | ( | ) | [virtual] |
Set/Get the three leaders used to create this representation. By obtaining these leaders the user can set the appropriate properties, etc.
virtual IntPtr Kitware.VTK.vtkAngleRepresentation3D.GetTextActorScale | ( | ) | [virtual] |
Scale text.
override int Kitware.VTK.vtkAngleRepresentation3D.HasTranslucentPolygonalGeometry | ( | ) | [virtual] |
Methods required by vtkProp superclass.
Reimplemented from Kitware.VTK.vtkWidgetRepresentation.
override int Kitware.VTK.vtkAngleRepresentation3D.IsA | ( | string | type | ) | [virtual] |
Standard VTK methods.
Reimplemented from Kitware.VTK.vtkAngleRepresentation.
static new int Kitware.VTK.vtkAngleRepresentation3D.IsTypeOf | ( | string | type | ) | [static] |
Standard VTK methods.
Reimplemented from Kitware.VTK.vtkAngleRepresentation.
static new vtkAngleRepresentation3D Kitware.VTK.vtkAngleRepresentation3D.New | ( | ) | [static] |
Instantiate class.
Reimplemented from Kitware.VTK.vtkObject.
Standard VTK methods.
Reimplemented from Kitware.VTK.vtkAngleRepresentation.
override void Kitware.VTK.vtkAngleRepresentation3D.ReleaseGraphicsResources | ( | vtkWindow | w | ) | [virtual] |
Methods required by vtkProp superclass.
Reimplemented from Kitware.VTK.vtkWidgetRepresentation.
override int Kitware.VTK.vtkAngleRepresentation3D.RenderOpaqueGeometry | ( | vtkViewport | arg0 | ) | [virtual] |
Methods required by vtkProp superclass.
Reimplemented from Kitware.VTK.vtkWidgetRepresentation.
override int Kitware.VTK.vtkAngleRepresentation3D.RenderTranslucentPolygonalGeometry | ( | vtkViewport | arg0 | ) | [virtual] |
Methods required by vtkProp superclass.
Reimplemented from Kitware.VTK.vtkWidgetRepresentation.
static new vtkAngleRepresentation3D Kitware.VTK.vtkAngleRepresentation3D.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Standard VTK methods.
Reimplemented from Kitware.VTK.vtkAngleRepresentation.
override void Kitware.VTK.vtkAngleRepresentation3D.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.
virtual void Kitware.VTK.vtkAngleRepresentation3D.SetCenterWorldPosition | ( | 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.
override void Kitware.VTK.vtkAngleRepresentation3D.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.
virtual void Kitware.VTK.vtkAngleRepresentation3D.SetPoint1WorldPosition | ( | 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.
override void Kitware.VTK.vtkAngleRepresentation3D.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.
virtual void Kitware.VTK.vtkAngleRepresentation3D.SetPoint2WorldPosition | ( | 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.
virtual void Kitware.VTK.vtkAngleRepresentation3D.SetTextActorScale | ( | IntPtr | scale | ) | [virtual] |
Scale text.
static internal void Kitware.VTK.vtkAngleRepresentation3D.vtkAngleRepresentation3D_BuildRepresentation_01 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkAngleRepresentation3D.vtkAngleRepresentation3D_GetAngle_02 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkAngleRepresentation3D.vtkAngleRepresentation3D_GetArc_03 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkAngleRepresentation3D.vtkAngleRepresentation3D_GetCenterDisplayPosition_04 | ( | HandleRef | pThis, |
IntPtr | pos | ||
) | [private] |
static internal void Kitware.VTK.vtkAngleRepresentation3D.vtkAngleRepresentation3D_GetCenterWorldPosition_05 | ( | HandleRef | pThis, |
IntPtr | pos | ||
) | [private] |
static internal void Kitware.VTK.vtkAngleRepresentation3D.vtkAngleRepresentation3D_GetPoint1DisplayPosition_06 | ( | HandleRef | pThis, |
IntPtr | pos | ||
) | [private] |
static internal void Kitware.VTK.vtkAngleRepresentation3D.vtkAngleRepresentation3D_GetPoint1WorldPosition_07 | ( | HandleRef | pThis, |
IntPtr | pos | ||
) | [private] |
static internal void Kitware.VTK.vtkAngleRepresentation3D.vtkAngleRepresentation3D_GetPoint2DisplayPosition_08 | ( | HandleRef | pThis, |
IntPtr | pos | ||
) | [private] |
static internal void Kitware.VTK.vtkAngleRepresentation3D.vtkAngleRepresentation3D_GetPoint2WorldPosition_09 | ( | HandleRef | pThis, |
IntPtr | pos | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkAngleRepresentation3D.vtkAngleRepresentation3D_GetRay1_10 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkAngleRepresentation3D.vtkAngleRepresentation3D_GetRay2_11 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkAngleRepresentation3D.vtkAngleRepresentation3D_GetTextActor_12 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkAngleRepresentation3D.vtkAngleRepresentation3D_GetTextActorScale_13 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkAngleRepresentation3D.vtkAngleRepresentation3D_HasTranslucentPolygonalGeometry_14 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkAngleRepresentation3D.vtkAngleRepresentation3D_IsA_15 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkAngleRepresentation3D.vtkAngleRepresentation3D_IsTypeOf_16 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkAngleRepresentation3D.vtkAngleRepresentation3D_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkAngleRepresentation3D.vtkAngleRepresentation3D_NewInstance_18 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkAngleRepresentation3D.vtkAngleRepresentation3D_ReleaseGraphicsResources_19 | ( | HandleRef | pThis, |
HandleRef | w | ||
) | [private] |
static internal int Kitware.VTK.vtkAngleRepresentation3D.vtkAngleRepresentation3D_RenderOpaqueGeometry_20 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal int Kitware.VTK.vtkAngleRepresentation3D.vtkAngleRepresentation3D_RenderTranslucentPolygonalGeometry_21 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkAngleRepresentation3D.vtkAngleRepresentation3D_SafeDownCast_22 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkAngleRepresentation3D.vtkAngleRepresentation3D_SetCenterDisplayPosition_23 | ( | HandleRef | pThis, |
IntPtr | pos | ||
) | [private] |
static internal void Kitware.VTK.vtkAngleRepresentation3D.vtkAngleRepresentation3D_SetCenterWorldPosition_24 | ( | HandleRef | pThis, |
IntPtr | pos | ||
) | [private] |
static internal void Kitware.VTK.vtkAngleRepresentation3D.vtkAngleRepresentation3D_SetPoint1DisplayPosition_25 | ( | HandleRef | pThis, |
IntPtr | pos | ||
) | [private] |
static internal void Kitware.VTK.vtkAngleRepresentation3D.vtkAngleRepresentation3D_SetPoint1WorldPosition_26 | ( | HandleRef | pThis, |
IntPtr | pos | ||
) | [private] |
static internal void Kitware.VTK.vtkAngleRepresentation3D.vtkAngleRepresentation3D_SetPoint2DisplayPosition_27 | ( | HandleRef | pThis, |
IntPtr | pos | ||
) | [private] |
static internal void Kitware.VTK.vtkAngleRepresentation3D.vtkAngleRepresentation3D_SetPoint2WorldPosition_28 | ( | HandleRef | pThis, |
IntPtr | pos | ||
) | [private] |
static internal void Kitware.VTK.vtkAngleRepresentation3D.vtkAngleRepresentation3D_SetTextActorScale_29 | ( | HandleRef | pThis, |
IntPtr | scale | ||
) | [private] |
new readonly string Kitware.VTK.vtkAngleRepresentation3D.MRClassNameKey = "24vtkAngleRepresentation3D" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkAngleRepresentation.
new const string Kitware.VTK.vtkAngleRepresentation3D.MRFullTypeName = "Kitware.VTK.vtkAngleRepresentation3D" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkAngleRepresentation.