ActiViz .NET  5.8.0
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkAxesActor Class Reference

vtkAxesActor - a 3D axes representation More...

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

List of all members.

Public Types

enum  CYLINDER_SHAFT_WrapperEnum { CYLINDER_SHAFT = 0, LINE_SHAFT = 1, USER_DEFINED_SHAFT = 2 }
 Enable/disable drawing the axis labels. More...
enum  CONE_TIP_WrapperEnum { CONE_TIP = 0, SPHERE_TIP = 1, USER_DEFINED_TIP = 2 }
 Enable/disable drawing the axis labels. More...

Public Member Functions

 vtkAxesActor (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkAxesActor ()
 Undocumented Block.
virtual void AxisLabelsOff ()
 Enable/disable drawing the axis labels.
virtual void AxisLabelsOn ()
 Enable/disable drawing the axis labels.
override void GetActors (vtkPropCollection arg0)
 For some exporters and other other operations we must be able to collect all the actors or volumes. These methods are used in that process.
virtual int GetAxisLabels ()
 Enable/disable drawing the axis labels.
new void GetBounds (IntPtr bounds)
 Get the bounds for this Actor as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax). (The method GetBounds(double bounds[6]) is available from the superclass.)
override double[] GetBounds ()
 Get the bounds for this Actor as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax). (The method GetBounds(double bounds[6]) is available from the superclass.)
virtual double GetConeRadius ()
 Set/get the radius of the pieces of the axes actor.
virtual double GetConeRadiusMaxValue ()
 Set/get the radius of the pieces of the axes actor.
virtual double GetConeRadiusMinValue ()
 Set/get the radius of the pieces of the axes actor.
virtual int GetConeResolution ()
 Set/get the resolution of the pieces of the axes actor.
virtual int GetConeResolutionMaxValue ()
 Set/get the resolution of the pieces of the axes actor.
virtual int GetConeResolutionMinValue ()
 Set/get the resolution of the pieces of the axes actor.
virtual double GetCylinderRadius ()
 Set/get the radius of the pieces of the axes actor.
virtual double GetCylinderRadiusMaxValue ()
 Set/get the radius of the pieces of the axes actor.
virtual double GetCylinderRadiusMinValue ()
 Set/get the radius of the pieces of the axes actor.
virtual int GetCylinderResolution ()
 Set/get the resolution of the pieces of the axes actor.
virtual int GetCylinderResolutionMaxValue ()
 Set/get the resolution of the pieces of the axes actor.
virtual int GetCylinderResolutionMinValue ()
 Set/get the resolution of the pieces of the axes actor.
override uint GetMTime ()
 Get the actors mtime plus consider its properties and texture if set.
virtual double[] GetNormalizedLabelPosition ()
 Set the normalized (0-1) position of the label along the length of the shaft. A value > 1 is permissible.
virtual void GetNormalizedLabelPosition (IntPtr data)
 Set the normalized (0-1) position of the label along the length of the shaft. A value > 1 is permissible.
virtual double[] GetNormalizedShaftLength ()
 Set the normalized (0-1) length of the shaft.
virtual void GetNormalizedShaftLength (IntPtr data)
 Set the normalized (0-1) length of the shaft.
virtual double[] GetNormalizedTipLength ()
 Set the normalized (0-1) length of the tip. Normally, this would be 1 - the normalized length of the shaft.
virtual void GetNormalizedTipLength (IntPtr data)
 Set the normalized (0-1) length of the tip. Normally, this would be 1 - the normalized length of the shaft.
override uint GetRedrawMTime ()
 Return the mtime of anything that would cause the rendered image to appear differently. Usually this involves checking the mtime of the prop plus anything else it depends on such as properties, textures etc.
virtual int GetShaftType ()
 Set the type of the shaft to a cylinder, line, or user defined geometry.
virtual double GetSphereRadius ()
 Set/get the radius of the pieces of the axes actor.
virtual double GetSphereRadiusMaxValue ()
 Set/get the radius of the pieces of the axes actor.
virtual double GetSphereRadiusMinValue ()
 Set/get the radius of the pieces of the axes actor.
virtual int GetSphereResolution ()
 Set/get the resolution of the pieces of the axes actor.
virtual int GetSphereResolutionMaxValue ()
 Set/get the resolution of the pieces of the axes actor.
virtual int GetSphereResolutionMinValue ()
 Set/get the resolution of the pieces of the axes actor.
virtual int GetTipType ()
 Set the type of the tip to a cone, sphere, or user defined geometry.
virtual double[] GetTotalLength ()
 Set the total length of the axes in 3 dimensions.
virtual void GetTotalLength (IntPtr data)
 Set the total length of the axes in 3 dimensions.
virtual vtkPolyData GetUserDefinedShaft ()
 Set the user defined shaft polydata.
virtual vtkPolyData GetUserDefinedTip ()
 Set the user defined tip polydata.
