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

vtkDistanceRepresentation2D - represent the vtkDistanceWidget More...

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

List of all members.

Public Member Functions

 vtkDistanceRepresentation2D (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkDistanceRepresentation2D ()
 Instantiate class.
override void BuildRepresentation ()
 Method to satisfy superclasses' API.
vtkAxisActor2D GetAxis ()
 Retrieve the vtkAxisActor2D used to draw the measurement axis. With this properties can be set and so on. There is also a convenience method to get the axis property.
vtkProperty2D GetAxisProperty ()
 Retrieve the vtkAxisActor2D used to draw the measurement axis. With this properties can be set and so on. There is also a convenience method to get the axis property.
override double GetDistance ()
 Satisfy the superclasses API.
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 double[] GetPoint1WorldPosition ()
 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 double[] GetPoint2WorldPosition ()
 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.
override int IsA (string type)
 Standard VTK methods.
new vtkDistanceRepresentation2D NewInstance ()
 Standard VTK methods.
override void ReleaseGraphicsResources (vtkWindow w)
 Methods required by vtkProp superclass.
override int RenderOpaqueGeometry (vtkViewport viewport)
 Methods required by vtkProp superclass.
override int RenderOverlay (vtkViewport viewport)
 Methods required by vtkProp superclass.
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 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.
override 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.

Static Public Member Functions

static new
vtkDistanceRepresentation2D 
New ()
 Instantiate class.
static new int IsTypeOf (string type)
 Standard VTK methods.
static new
vtkDistanceRepresentation2D 
SafeDownCast (vtkObjectBase o)
 Standard VTK methods.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "27vtkDistanceRepresentation2D"
 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 vtkDistanceRepresentation2D_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkDistanceRepresentation2D_BuildRepresentation_01 (HandleRef pThis)
static internal IntPtr vtkDistanceRepresentation2D_GetAxis_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDistanceRepresentation2D_GetAxisProperty_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal double vtkDistanceRepresentation2D_GetDistance_04 (HandleRef pThis)
static internal void vtkDistanceRepresentation2D_GetPoint1DisplayPosition_05 (HandleRef pThis, IntPtr pos)
static internal IntPtr vtkDistanceRepresentation2D_GetPoint1WorldPosition_06 (HandleRef pThis)
static internal void vtkDistanceRepresentation2D_GetPoint1WorldPosition_07 (HandleRef pThis, IntPtr pos)
static internal void vtkDistanceRepresentation2D_GetPoint2DisplayPosition_08 (HandleRef pThis, IntPtr pos)
static internal IntPtr vtkDistanceRepresentation2D_GetPoint2WorldPosition_09 (HandleRef pThis)
static internal void vtkDistanceRepresentation2D_GetPoint2WorldPosition_10 (HandleRef pThis, IntPtr pos)
static internal int vtkDistanceRepresentation2D_IsA_11 (HandleRef pThis, string type)
static internal int vtkDistanceRepresentation2D_IsTypeOf_12 (string type)
static internal IntPtr vtkDistanceRepresentation2D_NewInstance_14 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkDistanceRepresentation2D_ReleaseGraphicsResources_15 (HandleRef pThis, HandleRef w)
static internal int vtkDistanceRepresentation2D_RenderOpaqueGeometry_16 (HandleRef pThis, HandleRef viewport)
static internal int vtkDistanceRepresentation2D_RenderOverlay_17 (HandleRef pThis, HandleRef viewport)
static internal IntPtr vtkDistanceRepresentation2D_SafeDownCast_18 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkDistanceRepresentation2D_SetPoint1DisplayPosition_19 (HandleRef pThis, IntPtr pos)
static internal void vtkDistanceRepresentation2D_SetPoint1WorldPosition_20 (HandleRef pThis, IntPtr pos)
static internal void vtkDistanceRepresentation2D_SetPoint2DisplayPosition_21 (HandleRef pThis, IntPtr pos)
static internal void vtkDistanceRepresentation2D_SetPoint2WorldPosition_22 (HandleRef pThis, IntPtr pos)

Static Private Member Functions

static vtkDistanceRepresentation2D ()
 Automatically generated type registration mechanics.

Detailed Description

vtkDistanceRepresentation2D - represent the vtkDistanceWidget

Description The vtkDistanceRepresentation2D is a representation for the vtkDistanceWidget. This representation consists of a measuring line (axis) and two vtkHandleWidgets to place the end points of the line. Note that this particular widget draws its representation in the overlay plane, and the handles also operate in the 2D overlay plane. (If you desire to use the distance widget for 3D measurements, use the vtkDistanceRepresentation3D.)


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Instantiate class.


Member Function Documentation

Method to satisfy superclasses' API.

Reimplemented from Kitware.VTK.vtkDistanceRepresentation.

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

Retrieve the vtkAxisActor2D used to draw the measurement axis. With this properties can be set and so on. There is also a convenience method to get the axis property.

Here is the call graph for this function:

Retrieve the vtkAxisActor2D used to draw the measurement axis. With this properties can be set and so on. There is also a convenience method to get the axis property.

Here is the call graph for this function:

Satisfy the superclasses API.

Reimplemented from Kitware.VTK.vtkDistanceRepresentation.

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.vtkDistanceRepresentation.

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.vtkDistanceRepresentation.

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

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.vtkDistanceRepresentation.

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.vtkDistanceRepresentation.

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

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

Standard VTK methods.

Reimplemented from Kitware.VTK.vtkDistanceRepresentation.

static new int Kitware.VTK.vtkDistanceRepresentation2D.IsTypeOf ( string  type) [static]

Standard VTK methods.

Reimplemented from Kitware.VTK.vtkDistanceRepresentation.

Instantiate class.

Reimplemented from Kitware.VTK.vtkObject.

Standard VTK methods.

Reimplemented from Kitware.VTK.vtkDistanceRepresentation.

Methods required by vtkProp superclass.

Reimplemented from Kitware.VTK.vtkWidgetRepresentation.

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.vtkDistanceRepresentation.

Here is the call graph for this function:

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.vtkDistanceRepresentation.

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

Reimplemented from Kitware.VTK.vtkDistanceRepresentation.

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.vtkDistanceRepresentation.

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

Reimplemented from Kitware.VTK.vtkDistanceRepresentation.

static internal IntPtr Kitware.VTK.vtkDistanceRepresentation2D.vtkDistanceRepresentation2D_GetAxis_02 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDistanceRepresentation2D.vtkDistanceRepresentation2D_GetAxisProperty_03 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal double Kitware.VTK.vtkDistanceRepresentation2D.vtkDistanceRepresentation2D_GetDistance_04 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkDistanceRepresentation2D.vtkDistanceRepresentation2D_GetPoint1DisplayPosition_05 ( HandleRef  pThis,
IntPtr  pos 
) [private]
static internal void Kitware.VTK.vtkDistanceRepresentation2D.vtkDistanceRepresentation2D_GetPoint1WorldPosition_07 ( HandleRef  pThis,
IntPtr  pos 
) [private]
static internal void Kitware.VTK.vtkDistanceRepresentation2D.vtkDistanceRepresentation2D_GetPoint2DisplayPosition_08 ( HandleRef  pThis,
IntPtr  pos 
) [private]
static internal void Kitware.VTK.vtkDistanceRepresentation2D.vtkDistanceRepresentation2D_GetPoint2WorldPosition_10 ( HandleRef  pThis,
IntPtr  pos 
) [private]
static internal int Kitware.VTK.vtkDistanceRepresentation2D.vtkDistanceRepresentation2D_IsA_11 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkDistanceRepresentation2D.vtkDistanceRepresentation2D_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDistanceRepresentation2D.vtkDistanceRepresentation2D_NewInstance_14 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkDistanceRepresentation2D.vtkDistanceRepresentation2D_ReleaseGraphicsResources_15 ( HandleRef  pThis,
HandleRef  w 
) [private]
static internal int Kitware.VTK.vtkDistanceRepresentation2D.vtkDistanceRepresentation2D_RenderOpaqueGeometry_16 ( HandleRef  pThis,
HandleRef  viewport 
) [private]
static internal int Kitware.VTK.vtkDistanceRepresentation2D.vtkDistanceRepresentation2D_RenderOverlay_17 ( HandleRef  pThis,
HandleRef  viewport 
) [private]
static internal IntPtr Kitware.VTK.vtkDistanceRepresentation2D.vtkDistanceRepresentation2D_SafeDownCast_18 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkDistanceRepresentation2D.vtkDistanceRepresentation2D_SetPoint1DisplayPosition_19 ( HandleRef  pThis,
IntPtr  pos 
) [private]
static internal void Kitware.VTK.vtkDistanceRepresentation2D.vtkDistanceRepresentation2D_SetPoint1WorldPosition_20 ( HandleRef  pThis,
IntPtr  pos 
) [private]
static internal void Kitware.VTK.vtkDistanceRepresentation2D.vtkDistanceRepresentation2D_SetPoint2DisplayPosition_21 ( HandleRef  pThis,
IntPtr  pos 
) [private]
static internal void Kitware.VTK.vtkDistanceRepresentation2D.vtkDistanceRepresentation2D_SetPoint2WorldPosition_22 ( HandleRef  pThis,
IntPtr  pos 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkDistanceRepresentation2D.MRClassNameKey = "27vtkDistanceRepresentation2D" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDistanceRepresentation.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDistanceRepresentation.


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