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

vtkAngleRepresentation2D - represent the vtkAngleWidget More...

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

List of all members.

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.

Detailed Description

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

Set/Get the three leaders used to create this representation. By obtaining these leaders the user can set the appropriate properties, etc.

Here is the call graph for this function:

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.

Set/Get the three leaders used to create this representation. By obtaining these leaders the user can set the appropriate properties, etc.

Here is the call graph for this function:

Set/Get the three leaders used to create this representation. By obtaining these leaders the user can set the appropriate properties, etc.

Here is the call graph for this function:

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.

Instantiate class.

Reimplemented from Kitware.VTK.vtkObject.

Standard VTK methods.

Reimplemented from Kitware.VTK.vtkAngleRepresentation.

Methods required by vtkProp superclass.

Reimplemented from Kitware.VTK.vtkWidgetRepresentation.

Methods required by vtkProp superclass.

Reimplemented from Kitware.VTK.vtkWidgetRepresentation.

Standard VTK methods.

Reimplemented from Kitware.VTK.vtkAngleRepresentation.

Here is the call graph for this function:

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 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]

Member Data Documentation

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.


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