vtkCaptionActor2D GetXAxisCaptionActor2D ()
 Retrieve handles to the X, Y and Z axis (so that you can set their text properties for example)
virtual string GetXAxisLabelText ()
 Set/get the label text.
vtkProperty GetXAxisShaftProperty ()
 Get the shaft properties.
vtkProperty GetXAxisTipProperty ()
 Get the tip properties.
vtkCaptionActor2D GetYAxisCaptionActor2D ()
 Retrieve handles to the X, Y and Z axis (so that you can set their text properties for example)
virtual string GetYAxisLabelText ()
 Set/get the label text.
vtkProperty GetYAxisShaftProperty ()
 Get the shaft properties.
vtkProperty GetYAxisTipProperty ()
 Get the tip properties.
vtkCaptionActor2D GetZAxisCaptionActor2D ()
 Retrieve handles to the X, Y and Z axis (so that you can set their text properties for example)
virtual string GetZAxisLabelText ()
 Set/get the label text.
vtkProperty GetZAxisShaftProperty ()
 Get the shaft properties.
vtkProperty GetZAxisTipProperty ()
 Get the tip properties.
override int HasTranslucentPolygonalGeometry ()
 Does this prop have some translucent polygonal geometry?
override int IsA (string type)
 Undocumented Block.
new vtkAxesActor NewInstance ()
 Undocumented Block.
override void ReleaseGraphicsResources (vtkWindow arg0)
 Release any graphics resources that are being consumed by this actor. The parameter window could be used to determine which graphic resources to release.
override int RenderOpaqueGeometry (vtkViewport viewport)
 Support the standard render methods.
override int RenderOverlay (vtkViewport viewport)
 Support the standard render methods.
override int RenderTranslucentPolygonalGeometry (vtkViewport viewport)
 Support the standard render methods.
virtual void SetAxisLabels (int _arg)
 Enable/disable drawing the axis labels.
virtual void SetConeRadius (double _arg)
 Set/get the radius of the pieces of the axes actor.
virtual void SetConeResolution (int _arg)
 Set/get the resolution of the pieces of the axes actor.
virtual void SetCylinderRadius (double _arg)
 Set/get the radius of the pieces of the axes actor.
virtual void SetCylinderResolution (int _arg)
 Set/get the resolution of the pieces of the axes actor.
void SetNormalizedLabelPosition (IntPtr v)
 Set the normalized (0-1) position of the label along the length of the shaft. A value > 1 is permissible.
void SetNormalizedLabelPosition (double x, double y, double z)
 Set the normalized (0-1) position of the label along the length of the shaft. A value > 1 is permissible.
void SetNormalizedShaftLength (IntPtr v)
 Set the normalized (0-1) length of the shaft.
void SetNormalizedShaftLength (double x, double y, double z)
 Set the normalized (0-1) length of the shaft.
void SetNormalizedTipLength (IntPtr v)
 Set the normalized (0-1) length of the tip. Normally, this would be 1 - the normalized length of the shaft.
void SetNormalizedTipLength (double x, double y, double z)
 Set the normalized (0-1) length of the tip. Normally, this would be 1 - the normalized length of the shaft.
void SetShaftType (int type)
 Set the type of the shaft to a cylinder, line, or user defined geometry.
void SetShaftTypeToCylinder ()
 Set the type of the shaft to a cylinder, line, or user defined geometry.
void SetShaftTypeToLine ()
 Set the type of the shaft to a cylinder, line, or user defined geometry.
void SetShaftTypeToUserDefined ()
 Set the type of the shaft to a cylinder, line, or user defined geometry.
virtual void SetSphereRadius (double _arg)
 Set/get the radius of the pieces of the axes actor.
virtual void SetSphereResolution (int _arg)
 Set/get the resolution of the pieces of the axes actor.
void SetTipType (int type)
 Set the type of the tip to a cone, sphere, or user defined geometry.
void SetTipTypeToCone ()
 Set the type of the tip to a cone, sphere, or user defined geometry.
void SetTipTypeToSphere ()
 Set the type of the tip to a cone, sphere, or user defined geometry.
void SetTipTypeToUserDefined ()
 Set the type of the tip to a cone, sphere, or user defined geometry.
void SetTotalLength (IntPtr v)
 Set the total length of the axes in 3 dimensions.
void SetTotalLength (double x, double y, double z)
 Set the total length of the axes in 3 dimensions.
void SetUserDefinedShaft (vtkPolyData arg0)
 Set the user defined shaft polydata.
void SetUserDefinedTip (vtkPolyData arg0)
 Set the user defined tip polydata.
virtual void SetXAxisLabelText (string _arg)
 Set/get the label text.
virtual void SetYAxisLabelText (string _arg)
 Set/get the label text.
virtual void SetZAxisLabelText (string _arg)
 Set/get the label text.
override void ShallowCopy (vtkProp prop)
 Shallow copy of an axes actor. Overloads the virtual vtkProp method.

