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

vtkDistanceRepresentation3D - represent the vtkDistanceWidget More...

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

List of all members.

Public Member Functions

 vtkDistanceRepresentation3D (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkDistanceRepresentation3D ()
 Instantiate class.
override void BuildRepresentation ()
 Method to satisfy superclasses' API.
override double[] GetBounds ()
 Method to satisfy superclasses' API.
override double GetDistance ()
 Satisfy the superclasses API.
virtual vtkActor GetGlyphActor ()
 Convenience method to get the glyph actor. Using this it is possible to control the appearance of the glyphs.
virtual double GetGlyphScale ()
 Scale the glyphs used as tick marks. By default it is 1/40th of the length.
virtual vtkFollower GetLabelActor ()
 Convenience method Get the label actor. It is possible to control the appearance of the label.
virtual double GetLabelPosition ()
 Set/Get position of the label title in normalized coordinates [0,1]. 0 is at the start of the line whereas 1 is at the end.
virtual vtkProperty GetLabelProperty ()
 Get the distance annotation property.
virtual IntPtr GetLabelScale ()
 Scale text (font size along each dimension). This helps control the appearance of the 3D text.
virtual vtkProperty GetLineProperty ()
 Convenience method to get the line actor property.
virtual int GetMaximumNumberOfRulerTicks ()
 Set/Get the maximum number of ticks in ruler mode.
virtual int GetMaximumNumberOfRulerTicksMaxValue ()
 Set/Get the maximum number of ticks in ruler mode.
virtual int GetMaximumNumberOfRulerTicksMinValue ()
 Set/Get the maximum number of ticks in ruler mode.
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 vtkDistanceRepresentation3D 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 RenderTranslucentPolygonalGeometry (vtkViewport viewport)
 Methods required by vtkProp superclass.
void SetGlyphScale (double scale)
 Scale the glyphs used as tick marks. By default it is 1/40th of the length.
void SetLabelPosition (double labelPosition)
 Set/Get position of the label title in normalized coordinates [0,1]. 0 is at the start of the line whereas 1 is at the end.
void SetLabelScale (double x, double y, double z)
 Scale text (font size along each dimension). This helps control the appearance of the 3D text.
virtual void SetLabelScale (IntPtr scale)
 Scale text (font size along each dimension). This helps control the appearance of the 3D text.
virtual void SetMaximumNumberOfRulerTicks (int _arg)
 Set/Get the maximum number of ticks in ruler mode.
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
vtkDistanceRepresentation3D 
New ()
 Instantiate class.
static new int IsTypeOf (string type)
 Standard VTK methods.
static new
vtkDistanceRepresentation3D 
SafeDownCast (vtkObjectBase o)
 Standard VTK methods.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "27vtkDistanceRepresentation3D"
 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 vtkDistanceRepresentation3D_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkDistanceRepresentation3D_BuildRepresentation_01 (HandleRef pThis)
static internal IntPtr vtkDistanceRepresentation3D_GetBounds_02 (HandleRef pThis)
static internal double vtkDistanceRepresentation3D_GetDistance_03 (HandleRef pThis)
static internal IntPtr vtkDistanceRepresentation3D_GetGlyphActor_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal double vtkDistanceRepresentation3D_GetGlyphScale_05 (HandleRef pThis)
static internal IntPtr vtkDistanceRepresentation3D_GetLabelActor_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal double vtkDistanceRepresentation3D_GetLabelPosition_07 (HandleRef pThis)
static internal IntPtr vtkDistanceRepresentation3D_GetLabelProperty_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDistanceRepresentation3D_GetLabelScale_09 (HandleRef pThis)
static internal IntPtr vtkDistanceRepresentation3D_GetLineProperty_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkDistanceRepresentation3D_GetMaximumNumberOfRulerTicks_11 (HandleRef pThis)
static internal int vtkDistanceRepresentation3D_GetMaximumNumberOfRulerTicksMaxValue_12 (HandleRef pThis)
static internal int vtkDistanceRepresentation3D_GetMaximumNumberOfRulerTicksMinValue_13 (HandleRef pThis)
static internal void vtkDistanceRepresentation3D_GetPoint1DisplayPosition_14 (HandleRef pThis, IntPtr pos)
static internal IntPtr vtkDistanceRepresentation3D_GetPoint1WorldPosition_15 (HandleRef pThis)
static internal void vtkDistanceRepresentation3D_GetPoint1WorldPosition_16 (HandleRef pThis, IntPtr pos)
static internal void vtkDistanceRepresentation3D_GetPoint2DisplayPosition_17 (HandleRef pThis, IntPtr pos)
static internal IntPtr vtkDistanceRepresentation3D_GetPoint2WorldPosition_18 (HandleRef pThis)
static internal void vtkDistanceRepresentation3D_GetPoint2WorldPosition_19 (HandleRef pThis, IntPtr pos)
static internal int vtkDistanceRepresentation3D_IsA_20 (HandleRef pThis, string type)
static internal int vtkDistanceRepresentation3D_IsTypeOf_21 (string type)
static internal IntPtr vtkDistanceRepresentation3D_NewInstance_23 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkDistanceRepresentation3D_ReleaseGraphicsResources_24 (HandleRef pThis, HandleRef w)
static internal int vtkDistanceRepresentation3D_RenderOpaqueGeometry_25 (HandleRef pThis, HandleRef viewport)
static internal int vtkDistanceRepresentation3D_RenderTranslucentPolygonalGeometry_26 (HandleRef pThis, HandleRef viewport)
static internal IntPtr vtkDistanceRepresentation3D_SafeDownCast_27 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkDistanceRepresentation3D_SetGlyphScale_28 (HandleRef pThis, double scale)
static internal void vtkDistanceRepresentation3D_SetLabelPosition_29 (HandleRef pThis, double labelPosition)
static internal void vtkDistanceRepresentation3D_SetLabelScale_30 (HandleRef pThis, double x, double y, double z)
static internal void vtkDistanceRepresentation3D_SetLabelScale_31 (HandleRef pThis, IntPtr scale)
static internal void vtkDistanceRepresentation3D_SetMaximumNumberOfRulerTicks_32 (HandleRef pThis, int _arg)
static internal void vtkDistanceRepresentation3D_SetPoint1DisplayPosition_33 (HandleRef pThis, IntPtr pos)
static internal void vtkDistanceRepresentation3D_SetPoint1WorldPosition_34 (HandleRef pThis, IntPtr pos)
static internal void vtkDistanceRepresentation3D_SetPoint2DisplayPosition_35 (HandleRef pThis, IntPtr pos)
static internal void vtkDistanceRepresentation3D_SetPoint2WorldPosition_36 (HandleRef pThis, IntPtr pos)

Static Private Member Functions

static vtkDistanceRepresentation3D ()
 Automatically generated type registration mechanics.

Detailed Description

vtkDistanceRepresentation3D - represent the vtkDistanceWidget

Description The vtkDistanceRepresentation3D 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 3D space, so the widget can be occluded.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkDistanceRepresentation3D.vtkDistanceRepresentation3D ( 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.vtkDistanceRepresentation3D.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.

override double [] Kitware.VTK.vtkDistanceRepresentation3D.GetBounds ( ) [virtual]

Method to satisfy superclasses' API.

Reimplemented from Kitware.VTK.vtkWidgetRepresentation.

Satisfy the superclasses API.

Reimplemented from Kitware.VTK.vtkDistanceRepresentation.

Convenience method to get the glyph actor. Using this it is possible to control the appearance of the glyphs.

Here is the call graph for this function:

Scale the glyphs used as tick marks. By default it is 1/40th of the length.

Convenience method Get the label actor. It is possible to control the appearance of the label.

Here is the call graph for this function:

Set/Get position of the label title in normalized coordinates [0,1]. 0 is at the start of the line whereas 1 is at the end.

Get the distance annotation property.

Here is the call graph for this function:

Scale text (font size along each dimension). This helps control the appearance of the 3D text.

Convenience method to get the line actor property.

Here is the call graph for this function:

Set/Get the maximum number of ticks in ruler mode.

Set/Get the maximum number of ticks in ruler mode.

Set/Get the maximum number of ticks in ruler mode.

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.vtkDistanceRepresentation3D.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.vtkDistanceRepresentation3D.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.vtkDistanceRepresentation3D.IsA ( string  type) [virtual]

Standard VTK methods.

Reimplemented from Kitware.VTK.vtkDistanceRepresentation.

static new int Kitware.VTK.vtkDistanceRepresentation3D.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:

Scale the glyphs used as tick marks. By default it is 1/40th of the length.

Set/Get position of the label title in normalized coordinates [0,1]. 0 is at the start of the line whereas 1 is at the end.

void Kitware.VTK.vtkDistanceRepresentation3D.SetLabelScale ( double  x,
double  y,
double  z 
)

Scale text (font size along each dimension). This helps control the appearance of the 3D text.

virtual void Kitware.VTK.vtkDistanceRepresentation3D.SetLabelScale ( IntPtr  scale) [virtual]

Scale text (font size along each dimension). This helps control the appearance of the 3D text.

Set/Get the maximum number of ticks in ruler mode.

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.vtkDistanceRepresentation3D.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.vtkDistanceRepresentation3D.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.vtkDistanceRepresentation3D.vtkDistanceRepresentation3D_GetBounds_02 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkDistanceRepresentation3D.vtkDistanceRepresentation3D_GetDistance_03 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkDistanceRepresentation3D.vtkDistanceRepresentation3D_GetGlyphActor_04 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal double Kitware.VTK.vtkDistanceRepresentation3D.vtkDistanceRepresentation3D_GetGlyphScale_05 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkDistanceRepresentation3D.vtkDistanceRepresentation3D_GetLabelActor_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDistanceRepresentation3D.vtkDistanceRepresentation3D_GetLabelProperty_08 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDistanceRepresentation3D.vtkDistanceRepresentation3D_GetLabelScale_09 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkDistanceRepresentation3D.vtkDistanceRepresentation3D_GetLineProperty_10 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkDistanceRepresentation3D.vtkDistanceRepresentation3D_GetPoint1DisplayPosition_14 ( HandleRef  pThis,
IntPtr  pos 
) [private]
static internal void Kitware.VTK.vtkDistanceRepresentation3D.vtkDistanceRepresentation3D_GetPoint1WorldPosition_16 ( HandleRef  pThis,
IntPtr  pos 
) [private]
static internal void Kitware.VTK.vtkDistanceRepresentation3D.vtkDistanceRepresentation3D_GetPoint2DisplayPosition_17 ( HandleRef  pThis,
IntPtr  pos 
) [private]
static internal void Kitware.VTK.vtkDistanceRepresentation3D.vtkDistanceRepresentation3D_GetPoint2WorldPosition_19 ( HandleRef  pThis,
IntPtr  pos 
) [private]
static internal int Kitware.VTK.vtkDistanceRepresentation3D.vtkDistanceRepresentation3D_IsA_20 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkDistanceRepresentation3D.vtkDistanceRepresentation3D_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDistanceRepresentation3D.vtkDistanceRepresentation3D_NewInstance_23 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkDistanceRepresentation3D.vtkDistanceRepresentation3D_ReleaseGraphicsResources_24 ( HandleRef  pThis,
HandleRef  w 
) [private]
static internal int Kitware.VTK.vtkDistanceRepresentation3D.vtkDistanceRepresentation3D_RenderOpaqueGeometry_25 ( HandleRef  pThis,
HandleRef  viewport 
) [private]
static internal int Kitware.VTK.vtkDistanceRepresentation3D.vtkDistanceRepresentation3D_RenderTranslucentPolygonalGeometry_26 ( HandleRef  pThis,
HandleRef  viewport 
) [private]
static internal IntPtr Kitware.VTK.vtkDistanceRepresentation3D.vtkDistanceRepresentation3D_SafeDownCast_27 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkDistanceRepresentation3D.vtkDistanceRepresentation3D_SetGlyphScale_28 ( HandleRef  pThis,
double  scale 
) [private]
static internal void Kitware.VTK.vtkDistanceRepresentation3D.vtkDistanceRepresentation3D_SetLabelPosition_29 ( HandleRef  pThis,
double  labelPosition 
) [private]
static internal void Kitware.VTK.vtkDistanceRepresentation3D.vtkDistanceRepresentation3D_SetLabelScale_30 ( HandleRef  pThis,
double  x,
double  y,
double  z 
) [private]
static internal void Kitware.VTK.vtkDistanceRepresentation3D.vtkDistanceRepresentation3D_SetLabelScale_31 ( HandleRef  pThis,
IntPtr  scale 
) [private]
static internal void Kitware.VTK.vtkDistanceRepresentation3D.vtkDistanceRepresentation3D_SetMaximumNumberOfRulerTicks_32 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkDistanceRepresentation3D.vtkDistanceRepresentation3D_SetPoint1DisplayPosition_33 ( HandleRef  pThis,
IntPtr  pos 
) [private]
static internal void Kitware.VTK.vtkDistanceRepresentation3D.vtkDistanceRepresentation3D_SetPoint1WorldPosition_34 ( HandleRef  pThis,
IntPtr  pos 
) [private]
static internal void Kitware.VTK.vtkDistanceRepresentation3D.vtkDistanceRepresentation3D_SetPoint2DisplayPosition_35 ( HandleRef  pThis,
IntPtr  pos 
) [private]
static internal void Kitware.VTK.vtkDistanceRepresentation3D.vtkDistanceRepresentation3D_SetPoint2WorldPosition_36 ( HandleRef  pThis,
IntPtr  pos 
) [private]

Member Data Documentation

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDistanceRepresentation.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDistanceRepresentation.


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