Static Public Member Functions

static new vtkAxesActor New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkAxesActor SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "12vtkAxesActor"
 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 vtkAxesActor_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkAxesActor_AxisLabelsOff_01 (HandleRef pThis)
static internal void vtkAxesActor_AxisLabelsOn_02 (HandleRef pThis)
static internal void vtkAxesActor_GetActors_03 (HandleRef pThis, HandleRef arg0)
static internal int vtkAxesActor_GetAxisLabels_04 (HandleRef pThis)
static internal void vtkAxesActor_GetBounds_05 (HandleRef pThis, IntPtr bounds)
static internal IntPtr vtkAxesActor_GetBounds_06 (HandleRef pThis)
static internal double vtkAxesActor_GetConeRadius_07 (HandleRef pThis)
static internal double vtkAxesActor_GetConeRadiusMaxValue_08 (HandleRef pThis)
static internal double vtkAxesActor_GetConeRadiusMinValue_09 (HandleRef pThis)
static internal int vtkAxesActor_GetConeResolution_10 (HandleRef pThis)
static internal int vtkAxesActor_GetConeResolutionMaxValue_11 (HandleRef pThis)
static internal int vtkAxesActor_GetConeResolutionMinValue_12 (HandleRef pThis)
static internal double vtkAxesActor_GetCylinderRadius_13 (HandleRef pThis)
static internal double vtkAxesActor_GetCylinderRadiusMaxValue_14 (HandleRef pThis)
static internal double vtkAxesActor_GetCylinderRadiusMinValue_15 (HandleRef pThis)
static internal int vtkAxesActor_GetCylinderResolution_16 (HandleRef pThis)
static internal int vtkAxesActor_GetCylinderResolutionMaxValue_17 (HandleRef pThis)
static internal int vtkAxesActor_GetCylinderResolutionMinValue_18 (HandleRef pThis)
static internal uint vtkAxesActor_GetMTime_19 (HandleRef pThis)
static internal IntPtr vtkAxesActor_GetNormalizedLabelPosition_20 (HandleRef pThis)
static internal void vtkAxesActor_GetNormalizedLabelPosition_21 (HandleRef pThis, IntPtr data)
static internal IntPtr vtkAxesActor_GetNormalizedShaftLength_22 (HandleRef pThis)
static internal void vtkAxesActor_GetNormalizedShaftLength_23 (HandleRef pThis, IntPtr data)
static internal IntPtr vtkAxesActor_GetNormalizedTipLength_24 (HandleRef pThis)
static internal void vtkAxesActor_GetNormalizedTipLength_25 (HandleRef pThis, IntPtr data)
static internal uint vtkAxesActor_GetRedrawMTime_26 (HandleRef pThis)
static internal int vtkAxesActor_GetShaftType_27 (HandleRef pThis)
static internal double vtkAxesActor_GetSphereRadius_28 (HandleRef pThis)
static internal double vtkAxesActor_GetSphereRadiusMaxValue_29 (HandleRef pThis)
static internal double vtkAxesActor_GetSphereRadiusMinValue_30 (HandleRef pThis)
static internal int vtkAxesActor_GetSphereResolution_31 (HandleRef pThis)
static internal int vtkAxesActor_GetSphereResolutionMaxValue_32 (HandleRef pThis)
static internal int vtkAxesActor_GetSphereResolutionMinValue_33 (HandleRef pThis)
static internal int vtkAxesActor_GetTipType_34 (HandleRef pThis)
static internal IntPtr vtkAxesActor_GetTotalLength_35 (HandleRef pThis)
static internal void vtkAxesActor_GetTotalLength_36 (HandleRef pThis, IntPtr data)
static internal IntPtr vtkAxesActor_GetUserDefinedShaft_37 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkAxesActor_GetUserDefinedTip_38 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkAxesActor_GetXAxisCaptionActor2D_39 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkAxesActor_GetXAxisLabelText_40 (HandleRef pThis)
static internal IntPtr vtkAxesActor_GetXAxisShaftProperty_41 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkAxesActor_GetXAxisTipProperty_42 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkAxesActor_GetYAxisCaptionActor2D_43 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkAxesActor_GetYAxisLabelText_44 (HandleRef pThis)
static internal IntPtr vtkAxesActor_GetYAxisShaftProperty_45 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkAxesActor_GetYAxisTipProperty_46 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkAxesActor_GetZAxisCaptionActor2D_47 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkAxesActor_GetZAxisLabelText_48 (HandleRef pThis)
static internal IntPtr vtkAxesActor_GetZAxisShaftProperty_49 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkAxesActor_GetZAxisTipProperty_50 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkAxesActor_HasTranslucentPolygonalGeometry_51 (HandleRef pThis)
static internal int vtkAxesActor_IsA_52 (HandleRef pThis, string type)
static internal int vtkAxesActor_IsTypeOf_53 (string type)
static internal IntPtr vtkAxesActor_NewInstance_55 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkAxesActor_ReleaseGraphicsResources_56 (HandleRef pThis, HandleRef arg0)
static internal int vtkAxesActor_RenderOpaqueGeometry_57 (HandleRef pThis, HandleRef viewport)
static internal int vtkAxesActor_RenderOverlay_58 (HandleRef pThis, HandleRef viewport)
static internal int vtkAxesActor_RenderTranslucentPolygonalGeometry_59 (HandleRef pThis, HandleRef viewport)
static internal IntPtr vtkAxesActor_SafeDownCast_60 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkAxesActor_SetAxisLabels_61 (HandleRef pThis, int _arg)
static internal void vtkAxesActor_SetConeRadius_62 (HandleRef pThis, double _arg)
static internal void vtkAxesActor_SetConeResolution_63 (HandleRef pThis, int _arg)
static internal void vtkAxesActor_SetCylinderRadius_64 (HandleRef pThis, double _arg)
static internal void vtkAxesActor_SetCylinderResolution_65 (HandleRef pThis, int _arg)
static internal void vtkAxesActor_SetNormalizedLabelPosition_66 (HandleRef pThis, IntPtr v)
static internal void vtkAxesActor_SetNormalizedLabelPosition_67 (HandleRef pThis, double x, double y, double z)
static internal void vtkAxesActor_SetNormalizedShaftLength_68 (HandleRef pThis, IntPtr v)
static internal void vtkAxesActor_SetNormalizedShaftLength_69 (HandleRef pThis, double x, double y, double z)
static internal void vtkAxesActor_SetNormalizedTipLength_70 (HandleRef pThis, IntPtr v)
static internal void vtkAxesActor_SetNormalizedTipLength_71 (HandleRef pThis, double x, double y, double z)
static internal void vtkAxesActor_SetShaftType_72 (HandleRef pThis, int type)
static internal void vtkAxesActor_SetShaftTypeToCylinder_73 (HandleRef pThis)
static internal void vtkAxesActor_SetShaftTypeToLine_74 (HandleRef pThis)
static internal void vtkAxesActor_SetShaftTypeToUserDefined_75 (HandleRef pThis)
static internal void vtkAxesActor_SetSphereRadius_76 (HandleRef pThis, double _arg)
static internal void vtkAxesActor_SetSphereResolution_77 (HandleRef pThis, int _arg)
static internal void vtkAxesActor_SetTipType_78 (HandleRef pThis, int type)
static internal void vtkAxesActor_SetTipTypeToCone_79 (HandleRef pThis)
static internal void vtkAxesActor_SetTipTypeToSphere_80 (HandleRef pThis)
static internal void vtkAxesActor_SetTipTypeToUserDefined_81 (HandleRef pThis)
static internal void vtkAxesActor_SetTotalLength_82 (HandleRef pThis, IntPtr v)
static internal void vtkAxesActor_SetTotalLength_83 (HandleRef pThis, double x, double y, double z)
static internal void vtkAxesActor_SetUserDefinedShaft_84 (HandleRef pThis, HandleRef arg0)
static internal void vtkAxesActor_SetUserDefinedTip_85 (HandleRef pThis, HandleRef arg0)
static internal void vtkAxesActor_SetXAxisLabelText_86 (HandleRef pThis, string _arg)
static internal void vtkAxesActor_SetYAxisLabelText_87 (HandleRef pThis, string _arg)
static internal void vtkAxesActor_SetZAxisLabelText_88 (HandleRef pThis, string _arg)
static internal void vtkAxesActor_ShallowCopy_89 (HandleRef pThis, HandleRef prop)

Static Private Member Functions

static vtkAxesActor ()
 Automatically generated type registration mechanics.

Detailed Description

vtkAxesActor - a 3D axes representation

Description vtkAxesActor is a hybrid 2D/3D actor used to represent 3D axes in a scene. The user can define the geometry to use for the shaft or the tip, and the user can set the text for the three axes. The text will appear to follow the camera since it is implemented by means of vtkCaptionActor2D. All of the functionality of the underlying vtkCaptionActor2D objects are accessable so that, for instance, the font attributes of the axes text can be manipulated through vtkTextProperty. Since this class inherits from vtkProp3D, one can apply a user transform to the underlying geometry and the positioning of the labels. For example, a rotation transform could be used to generate a left-handed axes representation.


Member Enumeration Documentation

Enable/disable drawing the axis labels.

Enumerator:
CONE_TIP 

enum member

SPHERE_TIP 

enum member

USER_DEFINED_TIP 

enum member

Enable/disable drawing the axis labels.

Enumerator:
CYLINDER_SHAFT 

enum member

LINE_SHAFT 

enum member

USER_DEFINED_SHAFT 

enum member


Constructor & Destructor Documentation

static Kitware.VTK.vtkAxesActor.vtkAxesActor ( ) [static, private]

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

virtual void Kitware.VTK.vtkAxesActor.AxisLabelsOff ( ) [virtual]

Enable/disable drawing the axis labels.

virtual void Kitware.VTK.vtkAxesActor.AxisLabelsOn ( ) [virtual]

Enable/disable drawing the axis labels.

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

override void Kitware.VTK.vtkAxesActor.GetActors ( vtkPropCollection  arg0) [virtual]

For some exporters and other other operations we must be able to collect all the actors or volumes. These methods are used in that process.

Reimplemented from Kitware.VTK.vtkProp.

virtual int Kitware.VTK.vtkAxesActor.GetAxisLabels ( ) [virtual]

Enable/disable drawing the axis labels.

new void Kitware.VTK.vtkAxesActor.GetBounds ( IntPtr  bounds)

Get the bounds for this Actor as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax). (The method GetBounds(double bounds[6]) is available from the superclass.)

Reimplemented from Kitware.VTK.vtkProp3D.

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

Get the bounds for this Actor as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax). (The method GetBounds(double bounds[6]) is available from the superclass.)

Reimplemented from Kitware.VTK.vtkProp3D.

virtual double Kitware.VTK.vtkAxesActor.GetConeRadius ( ) [virtual]

Set/get the radius of the pieces of the axes actor.

virtual double Kitware.VTK.vtkAxesActor.GetConeRadiusMaxValue ( ) [virtual]

Set/get the radius of the pieces of the axes actor.

virtual double Kitware.VTK.vtkAxesActor.GetConeRadiusMinValue ( ) [virtual]

Set/get the radius of the pieces of the axes actor.

virtual int Kitware.VTK.vtkAxesActor.GetConeResolution ( ) [virtual]

Set/get the resolution of the pieces of the axes actor.

Set/get the resolution of the pieces of the axes actor.

Set/get the resolution of the pieces of the axes actor.

virtual double Kitware.VTK.vtkAxesActor.GetCylinderRadius ( ) [virtual]

Set/get the radius of the pieces of the axes actor.

Set/get the radius of the pieces of the axes actor.

Set/get the radius of the pieces of the axes actor.

Set/get the resolution of the pieces of the axes actor.

Set/get the resolution of the pieces of the axes actor.

Set/get the resolution of the pieces of the axes actor.

override uint Kitware.VTK.vtkAxesActor.GetMTime ( ) [virtual]

Get the actors mtime plus consider its properties and texture if set.

Reimplemented from Kitware.VTK.vtkProp3D.

virtual double [] Kitware.VTK.vtkAxesActor.GetNormalizedLabelPosition ( ) [virtual]

Set the normalized (0-1) position of the label along the length of the shaft. A value > 1 is permissible.

virtual void Kitware.VTK.vtkAxesActor.GetNormalizedLabelPosition ( IntPtr  data) [virtual]

Set the normalized (0-1) position of the label along the length of the shaft. A value > 1 is permissible.

virtual double [] Kitware.VTK.vtkAxesActor.GetNormalizedShaftLength ( ) [virtual]

Set the normalized (0-1) length of the shaft.

virtual void Kitware.VTK.vtkAxesActor.GetNormalizedShaftLength ( IntPtr  data) [virtual]

Set the normalized (0-1) length of the shaft.

virtual double [] Kitware.VTK.vtkAxesActor.GetNormalizedTipLength ( ) [virtual]

Set the normalized (0-1) length of the tip. Normally, this would be 1 - the normalized length of the shaft.

virtual void Kitware.VTK.vtkAxesActor.GetNormalizedTipLength ( IntPtr  data) [virtual]

Set the normalized (0-1) length of the tip. Normally, this would be 1 - the normalized length of the shaft.

override uint Kitware.VTK.vtkAxesActor.GetRedrawMTime ( ) [virtual]

Return the mtime of anything that would cause the rendered image to appear differently. Usually this involves checking the mtime of the prop plus anything else it depends on such as properties, textures etc.

Reimplemented from Kitware.VTK.vtkProp.

virtual int Kitware.VTK.vtkAxesActor.GetShaftType ( ) [virtual]

Set the type of the shaft to a cylinder, line, or user defined geometry.

virtual double Kitware.VTK.vtkAxesActor.GetSphereRadius ( ) [virtual]

Set/get the radius of the pieces of the axes actor.

Set/get the radius of the pieces of the axes actor.

Set/get the radius of the pieces of the axes actor.

Set/get the resolution of the pieces of the axes actor.

Set/get the resolution of the pieces of the axes actor.

Set/get the resolution of the pieces of the axes actor.

virtual int Kitware.VTK.vtkAxesActor.GetTipType ( ) [virtual]

Set the type of the tip to a cone, sphere, or user defined geometry.

virtual double [] Kitware.VTK.vtkAxesActor.GetTotalLength ( ) [virtual]

Set the total length of the axes in 3 dimensions.

virtual void Kitware.VTK.vtkAxesActor.GetTotalLength ( IntPtr  data) [virtual]

Set the total length of the axes in 3 dimensions.

Set the user defined shaft polydata.

Here is the call graph for this function:

Set the user defined tip polydata.

Here is the call graph for this function:

Retrieve handles to the X, Y and Z axis (so that you can set their text properties for example)

Here is the call graph for this function:

virtual string Kitware.VTK.vtkAxesActor.GetXAxisLabelText ( ) [virtual]

Set/get the label text.

Get the shaft properties.

Here is the call graph for this function:

Get the tip properties.

Here is the call graph for this function:

Retrieve handles to the X, Y and Z axis (so that you can set their text properties for example)

Here is the call graph for this function:

virtual string Kitware.VTK.vtkAxesActor.GetYAxisLabelText ( ) [virtual]

Set/get the label text.

Get the shaft properties.

Here is the call graph for this function:

Get the tip properties.

Here is the call graph for this function:

Retrieve handles to the X, Y and Z axis (so that you can set their text properties for example)

Here is the call graph for this function:

virtual string Kitware.VTK.vtkAxesActor.GetZAxisLabelText ( ) [virtual]

Set/get the label text.

Get the shaft properties.

Here is the call graph for this function:

Get the tip properties.

Here is the call graph for this function:

Does this prop have some translucent polygonal geometry?

Reimplemented from Kitware.VTK.vtkProp.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkProp3D.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkProp3D.

static new vtkAxesActor Kitware.VTK.vtkAxesActor.New ( ) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkProp3D.

Release any graphics resources that are being consumed by this actor. The parameter window could be used to determine which graphic resources to release.

Reimplemented from Kitware.VTK.vtkProp.

override int Kitware.VTK.vtkAxesActor.RenderOpaqueGeometry ( vtkViewport  viewport) [virtual]

Support the standard render methods.

Reimplemented from Kitware.VTK.vtkProp.

override int Kitware.VTK.vtkAxesActor.RenderOverlay ( vtkViewport  viewport) [virtual]

Support the standard render methods.

Reimplemented from Kitware.VTK.vtkProp.

Support the standard render methods.

Reimplemented from Kitware.VTK.vtkProp.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkProp3D.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkAxesActor.SetAxisLabels ( int  _arg) [virtual]

Enable/disable drawing the axis labels.

virtual void Kitware.VTK.vtkAxesActor.SetConeRadius ( double  _arg) [virtual]

Set/get the radius of the pieces of the axes actor.

virtual void Kitware.VTK.vtkAxesActor.SetConeResolution ( int  _arg) [virtual]

Set/get the resolution of the pieces of the axes actor.

virtual void Kitware.VTK.vtkAxesActor.SetCylinderRadius ( double  _arg) [virtual]

Set/get the radius of the pieces of the axes actor.

virtual void Kitware.VTK.vtkAxesActor.SetCylinderResolution ( int  _arg) [virtual]

Set/get the resolution of the pieces of the axes actor.

Set the normalized (0-1) position of the label along the length of the shaft. A value > 1 is permissible.

void Kitware.VTK.vtkAxesActor.SetNormalizedLabelPosition ( double  x,
double  y,
double  z 
)

Set the normalized (0-1) position of the label along the length of the shaft. A value > 1 is permissible.

Set the normalized (0-1) length of the shaft.

void Kitware.VTK.vtkAxesActor.SetNormalizedShaftLength ( double  x,
double  y,
double  z 
)

Set the normalized (0-1) length of the shaft.

Set the normalized (0-1) length of the tip. Normally, this would be 1 - the normalized length of the shaft.

void Kitware.VTK.vtkAxesActor.SetNormalizedTipLength ( double  x,
double  y,
double  z 
)

Set the normalized (0-1) length of the tip. Normally, this would be 1 - the normalized length of the shaft.

Set the type of the shaft to a cylinder, line, or user defined geometry.

Set the type of the shaft to a cylinder, line, or user defined geometry.

Set the type of the shaft to a cylinder, line, or user defined geometry.

Set the type of the shaft to a cylinder, line, or user defined geometry.

virtual void Kitware.VTK.vtkAxesActor.SetSphereRadius ( double  _arg) [virtual]

Set/get the radius of the pieces of the axes actor.

virtual void Kitware.VTK.vtkAxesActor.SetSphereResolution ( int  _arg) [virtual]

Set/get the resolution of the pieces of the axes actor.

Set the type of the tip to a cone, sphere, or user defined geometry.

Set the type of the tip to a cone, sphere, or user defined geometry.

Set the type of the tip to a cone, sphere, or user defined geometry.

Set the type of the tip to a cone, sphere, or user defined geometry.

Set the total length of the axes in 3 dimensions.

void Kitware.VTK.vtkAxesActor.SetTotalLength ( double  x,
double  y,
double  z 
)

Set the total length of the axes in 3 dimensions.

Set the user defined shaft polydata.

Set the user defined tip polydata.

virtual void Kitware.VTK.vtkAxesActor.SetXAxisLabelText ( string  _arg) [virtual]

Set/get the label text.

virtual void Kitware.VTK.vtkAxesActor.SetYAxisLabelText ( string  _arg) [virtual]

Set/get the label text.

virtual void Kitware.VTK.vtkAxesActor.SetZAxisLabelText ( string  _arg) [virtual]

Set/get the label text.

override void Kitware.VTK.vtkAxesActor.ShallowCopy ( vtkProp  prop) [virtual]

Shallow copy of an axes actor. Overloads the virtual vtkProp method.

Reimplemented from Kitware.VTK.vtkProp3D.

static internal void Kitware.VTK.vtkAxesActor.vtkAxesActor_AxisLabelsOff_01 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkAxesActor.vtkAxesActor_AxisLabelsOn_02 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkAxesActor.vtkAxesActor_GetActors_03 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal int Kitware.VTK.vtkAxesActor.vtkAxesActor_GetAxisLabels_04 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkAxesActor.vtkAxesActor_GetBounds_05 ( HandleRef  pThis,
IntPtr  bounds 
) [private]
static internal IntPtr Kitware.VTK.vtkAxesActor.vtkAxesActor_GetBounds_06 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkAxesActor.vtkAxesActor_GetConeRadius_07 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkAxesActor.vtkAxesActor_GetConeRadiusMaxValue_08 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkAxesActor.vtkAxesActor_GetConeRadiusMinValue_09 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkAxesActor.vtkAxesActor_GetConeResolution_10 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkAxesActor.vtkAxesActor_GetConeResolutionMaxValue_11 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkAxesActor.vtkAxesActor_GetConeResolutionMinValue_12 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkAxesActor.vtkAxesActor_GetCylinderRadius_13 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkAxesActor.vtkAxesActor_GetCylinderRadiusMaxValue_14 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkAxesActor.vtkAxesActor_GetCylinderRadiusMinValue_15 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkAxesActor.vtkAxesActor_GetCylinderResolution_16 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkAxesActor.vtkAxesActor_GetCylinderResolutionMaxValue_17 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkAxesActor.vtkAxesActor_GetCylinderResolutionMinValue_18 ( HandleRef  pThis) [private]
static internal uint Kitware.VTK.vtkAxesActor.vtkAxesActor_GetMTime_19 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkAxesActor.vtkAxesActor_GetNormalizedLabelPosition_20 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkAxesActor.vtkAxesActor_GetNormalizedLabelPosition_21 ( HandleRef  pThis,
IntPtr  data 
) [private]
static internal IntPtr Kitware.VTK.vtkAxesActor.vtkAxesActor_GetNormalizedShaftLength_22 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkAxesActor.vtkAxesActor_GetNormalizedShaftLength_23 ( HandleRef  pThis,
IntPtr  data 
) [private]
static internal IntPtr Kitware.VTK.vtkAxesActor.vtkAxesActor_GetNormalizedTipLength_24 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkAxesActor.vtkAxesActor_GetNormalizedTipLength_25 ( HandleRef  pThis,
IntPtr  data 
) [private]
static internal uint Kitware.VTK.vtkAxesActor.vtkAxesActor_GetRedrawMTime_26 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkAxesActor.vtkAxesActor_GetShaftType_27 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkAxesActor.vtkAxesActor_GetSphereRadius_28 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkAxesActor.vtkAxesActor_GetSphereRadiusMaxValue_29 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkAxesActor.vtkAxesActor_GetSphereRadiusMinValue_30 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkAxesActor.vtkAxesActor_GetSphereResolution_31 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkAxesActor.vtkAxesActor_GetSphereResolutionMaxValue_32 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkAxesActor.vtkAxesActor_GetSphereResolutionMinValue_33 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkAxesActor.vtkAxesActor_GetTipType_34 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkAxesActor.vtkAxesActor_GetTotalLength_35 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkAxesActor.vtkAxesActor_GetTotalLength_36 ( HandleRef  pThis,
IntPtr  data 
) [private]
static internal IntPtr Kitware.VTK.vtkAxesActor.vtkAxesActor_GetUserDefinedShaft_37 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkAxesActor.vtkAxesActor_GetUserDefinedTip_38 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkAxesActor.vtkAxesActor_GetXAxisCaptionActor2D_39 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkAxesActor.vtkAxesActor_GetXAxisLabelText_40 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkAxesActor.vtkAxesActor_GetXAxisShaftProperty_41 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkAxesActor.vtkAxesActor_GetXAxisTipProperty_42 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkAxesActor.vtkAxesActor_GetYAxisCaptionActor2D_43 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkAxesActor.vtkAxesActor_GetYAxisLabelText_44 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkAxesActor.vtkAxesActor_GetYAxisShaftProperty_45 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkAxesActor.vtkAxesActor_GetYAxisTipProperty_46 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkAxesActor.vtkAxesActor_GetZAxisCaptionActor2D_47 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkAxesActor.vtkAxesActor_GetZAxisLabelText_48 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkAxesActor.vtkAxesActor_GetZAxisShaftProperty_49 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkAxesActor.vtkAxesActor_GetZAxisTipProperty_50 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkAxesActor.vtkAxesActor_HasTranslucentPolygonalGeometry_51 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkAxesActor.vtkAxesActor_IsA_52 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkAxesActor.vtkAxesActor_IsTypeOf_53 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkAxesActor.vtkAxesActor_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkAxesActor.vtkAxesActor_NewInstance_55 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkAxesActor.vtkAxesActor_ReleaseGraphicsResources_56 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal int Kitware.VTK.vtkAxesActor.vtkAxesActor_RenderOpaqueGeometry_57 ( HandleRef  pThis,
HandleRef  viewport 
) [private]
static internal int Kitware.VTK.vtkAxesActor.vtkAxesActor_RenderOverlay_58 ( HandleRef  pThis,
HandleRef  viewport 
) [private]
static internal int Kitware.VTK.vtkAxesActor.vtkAxesActor_RenderTranslucentPolygonalGeometry_59 ( HandleRef  pThis,
HandleRef  viewport 
) [private]
static internal IntPtr Kitware.VTK.vtkAxesActor.vtkAxesActor_SafeDownCast_60 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkAxesActor.vtkAxesActor_SetAxisLabels_61 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkAxesActor.vtkAxesActor_SetConeRadius_62 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkAxesActor.vtkAxesActor_SetConeResolution_63 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkAxesActor.vtkAxesActor_SetCylinderRadius_64 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkAxesActor.vtkAxesActor_SetCylinderResolution_65 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkAxesActor.vtkAxesActor_SetNormalizedLabelPosition_66 ( HandleRef  pThis,
IntPtr  v 
) [private]
static internal void Kitware.VTK.vtkAxesActor.vtkAxesActor_SetNormalizedLabelPosition_67 ( HandleRef  pThis,
double  x,
double  y,
double  z 
) [private]
static internal void Kitware.VTK.vtkAxesActor.vtkAxesActor_SetNormalizedShaftLength_68 ( HandleRef  pThis,
IntPtr  v 
) [private]
static internal void Kitware.VTK.vtkAxesActor.vtkAxesActor_SetNormalizedShaftLength_69 ( HandleRef  pThis,
double  x,
double  y,
double  z 
) [private]
static internal void Kitware.VTK.vtkAxesActor.vtkAxesActor_SetNormalizedTipLength_70 ( HandleRef  pThis,
IntPtr  v 
) [private]
static internal void Kitware.VTK.vtkAxesActor.vtkAxesActor_SetNormalizedTipLength_71 ( HandleRef  pThis,
double  x,
double  y,
double  z 
) [private]
static internal void Kitware.VTK.vtkAxesActor.vtkAxesActor_SetShaftType_72 ( HandleRef  pThis,
int  type 
) [private]
static internal void Kitware.VTK.vtkAxesActor.vtkAxesActor_SetShaftTypeToCylinder_73 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkAxesActor.vtkAxesActor_SetShaftTypeToLine_74 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkAxesActor.vtkAxesActor_SetShaftTypeToUserDefined_75 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkAxesActor.vtkAxesActor_SetSphereRadius_76 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkAxesActor.vtkAxesActor_SetSphereResolution_77 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkAxesActor.vtkAxesActor_SetTipType_78 ( HandleRef  pThis,
int  type 
) [private]
static internal void Kitware.VTK.vtkAxesActor.vtkAxesActor_SetTipTypeToCone_79 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkAxesActor.vtkAxesActor_SetTipTypeToSphere_80 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkAxesActor.vtkAxesActor_SetTipTypeToUserDefined_81 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkAxesActor.vtkAxesActor_SetTotalLength_82 ( HandleRef  pThis,
IntPtr  v 
) [private]
static internal void Kitware.VTK.vtkAxesActor.vtkAxesActor_SetTotalLength_83 ( HandleRef  pThis,
double  x,
double  y,
double  z 
) [private]
static internal void Kitware.VTK.vtkAxesActor.vtkAxesActor_SetUserDefinedShaft_84 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkAxesActor.vtkAxesActor_SetUserDefinedTip_85 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkAxesActor.vtkAxesActor_SetXAxisLabelText_86 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkAxesActor.vtkAxesActor_SetYAxisLabelText_87 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkAxesActor.vtkAxesActor_SetZAxisLabelText_88 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkAxesActor.vtkAxesActor_ShallowCopy_89 ( HandleRef  pThis,
HandleRef  prop 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkAxesActor.MRClassNameKey = "12vtkAxesActor" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkProp3D.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkProp3D.


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