ActiViz .NET
5.8.0
|
vtkAxisActor - Create an axis with tick marks and labels More...
Public Member Functions | |
vtkAxisActor (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkAxisActor () | |
Instantiate object. | |
virtual void | AxisVisibilityOff () |
Set/Get visibility of the axis line. | |
virtual void | AxisVisibilityOn () |
Set/Get visibility of the axis line. | |
void | BuildAxis (vtkViewport viewport, bool arg1) |
Set/Get the starting position for minor and major tick points on the range and the delta values that determine their spacing. The range and the position need not be identical. ie the displayed values need not match the actual positions in 3D space. | |
double | ComputeMaxLabelLength (IntPtr arg0) |
Shallow copy of an axis actor. Overloads the virtual vtkProp method. | |
double | ComputeTitleLength (IntPtr arg0) |
Shallow copy of an axis actor. Overloads the virtual vtkProp method. | |
virtual void | DrawGridlinesOff () |
Set/Get whether gridlines should be drawn. | |
virtual void | DrawGridlinesOn () |
Set/Get whether gridlines should be drawn. | |
virtual int | GetAxisPosition () |
Set/Get the position of this axis (in relation to an an assumed bounding box). For an x-type axis, MINMIN corresponds to the x-edge in the bounding box where Y values are minimum and Z values are minimum. For a y-type axis, MAXMIN corresponds to the y-edge where X values are maximum and Z values are minimum. | |
virtual int | GetAxisPositionMaxValue () |
Set/Get the position of this axis (in relation to an an assumed bounding box). For an x-type axis, MINMIN corresponds to the x-edge in the bounding box where Y values are minimum and Z values are minimum. For a y-type axis, MAXMIN corresponds to the y-edge where X values are maximum and Z values are minimum. | |
virtual int | GetAxisPositionMinValue () |
Set/Get the position of this axis (in relation to an an assumed bounding box). For an x-type axis, MINMIN corresponds to the x-edge in the bounding box where Y values are minimum and Z values are minimum. For a y-type axis, MAXMIN corresponds to the y-edge where X values are maximum and Z values are minimum. | |
virtual int | GetAxisType () |
Set/Get the type of this axis. | |
virtual int | GetAxisTypeMaxValue () |
Set/Get the type of this axis. | |
virtual int | GetAxisTypeMinValue () |
Set/Get the type of this axis. | |
virtual int | GetAxisVisibility () |
Set/Get visibility of the axis line. | |
override double[] | GetBounds () |
Set or get the bounds for this Actor as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax). | |
new void | GetBounds (IntPtr bounds) |
Set or get the bounds for this Actor as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax). | |
virtual vtkCamera | GetCamera () |
Set/Get the camera for this axis. The camera is used by the labels to 'follow' the camera and be legible from any viewpoint. | |
virtual double | GetDeltaMajor () |
Set/Get the starting position for minor and major tick points, and the delta values that determine their spacing. | |
virtual double | GetDeltaMinor () |
Set/Get the starting position for minor and major tick points, and the delta values that determine their spacing. | |
virtual double | GetDeltaRangeMajor () |
Set/Get the starting position for minor and major tick points on the range and the delta values that determine their spacing. The range and the position need not be identical. ie the displayed values need not match the actual positions in 3D space. | |
virtual double | GetDeltaRangeMinor () |
Set/Get the starting position for minor and major tick points on the range and the delta values that determine their spacing. The range and the position need not be identical. ie the displayed values need not match the actual positions in 3D space. | |
virtual int | GetDrawGridlines () |
Set/Get whether gridlines should be drawn. | |
virtual double | GetGridlineXLength () |
Set/Get the length to use when drawing gridlines. | |
virtual double | GetGridlineYLength () |
Set/Get the length to use when drawing gridlines. | |
virtual double | GetGridlineZLength () |
Set/Get the length to use when drawing gridlines. | |
virtual string | GetLabelFormat () |
Set/Get the format with which to print the labels on the axis. | |
virtual int | GetLabelVisibility () |
Set/Get visibility of the axis labels. | |
virtual double | GetMajorRangeStart () |
Set/Get the starting position for minor and major tick points on the range and the delta values that determine their spacing. The range and the position need not be identical. ie the displayed values need not match the actual positions in 3D space. | |
virtual double | GetMajorStart () |
Set/Get the starting position for minor and major tick points, and the delta values that determine their spacing. | |
virtual double | GetMajorTickSize () |
Set/Get the size of the major tick marks. | |
virtual double | GetMinorRangeStart () |
Set/Get the starting position for minor and major tick points on the range and the delta values that determine their spacing. The range and the position need not be identical. ie the displayed values need not match the actual positions in 3D space. | |
virtual double | GetMinorStart () |
Set/Get the starting position for minor and major tick points, and the delta values that determine their spacing. | |
virtual double | GetMinorTickSize () |
Set/Get the size of the major tick marks. | |
virtual int | GetMinorTicksVisible () |
Set/Get the flag that controls whether the minor ticks are visible. | |
virtual IntPtr | GetPoint1 () |
Specify the position of the first point defining the axis. | |
virtual vtkCoordinate | GetPoint1Coordinate () |
Specify the position of the first point defining the axis. | |
virtual IntPtr | GetPoint2 () |
Specify the position of the second point defining the axis. | |
virtual vtkCoordinate | GetPoint2Coordinate () |
Specify the position of the second point defining the axis. | |
virtual double[] | GetRange () |
Specify the (min,max) axis range. This will be used in the generation of labels, if labels are visible. | |
virtual void | GetRange (IntPtr data) |
Specify the (min,max) axis range. This will be used in the generation of labels, if labels are visible. | |
virtual int | GetTickLocation () |
Set/Get the location of the ticks. | |
virtual int | GetTickLocationMaxValue () |
Set/Get the location of the ticks. | |
virtual int | GetTickLocationMinValue () |
Set/Get the location of the ticks. | |
virtual int | GetTickVisibility () |
Set/Get visibility of the axis tick marks. | |
virtual string | GetTitle () |
Set/Get the title of the axis actor,. | |
virtual int | GetTitleVisibility () |
Set/Get visibility of the axis title. | |
override int | IsA (string type) |
Undocumented Block. | |
virtual void | LabelVisibilityOff () |
Set/Get visibility of the axis labels. | |
virtual void | LabelVisibilityOn () |
Set/Get visibility of the axis labels. | |
virtual void | MinorTicksVisibleOff () |
Set/Get the flag that controls whether the minor ticks are visible. | |
virtual void | MinorTicksVisibleOn () |
Set/Get the flag that controls whether the minor ticks are visible. | |
new vtkAxisActor | 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) |
Draw the axis. | |
virtual int | RenderTranslucentGeometry (vtkViewport arg0) |
Draw the axis. | |
virtual void | SetAxisPosition (int _arg) |
Set/Get the position of this axis (in relation to an an assumed bounding box). For an x-type axis, MINMIN corresponds to the x-edge in the bounding box where Y values are minimum and Z values are minimum. For a y-type axis, MAXMIN corresponds to the y-edge where X values are maximum and Z values are minimum. | |
void | SetAxisPositionToMaxMax () |
Set/Get the position of this axis (in relation to an an assumed bounding box). For an x-type axis, MINMIN corresponds to the x-edge in the bounding box where Y values are minimum and Z values are minimum. For a y-type axis, MAXMIN corresponds to the y-edge where X values are maximum and Z values are minimum. | |
void | SetAxisPositionToMaxMin () |
Set/Get the position of this axis (in relation to an an assumed bounding box). For an x-type axis, MINMIN corresponds to the x-edge in the bounding box where Y values are minimum and Z values are minimum. For a y-type axis, MAXMIN corresponds to the y-edge where X values are maximum and Z values are minimum. | |
void | SetAxisPositionToMinMax () |
Set/Get the position of this axis (in relation to an an assumed bounding box). For an x-type axis, MINMIN corresponds to the x-edge in the bounding box where Y values are minimum and Z values are minimum. For a y-type axis, MAXMIN corresponds to the y-edge where X values are maximum and Z values are minimum. | |
void | SetAxisPositionToMinMin () |
Set/Get the position of this axis (in relation to an an assumed bounding box). For an x-type axis, MINMIN corresponds to the x-edge in the bounding box where Y values are minimum and Z values are minimum. For a y-type axis, MAXMIN corresponds to the y-edge where X values are maximum and Z values are minimum. | |
virtual void | SetAxisType (int _arg) |
Set/Get the type of this axis. | |
void | SetAxisTypeToX () |
Set/Get the type of this axis. | |
void | SetAxisTypeToY () |
Set/Get the type of this axis. | |
void | SetAxisTypeToZ () |
Set/Get the type of this axis. | |
virtual void | SetAxisVisibility (int _arg) |
Set/Get visibility of the axis line. | |
void | SetBounds (IntPtr bounds) |
Set or get the bounds for this Actor as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax). | |
void | SetBounds (double xmin, double xmax, double ymin, double ymax, double zmin, double zmax) |
Set or get the bounds for this Actor as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax). | |
virtual void | SetCamera (vtkCamera arg0) |
Set/Get the camera for this axis. The camera is used by the labels to 'follow' the camera and be legible from any viewpoint. | |
virtual void | SetDeltaMajor (double _arg) |
Set/Get the starting position for minor and major tick points, and the delta values that determine their spacing. | |
virtual void | SetDeltaMinor (double _arg) |
Set/Get the starting position for minor and major tick points, and the delta values that determine their spacing. | |
virtual void | SetDeltaRangeMajor (double _arg) |
Set/Get the starting position for minor and major tick points on the range and the delta values that determine their spacing. The range and the position need not be identical. ie the displayed values need not match the actual positions in 3D space. | |
virtual void | SetDeltaRangeMinor (double _arg) |
Set/Get the starting position for minor and major tick points on the range and the delta values that determine their spacing. The range and the position need not be identical. ie the displayed values need not match the actual positions in 3D space. | |
virtual void | SetDrawGridlines (int _arg) |
Set/Get whether gridlines should be drawn. | |
virtual void | SetGridlineXLength (double _arg) |
Set/Get the length to use when drawing gridlines. | |
virtual void | SetGridlineYLength (double _arg) |
Set/Get the length to use when drawing gridlines. | |
virtual void | SetGridlineZLength (double _arg) |
Set/Get the length to use when drawing gridlines. | |
virtual void | SetLabelFormat (string _arg) |
Set/Get the format with which to print the labels on the axis. | |
void | SetLabelScale (double arg0) |
Shallow copy of an axis actor. Overloads the virtual vtkProp method. | |
virtual void | SetLabelVisibility (int _arg) |
Set/Get visibility of the axis labels. | |
void | SetLabels (vtkStringArray labels) |
Set/Get the starting position for minor and major tick points on the range and the delta values that determine their spacing. The range and the position need not be identical. ie the displayed values need not match the actual positions in 3D space. | |
virtual void | SetMajorRangeStart (double _arg) |
Set/Get the starting position for minor and major tick points on the range and the delta values that determine their spacing. The range and the position need not be identical. ie the displayed values need not match the actual positions in 3D space. | |
virtual void | SetMajorStart (double _arg) |
Set/Get the starting position for minor and major tick points, and the delta values that determine their spacing. | |
virtual void | SetMajorTickSize (double _arg) |
Set/Get the size of the major tick marks. | |
virtual void | SetMinorRangeStart (double _arg) |
Set/Get the starting position for minor and major tick points on the range and the delta values that determine their spacing. The range and the position need not be identical. ie the displayed values need not match the actual positions in 3D space. | |
virtual void | SetMinorStart (double _arg) |
Set/Get the starting position for minor and major tick points, and the delta values that determine their spacing. | |
virtual void | SetMinorTickSize (double _arg) |
Set/Get the size of the major tick marks. | |
virtual void | SetMinorTicksVisible (int _arg) |
Set/Get the flag that controls whether the minor ticks are visible. | |
virtual void | SetPoint1 (IntPtr x) |
Specify the position of the first point defining the axis. | |
virtual void | SetPoint1 (double x, double y, double z) |
Specify the position of the first point defining the axis. | |
virtual void | SetPoint2 (IntPtr x) |
Specify the position of the second point defining the axis. | |
virtual void | SetPoint2 (double x, double y, double z) |
Specify the position of the second point defining the axis. | |
virtual void | SetRange (double _arg1, double _arg2) |
Specify the (min,max) axis range. This will be used in the generation of labels, if labels are visible. | |
void | SetRange (IntPtr _arg) |
Specify the (min,max) axis range. This will be used in the generation of labels, if labels are visible. | |
virtual void | SetTickLocation (int _arg) |
Set/Get the location of the ticks. | |
void | SetTickLocationToBoth () |
Set/Get the location of the ticks. | |
void | SetTickLocationToInside () |
Set/Get the location of the ticks. | |
void | SetTickLocationToOutside () |
Set/Get the location of the ticks. | |
virtual void | SetTickVisibility (int _arg) |
Set/Get visibility of the axis tick marks. | |
void | SetTitle (string t) |
Set/Get the title of the axis actor,. | |
void | SetTitleScale (double arg0) |
Shallow copy of an axis actor. Overloads the virtual vtkProp method. | |
virtual void | SetTitleVisibility (int _arg) |
Set/Get visibility of the axis title. | |
override void | ShallowCopy (vtkProp prop) |
Shallow copy of an axis actor. Overloads the virtual vtkProp method. | |
virtual void | TickVisibilityOff () |
Set/Get visibility of the axis tick marks. | |
virtual void | TickVisibilityOn () |
Set/Get visibility of the axis tick marks. | |
virtual void | TitleVisibilityOff () |
Set/Get visibility of the axis title. | |
virtual void | TitleVisibilityOn () |
Set/Get visibility of the axis title. | |
Static Public Member Functions | |
static new vtkAxisActor | New () |
Instantiate object. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkAxisActor | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkAxisActor" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "12vtkAxisActor" |
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 | vtkAxisActor_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkAxisActor_AxisVisibilityOff_01 (HandleRef pThis) |
static internal void | vtkAxisActor_AxisVisibilityOn_02 (HandleRef pThis) |
static internal void | vtkAxisActor_BuildAxis_03 (HandleRef pThis, HandleRef viewport, byte arg1) |
static internal double | vtkAxisActor_ComputeMaxLabelLength_04 (HandleRef pThis, IntPtr arg0) |
static internal double | vtkAxisActor_ComputeTitleLength_05 (HandleRef pThis, IntPtr arg0) |
static internal void | vtkAxisActor_DrawGridlinesOff_06 (HandleRef pThis) |
static internal void | vtkAxisActor_DrawGridlinesOn_07 (HandleRef pThis) |
static internal int | vtkAxisActor_GetAxisPosition_08 (HandleRef pThis) |
static internal int | vtkAxisActor_GetAxisPositionMaxValue_09 (HandleRef pThis) |
static internal int | vtkAxisActor_GetAxisPositionMinValue_10 (HandleRef pThis) |
static internal int | vtkAxisActor_GetAxisType_11 (HandleRef pThis) |
static internal int | vtkAxisActor_GetAxisTypeMaxValue_12 (HandleRef pThis) |
static internal int | vtkAxisActor_GetAxisTypeMinValue_13 (HandleRef pThis) |
static internal int | vtkAxisActor_GetAxisVisibility_14 (HandleRef pThis) |
static internal IntPtr | vtkAxisActor_GetBounds_15 (HandleRef pThis) |
static internal void | vtkAxisActor_GetBounds_16 (HandleRef pThis, IntPtr bounds) |
static internal IntPtr | vtkAxisActor_GetCamera_17 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal double | vtkAxisActor_GetDeltaMajor_18 (HandleRef pThis) |
static internal double | vtkAxisActor_GetDeltaMinor_19 (HandleRef pThis) |
static internal double | vtkAxisActor_GetDeltaRangeMajor_20 (HandleRef pThis) |
static internal double | vtkAxisActor_GetDeltaRangeMinor_21 (HandleRef pThis) |
static internal int | vtkAxisActor_GetDrawGridlines_22 (HandleRef pThis) |
static internal double | vtkAxisActor_GetGridlineXLength_23 (HandleRef pThis) |
static internal double | vtkAxisActor_GetGridlineYLength_24 (HandleRef pThis) |
static internal double | vtkAxisActor_GetGridlineZLength_25 (HandleRef pThis) |
static internal IntPtr | vtkAxisActor_GetLabelFormat_26 (HandleRef pThis) |
static internal int | vtkAxisActor_GetLabelVisibility_27 (HandleRef pThis) |
static internal double | vtkAxisActor_GetMajorRangeStart_28 (HandleRef pThis) |
static internal double | vtkAxisActor_GetMajorStart_29 (HandleRef pThis) |
static internal double | vtkAxisActor_GetMajorTickSize_30 (HandleRef pThis) |
static internal double | vtkAxisActor_GetMinorRangeStart_31 (HandleRef pThis) |
static internal double | vtkAxisActor_GetMinorStart_32 (HandleRef pThis) |
static internal double | vtkAxisActor_GetMinorTickSize_33 (HandleRef pThis) |
static internal int | vtkAxisActor_GetMinorTicksVisible_34 (HandleRef pThis) |
static internal IntPtr | vtkAxisActor_GetPoint1_35 (HandleRef pThis) |
static internal IntPtr | vtkAxisActor_GetPoint1Coordinate_36 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkAxisActor_GetPoint2_37 (HandleRef pThis) |
static internal IntPtr | vtkAxisActor_GetPoint2Coordinate_38 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkAxisActor_GetRange_39 (HandleRef pThis) |
static internal void | vtkAxisActor_GetRange_40 (HandleRef pThis, IntPtr data) |
static internal int | vtkAxisActor_GetTickLocation_41 (HandleRef pThis) |
static internal int | vtkAxisActor_GetTickLocationMaxValue_42 (HandleRef pThis) |
static internal int | vtkAxisActor_GetTickLocationMinValue_43 (HandleRef pThis) |
static internal int | vtkAxisActor_GetTickVisibility_44 (HandleRef pThis) |
static internal IntPtr | vtkAxisActor_GetTitle_45 (HandleRef pThis) |
static internal int | vtkAxisActor_GetTitleVisibility_46 (HandleRef pThis) |
static internal int | vtkAxisActor_IsA_47 (HandleRef pThis, string type) |
static internal int | vtkAxisActor_IsTypeOf_48 (string type) |
static internal void | vtkAxisActor_LabelVisibilityOff_49 (HandleRef pThis) |
static internal void | vtkAxisActor_LabelVisibilityOn_50 (HandleRef pThis) |
static internal void | vtkAxisActor_MinorTicksVisibleOff_51 (HandleRef pThis) |
static internal void | vtkAxisActor_MinorTicksVisibleOn_52 (HandleRef pThis) |
static internal IntPtr | vtkAxisActor_NewInstance_54 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkAxisActor_ReleaseGraphicsResources_55 (HandleRef pThis, HandleRef arg0) |
static internal int | vtkAxisActor_RenderOpaqueGeometry_56 (HandleRef pThis, HandleRef viewport) |
static internal int | vtkAxisActor_RenderTranslucentGeometry_57 (HandleRef pThis, HandleRef arg0) |
static internal IntPtr | vtkAxisActor_SafeDownCast_58 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkAxisActor_SetAxisPosition_59 (HandleRef pThis, int _arg) |
static internal void | vtkAxisActor_SetAxisPositionToMaxMax_60 (HandleRef pThis) |
static internal void | vtkAxisActor_SetAxisPositionToMaxMin_61 (HandleRef pThis) |
static internal void | vtkAxisActor_SetAxisPositionToMinMax_62 (HandleRef pThis) |
static internal void | vtkAxisActor_SetAxisPositionToMinMin_63 (HandleRef pThis) |
static internal void | vtkAxisActor_SetAxisType_64 (HandleRef pThis, int _arg) |
static internal void | vtkAxisActor_SetAxisTypeToX_65 (HandleRef pThis) |
static internal void | vtkAxisActor_SetAxisTypeToY_66 (HandleRef pThis) |
static internal void | vtkAxisActor_SetAxisTypeToZ_67 (HandleRef pThis) |
static internal void | vtkAxisActor_SetAxisVisibility_68 (HandleRef pThis, int _arg) |
static internal void | vtkAxisActor_SetBounds_69 (HandleRef pThis, IntPtr bounds) |
static internal void | vtkAxisActor_SetBounds_70 (HandleRef pThis, double xmin, double xmax, double ymin, double ymax, double zmin, double zmax) |
static internal void | vtkAxisActor_SetCamera_71 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkAxisActor_SetDeltaMajor_72 (HandleRef pThis, double _arg) |
static internal void | vtkAxisActor_SetDeltaMinor_73 (HandleRef pThis, double _arg) |
static internal void | vtkAxisActor_SetDeltaRangeMajor_74 (HandleRef pThis, double _arg) |
static internal void | vtkAxisActor_SetDeltaRangeMinor_75 (HandleRef pThis, double _arg) |
static internal void | vtkAxisActor_SetDrawGridlines_76 (HandleRef pThis, int _arg) |
static internal void | vtkAxisActor_SetGridlineXLength_77 (HandleRef pThis, double _arg) |
static internal void | vtkAxisActor_SetGridlineYLength_78 (HandleRef pThis, double _arg) |
static internal void | vtkAxisActor_SetGridlineZLength_79 (HandleRef pThis, double _arg) |
static internal void | vtkAxisActor_SetLabelFormat_80 (HandleRef pThis, string _arg) |
static internal void | vtkAxisActor_SetLabelScale_81 (HandleRef pThis, double arg0) |
static internal void | vtkAxisActor_SetLabelVisibility_82 (HandleRef pThis, int _arg) |
static internal void | vtkAxisActor_SetLabels_83 (HandleRef pThis, HandleRef labels) |
static internal void | vtkAxisActor_SetMajorRangeStart_84 (HandleRef pThis, double _arg) |
static internal void | vtkAxisActor_SetMajorStart_85 (HandleRef pThis, double _arg) |
static internal void | vtkAxisActor_SetMajorTickSize_86 (HandleRef pThis, double _arg) |
static internal void | vtkAxisActor_SetMinorRangeStart_87 (HandleRef pThis, double _arg) |
static internal void | vtkAxisActor_SetMinorStart_88 (HandleRef pThis, double _arg) |
static internal void | vtkAxisActor_SetMinorTickSize_89 (HandleRef pThis, double _arg) |
static internal void | vtkAxisActor_SetMinorTicksVisible_90 (HandleRef pThis, int _arg) |
static internal void | vtkAxisActor_SetPoint1_91 (HandleRef pThis, IntPtr x) |
static internal void | vtkAxisActor_SetPoint1_92 (HandleRef pThis, double x, double y, double z) |
static internal void | vtkAxisActor_SetPoint2_93 (HandleRef pThis, IntPtr x) |
static internal void | vtkAxisActor_SetPoint2_94 (HandleRef pThis, double x, double y, double z) |
static internal void | vtkAxisActor_SetRange_95 (HandleRef pThis, double _arg1, double _arg2) |
static internal void | vtkAxisActor_SetRange_96 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkAxisActor_SetTickLocation_97 (HandleRef pThis, int _arg) |
static internal void | vtkAxisActor_SetTickLocationToBoth_98 (HandleRef pThis) |
static internal void | vtkAxisActor_SetTickLocationToInside_99 (HandleRef pThis) |
static internal void | vtkAxisActor_SetTickLocationToOutside_100 (HandleRef pThis) |
static internal void | vtkAxisActor_SetTickVisibility_101 (HandleRef pThis, int _arg) |
static internal void | vtkAxisActor_SetTitle_102 (HandleRef pThis, string t) |
static internal void | vtkAxisActor_SetTitleScale_103 (HandleRef pThis, double arg0) |
static internal void | vtkAxisActor_SetTitleVisibility_104 (HandleRef pThis, int _arg) |
static internal void | vtkAxisActor_ShallowCopy_105 (HandleRef pThis, HandleRef prop) |
static internal void | vtkAxisActor_TickVisibilityOff_106 (HandleRef pThis) |
static internal void | vtkAxisActor_TickVisibilityOn_107 (HandleRef pThis) |
static internal void | vtkAxisActor_TitleVisibilityOff_108 (HandleRef pThis) |
static internal void | vtkAxisActor_TitleVisibilityOn_109 (HandleRef pThis) |
Static Private Member Functions | |
static | vtkAxisActor () |
Automatically generated type registration mechanics. |
vtkAxisActor - Create an axis with tick marks and labels
Description vtkAxisActor creates an axis with tick marks, labels, and/or a title, depending on the particular instance variable settings. It is assumed that the axes is part of a bounding box and is orthoganal to one of the coordinate axes. To use this class, you typically specify two points defining the start and end points of the line (xyz definition using vtkCoordinate class), the axis type (X, Y or Z), the axis location in relation to the bounding box, the bounding box, the number of labels, and the data range (min,max). You can also control what parts of the axis are visible including the line, the tick marks, the labels, and the title. It is also possible to control gridlines, and specifiy on which 'side' the tickmarks are drawn (again with respect to the underlying assumed bounding box). You can also specify the label format (a printf style format).
This class decides how to locate the labels, and how to create reasonable tick marks and labels.
Labels follow the camera so as to be legible from any viewpoint.
The instance variables Point1 and Point2 are instances of vtkCoordinate. All calculations and references are in World Coordinates.
Notes This class was adapted from a 2D version created by Hank Childs called vtkHankAxisActor2D.
vtkActor vtkVectorText vtkPolyDataMapper vtkAxisActor2D vtkCoordinate
static Kitware.VTK.vtkAxisActor.vtkAxisActor | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkAxisActor.vtkAxisActor | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Instantiate object.
virtual void Kitware.VTK.vtkAxisActor.AxisVisibilityOff | ( | ) | [virtual] |
Set/Get visibility of the axis line.
virtual void Kitware.VTK.vtkAxisActor.AxisVisibilityOn | ( | ) | [virtual] |
Set/Get visibility of the axis line.
void Kitware.VTK.vtkAxisActor.BuildAxis | ( | vtkViewport | viewport, |
bool | arg1 | ||
) |
Set/Get the starting position for minor and major tick points on the range and the delta values that determine their spacing. The range and the position need not be identical. ie the displayed values need not match the actual positions in 3D space.
double Kitware.VTK.vtkAxisActor.ComputeMaxLabelLength | ( | IntPtr | arg0 | ) |
Shallow copy of an axis actor. Overloads the virtual vtkProp method.
double Kitware.VTK.vtkAxisActor.ComputeTitleLength | ( | IntPtr | arg0 | ) |
Shallow copy of an axis actor. Overloads the virtual vtkProp method.
override void Kitware.VTK.vtkAxisActor.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.vtkActor.
virtual void Kitware.VTK.vtkAxisActor.DrawGridlinesOff | ( | ) | [virtual] |
Set/Get whether gridlines should be drawn.
virtual void Kitware.VTK.vtkAxisActor.DrawGridlinesOn | ( | ) | [virtual] |
Set/Get whether gridlines should be drawn.
virtual int Kitware.VTK.vtkAxisActor.GetAxisPosition | ( | ) | [virtual] |
Set/Get the position of this axis (in relation to an an assumed bounding box). For an x-type axis, MINMIN corresponds to the x-edge in the bounding box where Y values are minimum and Z values are minimum. For a y-type axis, MAXMIN corresponds to the y-edge where X values are maximum and Z values are minimum.
virtual int Kitware.VTK.vtkAxisActor.GetAxisPositionMaxValue | ( | ) | [virtual] |
Set/Get the position of this axis (in relation to an an assumed bounding box). For an x-type axis, MINMIN corresponds to the x-edge in the bounding box where Y values are minimum and Z values are minimum. For a y-type axis, MAXMIN corresponds to the y-edge where X values are maximum and Z values are minimum.
virtual int Kitware.VTK.vtkAxisActor.GetAxisPositionMinValue | ( | ) | [virtual] |
Set/Get the position of this axis (in relation to an an assumed bounding box). For an x-type axis, MINMIN corresponds to the x-edge in the bounding box where Y values are minimum and Z values are minimum. For a y-type axis, MAXMIN corresponds to the y-edge where X values are maximum and Z values are minimum.
virtual int Kitware.VTK.vtkAxisActor.GetAxisType | ( | ) | [virtual] |
Set/Get the type of this axis.
virtual int Kitware.VTK.vtkAxisActor.GetAxisTypeMaxValue | ( | ) | [virtual] |
Set/Get the type of this axis.
virtual int Kitware.VTK.vtkAxisActor.GetAxisTypeMinValue | ( | ) | [virtual] |
Set/Get the type of this axis.
virtual int Kitware.VTK.vtkAxisActor.GetAxisVisibility | ( | ) | [virtual] |
Set/Get visibility of the axis line.
override double [] Kitware.VTK.vtkAxisActor.GetBounds | ( | ) | [virtual] |
Set or get the bounds for this Actor as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax).
Reimplemented from Kitware.VTK.vtkActor.
new void Kitware.VTK.vtkAxisActor.GetBounds | ( | IntPtr | bounds | ) |
Set or get the bounds for this Actor as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax).
Reimplemented from Kitware.VTK.vtkActor.
virtual vtkCamera Kitware.VTK.vtkAxisActor.GetCamera | ( | ) | [virtual] |
Set/Get the camera for this axis. The camera is used by the labels to 'follow' the camera and be legible from any viewpoint.
virtual double Kitware.VTK.vtkAxisActor.GetDeltaMajor | ( | ) | [virtual] |
Set/Get the starting position for minor and major tick points, and the delta values that determine their spacing.
virtual double Kitware.VTK.vtkAxisActor.GetDeltaMinor | ( | ) | [virtual] |
Set/Get the starting position for minor and major tick points, and the delta values that determine their spacing.
virtual double Kitware.VTK.vtkAxisActor.GetDeltaRangeMajor | ( | ) | [virtual] |
Set/Get the starting position for minor and major tick points on the range and the delta values that determine their spacing. The range and the position need not be identical. ie the displayed values need not match the actual positions in 3D space.
virtual double Kitware.VTK.vtkAxisActor.GetDeltaRangeMinor | ( | ) | [virtual] |
Set/Get the starting position for minor and major tick points on the range and the delta values that determine their spacing. The range and the position need not be identical. ie the displayed values need not match the actual positions in 3D space.
virtual int Kitware.VTK.vtkAxisActor.GetDrawGridlines | ( | ) | [virtual] |
Set/Get whether gridlines should be drawn.
virtual double Kitware.VTK.vtkAxisActor.GetGridlineXLength | ( | ) | [virtual] |
Set/Get the length to use when drawing gridlines.
virtual double Kitware.VTK.vtkAxisActor.GetGridlineYLength | ( | ) | [virtual] |
Set/Get the length to use when drawing gridlines.
virtual double Kitware.VTK.vtkAxisActor.GetGridlineZLength | ( | ) | [virtual] |
Set/Get the length to use when drawing gridlines.
virtual string Kitware.VTK.vtkAxisActor.GetLabelFormat | ( | ) | [virtual] |
Set/Get the format with which to print the labels on the axis.
virtual int Kitware.VTK.vtkAxisActor.GetLabelVisibility | ( | ) | [virtual] |
Set/Get visibility of the axis labels.
virtual double Kitware.VTK.vtkAxisActor.GetMajorRangeStart | ( | ) | [virtual] |
Set/Get the starting position for minor and major tick points on the range and the delta values that determine their spacing. The range and the position need not be identical. ie the displayed values need not match the actual positions in 3D space.
virtual double Kitware.VTK.vtkAxisActor.GetMajorStart | ( | ) | [virtual] |
Set/Get the starting position for minor and major tick points, and the delta values that determine their spacing.
virtual double Kitware.VTK.vtkAxisActor.GetMajorTickSize | ( | ) | [virtual] |
Set/Get the size of the major tick marks.
virtual double Kitware.VTK.vtkAxisActor.GetMinorRangeStart | ( | ) | [virtual] |
Set/Get the starting position for minor and major tick points on the range and the delta values that determine their spacing. The range and the position need not be identical. ie the displayed values need not match the actual positions in 3D space.
virtual double Kitware.VTK.vtkAxisActor.GetMinorStart | ( | ) | [virtual] |
Set/Get the starting position for minor and major tick points, and the delta values that determine their spacing.
virtual double Kitware.VTK.vtkAxisActor.GetMinorTickSize | ( | ) | [virtual] |
Set/Get the size of the major tick marks.
virtual int Kitware.VTK.vtkAxisActor.GetMinorTicksVisible | ( | ) | [virtual] |
Set/Get the flag that controls whether the minor ticks are visible.
virtual IntPtr Kitware.VTK.vtkAxisActor.GetPoint1 | ( | ) | [virtual] |
Specify the position of the first point defining the axis.
virtual vtkCoordinate Kitware.VTK.vtkAxisActor.GetPoint1Coordinate | ( | ) | [virtual] |
Specify the position of the first point defining the axis.
virtual IntPtr Kitware.VTK.vtkAxisActor.GetPoint2 | ( | ) | [virtual] |
Specify the position of the second point defining the axis.
virtual vtkCoordinate Kitware.VTK.vtkAxisActor.GetPoint2Coordinate | ( | ) | [virtual] |
Specify the position of the second point defining the axis.
virtual double [] Kitware.VTK.vtkAxisActor.GetRange | ( | ) | [virtual] |
Specify the (min,max) axis range. This will be used in the generation of labels, if labels are visible.
virtual void Kitware.VTK.vtkAxisActor.GetRange | ( | IntPtr | data | ) | [virtual] |
Specify the (min,max) axis range. This will be used in the generation of labels, if labels are visible.
virtual int Kitware.VTK.vtkAxisActor.GetTickLocation | ( | ) | [virtual] |
Set/Get the location of the ticks.
virtual int Kitware.VTK.vtkAxisActor.GetTickLocationMaxValue | ( | ) | [virtual] |
Set/Get the location of the ticks.
virtual int Kitware.VTK.vtkAxisActor.GetTickLocationMinValue | ( | ) | [virtual] |
Set/Get the location of the ticks.
virtual int Kitware.VTK.vtkAxisActor.GetTickVisibility | ( | ) | [virtual] |
Set/Get visibility of the axis tick marks.
virtual string Kitware.VTK.vtkAxisActor.GetTitle | ( | ) | [virtual] |
Set/Get the title of the axis actor,.
virtual int Kitware.VTK.vtkAxisActor.GetTitleVisibility | ( | ) | [virtual] |
Set/Get visibility of the axis title.
override int Kitware.VTK.vtkAxisActor.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkActor.
static new int Kitware.VTK.vtkAxisActor.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkActor.
virtual void Kitware.VTK.vtkAxisActor.LabelVisibilityOff | ( | ) | [virtual] |
Set/Get visibility of the axis labels.
virtual void Kitware.VTK.vtkAxisActor.LabelVisibilityOn | ( | ) | [virtual] |
Set/Get visibility of the axis labels.
virtual void Kitware.VTK.vtkAxisActor.MinorTicksVisibleOff | ( | ) | [virtual] |
Set/Get the flag that controls whether the minor ticks are visible.
virtual void Kitware.VTK.vtkAxisActor.MinorTicksVisibleOn | ( | ) | [virtual] |
Set/Get the flag that controls whether the minor ticks are visible.
static new vtkAxisActor Kitware.VTK.vtkAxisActor.New | ( | ) | [static] |
Instantiate object.
Reimplemented from Kitware.VTK.vtkActor.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkActor.
override void Kitware.VTK.vtkAxisActor.ReleaseGraphicsResources | ( | vtkWindow | arg0 | ) | [virtual] |
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.vtkActor.
override int Kitware.VTK.vtkAxisActor.RenderOpaqueGeometry | ( | vtkViewport | viewport | ) | [virtual] |
Draw the axis.
Reimplemented from Kitware.VTK.vtkActor.
virtual int Kitware.VTK.vtkAxisActor.RenderTranslucentGeometry | ( | vtkViewport | arg0 | ) | [virtual] |
Draw the axis.
static new vtkAxisActor Kitware.VTK.vtkAxisActor.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkActor.
virtual void Kitware.VTK.vtkAxisActor.SetAxisPosition | ( | int | _arg | ) | [virtual] |
Set/Get the position of this axis (in relation to an an assumed bounding box). For an x-type axis, MINMIN corresponds to the x-edge in the bounding box where Y values are minimum and Z values are minimum. For a y-type axis, MAXMIN corresponds to the y-edge where X values are maximum and Z values are minimum.
Set/Get the position of this axis (in relation to an an assumed bounding box). For an x-type axis, MINMIN corresponds to the x-edge in the bounding box where Y values are minimum and Z values are minimum. For a y-type axis, MAXMIN corresponds to the y-edge where X values are maximum and Z values are minimum.
Set/Get the position of this axis (in relation to an an assumed bounding box). For an x-type axis, MINMIN corresponds to the x-edge in the bounding box where Y values are minimum and Z values are minimum. For a y-type axis, MAXMIN corresponds to the y-edge where X values are maximum and Z values are minimum.
Set/Get the position of this axis (in relation to an an assumed bounding box). For an x-type axis, MINMIN corresponds to the x-edge in the bounding box where Y values are minimum and Z values are minimum. For a y-type axis, MAXMIN corresponds to the y-edge where X values are maximum and Z values are minimum.
Set/Get the position of this axis (in relation to an an assumed bounding box). For an x-type axis, MINMIN corresponds to the x-edge in the bounding box where Y values are minimum and Z values are minimum. For a y-type axis, MAXMIN corresponds to the y-edge where X values are maximum and Z values are minimum.
virtual void Kitware.VTK.vtkAxisActor.SetAxisType | ( | int | _arg | ) | [virtual] |
Set/Get the type of this axis.
Set/Get the type of this axis.
Set/Get the type of this axis.
Set/Get the type of this axis.
virtual void Kitware.VTK.vtkAxisActor.SetAxisVisibility | ( | int | _arg | ) | [virtual] |
Set/Get visibility of the axis line.
void Kitware.VTK.vtkAxisActor.SetBounds | ( | IntPtr | bounds | ) |
Set or get the bounds for this Actor as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax).
void Kitware.VTK.vtkAxisActor.SetBounds | ( | double | xmin, |
double | xmax, | ||
double | ymin, | ||
double | ymax, | ||
double | zmin, | ||
double | zmax | ||
) |
Set or get the bounds for this Actor as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax).
virtual void Kitware.VTK.vtkAxisActor.SetCamera | ( | vtkCamera | arg0 | ) | [virtual] |
Set/Get the camera for this axis. The camera is used by the labels to 'follow' the camera and be legible from any viewpoint.
virtual void Kitware.VTK.vtkAxisActor.SetDeltaMajor | ( | double | _arg | ) | [virtual] |
Set/Get the starting position for minor and major tick points, and the delta values that determine their spacing.
virtual void Kitware.VTK.vtkAxisActor.SetDeltaMinor | ( | double | _arg | ) | [virtual] |
Set/Get the starting position for minor and major tick points, and the delta values that determine their spacing.
virtual void Kitware.VTK.vtkAxisActor.SetDeltaRangeMajor | ( | double | _arg | ) | [virtual] |
Set/Get the starting position for minor and major tick points on the range and the delta values that determine their spacing. The range and the position need not be identical. ie the displayed values need not match the actual positions in 3D space.
virtual void Kitware.VTK.vtkAxisActor.SetDeltaRangeMinor | ( | double | _arg | ) | [virtual] |
Set/Get the starting position for minor and major tick points on the range and the delta values that determine their spacing. The range and the position need not be identical. ie the displayed values need not match the actual positions in 3D space.
virtual void Kitware.VTK.vtkAxisActor.SetDrawGridlines | ( | int | _arg | ) | [virtual] |
Set/Get whether gridlines should be drawn.
virtual void Kitware.VTK.vtkAxisActor.SetGridlineXLength | ( | double | _arg | ) | [virtual] |
Set/Get the length to use when drawing gridlines.
virtual void Kitware.VTK.vtkAxisActor.SetGridlineYLength | ( | double | _arg | ) | [virtual] |
Set/Get the length to use when drawing gridlines.
virtual void Kitware.VTK.vtkAxisActor.SetGridlineZLength | ( | double | _arg | ) | [virtual] |
Set/Get the length to use when drawing gridlines.
virtual void Kitware.VTK.vtkAxisActor.SetLabelFormat | ( | string | _arg | ) | [virtual] |
Set/Get the format with which to print the labels on the axis.
void Kitware.VTK.vtkAxisActor.SetLabels | ( | vtkStringArray | labels | ) |
Set/Get the starting position for minor and major tick points on the range and the delta values that determine their spacing. The range and the position need not be identical. ie the displayed values need not match the actual positions in 3D space.
void Kitware.VTK.vtkAxisActor.SetLabelScale | ( | double | arg0 | ) |
Shallow copy of an axis actor. Overloads the virtual vtkProp method.
virtual void Kitware.VTK.vtkAxisActor.SetLabelVisibility | ( | int | _arg | ) | [virtual] |
Set/Get visibility of the axis labels.
virtual void Kitware.VTK.vtkAxisActor.SetMajorRangeStart | ( | double | _arg | ) | [virtual] |
Set/Get the starting position for minor and major tick points on the range and the delta values that determine their spacing. The range and the position need not be identical. ie the displayed values need not match the actual positions in 3D space.
virtual void Kitware.VTK.vtkAxisActor.SetMajorStart | ( | double | _arg | ) | [virtual] |
Set/Get the starting position for minor and major tick points, and the delta values that determine their spacing.
virtual void Kitware.VTK.vtkAxisActor.SetMajorTickSize | ( | double | _arg | ) | [virtual] |
Set/Get the size of the major tick marks.
virtual void Kitware.VTK.vtkAxisActor.SetMinorRangeStart | ( | double | _arg | ) | [virtual] |
Set/Get the starting position for minor and major tick points on the range and the delta values that determine their spacing. The range and the position need not be identical. ie the displayed values need not match the actual positions in 3D space.
virtual void Kitware.VTK.vtkAxisActor.SetMinorStart | ( | double | _arg | ) | [virtual] |
Set/Get the starting position for minor and major tick points, and the delta values that determine their spacing.
virtual void Kitware.VTK.vtkAxisActor.SetMinorTickSize | ( | double | _arg | ) | [virtual] |
Set/Get the size of the major tick marks.
virtual void Kitware.VTK.vtkAxisActor.SetMinorTicksVisible | ( | int | _arg | ) | [virtual] |
Set/Get the flag that controls whether the minor ticks are visible.
virtual void Kitware.VTK.vtkAxisActor.SetPoint1 | ( | IntPtr | x | ) | [virtual] |
Specify the position of the first point defining the axis.
virtual void Kitware.VTK.vtkAxisActor.SetPoint1 | ( | double | x, |
double | y, | ||
double | z | ||
) | [virtual] |
Specify the position of the first point defining the axis.
virtual void Kitware.VTK.vtkAxisActor.SetPoint2 | ( | IntPtr | x | ) | [virtual] |
Specify the position of the second point defining the axis.
virtual void Kitware.VTK.vtkAxisActor.SetPoint2 | ( | double | x, |
double | y, | ||
double | z | ||
) | [virtual] |
Specify the position of the second point defining the axis.
virtual void Kitware.VTK.vtkAxisActor.SetRange | ( | double | _arg1, |
double | _arg2 | ||
) | [virtual] |
Specify the (min,max) axis range. This will be used in the generation of labels, if labels are visible.
void Kitware.VTK.vtkAxisActor.SetRange | ( | IntPtr | _arg | ) |
Specify the (min,max) axis range. This will be used in the generation of labels, if labels are visible.
virtual void Kitware.VTK.vtkAxisActor.SetTickLocation | ( | int | _arg | ) | [virtual] |
Set/Get the location of the ticks.
Set/Get the location of the ticks.
Set/Get the location of the ticks.
Set/Get the location of the ticks.
virtual void Kitware.VTK.vtkAxisActor.SetTickVisibility | ( | int | _arg | ) | [virtual] |
Set/Get visibility of the axis tick marks.
void Kitware.VTK.vtkAxisActor.SetTitle | ( | string | t | ) |
Set/Get the title of the axis actor,.
void Kitware.VTK.vtkAxisActor.SetTitleScale | ( | double | arg0 | ) |
Shallow copy of an axis actor. Overloads the virtual vtkProp method.
virtual void Kitware.VTK.vtkAxisActor.SetTitleVisibility | ( | int | _arg | ) | [virtual] |
Set/Get visibility of the axis title.
override void Kitware.VTK.vtkAxisActor.ShallowCopy | ( | vtkProp | prop | ) | [virtual] |
Shallow copy of an axis actor. Overloads the virtual vtkProp method.
Reimplemented from Kitware.VTK.vtkActor.
virtual void Kitware.VTK.vtkAxisActor.TickVisibilityOff | ( | ) | [virtual] |
Set/Get visibility of the axis tick marks.
virtual void Kitware.VTK.vtkAxisActor.TickVisibilityOn | ( | ) | [virtual] |
Set/Get visibility of the axis tick marks.
virtual void Kitware.VTK.vtkAxisActor.TitleVisibilityOff | ( | ) | [virtual] |
Set/Get visibility of the axis title.
virtual void Kitware.VTK.vtkAxisActor.TitleVisibilityOn | ( | ) | [virtual] |
Set/Get visibility of the axis title.
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_AxisVisibilityOff_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_AxisVisibilityOn_02 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_BuildAxis_03 | ( | HandleRef | pThis, |
HandleRef | viewport, | ||
byte | arg1 | ||
) | [private] |
static internal double Kitware.VTK.vtkAxisActor.vtkAxisActor_ComputeMaxLabelLength_04 | ( | HandleRef | pThis, |
IntPtr | arg0 | ||
) | [private] |
static internal double Kitware.VTK.vtkAxisActor.vtkAxisActor_ComputeTitleLength_05 | ( | HandleRef | pThis, |
IntPtr | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_DrawGridlinesOff_06 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_DrawGridlinesOn_07 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkAxisActor.vtkAxisActor_GetAxisPosition_08 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkAxisActor.vtkAxisActor_GetAxisPositionMaxValue_09 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkAxisActor.vtkAxisActor_GetAxisPositionMinValue_10 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkAxisActor.vtkAxisActor_GetAxisType_11 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkAxisActor.vtkAxisActor_GetAxisTypeMaxValue_12 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkAxisActor.vtkAxisActor_GetAxisTypeMinValue_13 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkAxisActor.vtkAxisActor_GetAxisVisibility_14 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkAxisActor.vtkAxisActor_GetBounds_15 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_GetBounds_16 | ( | HandleRef | pThis, |
IntPtr | bounds | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkAxisActor.vtkAxisActor_GetCamera_17 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal double Kitware.VTK.vtkAxisActor.vtkAxisActor_GetDeltaMajor_18 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkAxisActor.vtkAxisActor_GetDeltaMinor_19 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkAxisActor.vtkAxisActor_GetDeltaRangeMajor_20 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkAxisActor.vtkAxisActor_GetDeltaRangeMinor_21 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkAxisActor.vtkAxisActor_GetDrawGridlines_22 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkAxisActor.vtkAxisActor_GetGridlineXLength_23 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkAxisActor.vtkAxisActor_GetGridlineYLength_24 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkAxisActor.vtkAxisActor_GetGridlineZLength_25 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkAxisActor.vtkAxisActor_GetLabelFormat_26 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkAxisActor.vtkAxisActor_GetLabelVisibility_27 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkAxisActor.vtkAxisActor_GetMajorRangeStart_28 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkAxisActor.vtkAxisActor_GetMajorStart_29 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkAxisActor.vtkAxisActor_GetMajorTickSize_30 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkAxisActor.vtkAxisActor_GetMinorRangeStart_31 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkAxisActor.vtkAxisActor_GetMinorStart_32 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkAxisActor.vtkAxisActor_GetMinorTickSize_33 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkAxisActor.vtkAxisActor_GetMinorTicksVisible_34 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkAxisActor.vtkAxisActor_GetPoint1_35 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkAxisActor.vtkAxisActor_GetPoint1Coordinate_36 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkAxisActor.vtkAxisActor_GetPoint2_37 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkAxisActor.vtkAxisActor_GetPoint2Coordinate_38 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkAxisActor.vtkAxisActor_GetRange_39 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_GetRange_40 | ( | HandleRef | pThis, |
IntPtr | data | ||
) | [private] |
static internal int Kitware.VTK.vtkAxisActor.vtkAxisActor_GetTickLocation_41 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkAxisActor.vtkAxisActor_GetTickLocationMaxValue_42 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkAxisActor.vtkAxisActor_GetTickLocationMinValue_43 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkAxisActor.vtkAxisActor_GetTickVisibility_44 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkAxisActor.vtkAxisActor_GetTitle_45 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkAxisActor.vtkAxisActor_GetTitleVisibility_46 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkAxisActor.vtkAxisActor_IsA_47 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkAxisActor.vtkAxisActor_IsTypeOf_48 | ( | string | type | ) | [private] |
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_LabelVisibilityOff_49 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_LabelVisibilityOn_50 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_MinorTicksVisibleOff_51 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_MinorTicksVisibleOn_52 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkAxisActor.vtkAxisActor_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkAxisActor.vtkAxisActor_NewInstance_54 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_ReleaseGraphicsResources_55 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal int Kitware.VTK.vtkAxisActor.vtkAxisActor_RenderOpaqueGeometry_56 | ( | HandleRef | pThis, |
HandleRef | viewport | ||
) | [private] |
static internal int Kitware.VTK.vtkAxisActor.vtkAxisActor_RenderTranslucentGeometry_57 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkAxisActor.vtkAxisActor_SafeDownCast_58 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_SetAxisPosition_59 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_SetAxisPositionToMaxMax_60 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_SetAxisPositionToMaxMin_61 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_SetAxisPositionToMinMax_62 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_SetAxisPositionToMinMin_63 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_SetAxisType_64 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_SetAxisTypeToX_65 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_SetAxisTypeToY_66 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_SetAxisTypeToZ_67 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_SetAxisVisibility_68 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_SetBounds_69 | ( | HandleRef | pThis, |
IntPtr | bounds | ||
) | [private] |
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_SetBounds_70 | ( | HandleRef | pThis, |
double | xmin, | ||
double | xmax, | ||
double | ymin, | ||
double | ymax, | ||
double | zmin, | ||
double | zmax | ||
) | [private] |
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_SetCamera_71 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_SetDeltaMajor_72 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_SetDeltaMinor_73 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_SetDeltaRangeMajor_74 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_SetDeltaRangeMinor_75 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_SetDrawGridlines_76 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_SetGridlineXLength_77 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_SetGridlineYLength_78 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_SetGridlineZLength_79 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_SetLabelFormat_80 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_SetLabels_83 | ( | HandleRef | pThis, |
HandleRef | labels | ||
) | [private] |
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_SetLabelScale_81 | ( | HandleRef | pThis, |
double | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_SetLabelVisibility_82 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_SetMajorRangeStart_84 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_SetMajorStart_85 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_SetMajorTickSize_86 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_SetMinorRangeStart_87 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_SetMinorStart_88 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_SetMinorTickSize_89 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_SetMinorTicksVisible_90 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_SetPoint1_91 | ( | HandleRef | pThis, |
IntPtr | x | ||
) | [private] |
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_SetPoint1_92 | ( | HandleRef | pThis, |
double | x, | ||
double | y, | ||
double | z | ||
) | [private] |
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_SetPoint2_93 | ( | HandleRef | pThis, |
IntPtr | x | ||
) | [private] |
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_SetPoint2_94 | ( | HandleRef | pThis, |
double | x, | ||
double | y, | ||
double | z | ||
) | [private] |
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_SetRange_95 | ( | HandleRef | pThis, |
double | _arg1, | ||
double | _arg2 | ||
) | [private] |
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_SetRange_96 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_SetTickLocation_97 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_SetTickLocationToBoth_98 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_SetTickLocationToInside_99 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_SetTickLocationToOutside_100 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_SetTickVisibility_101 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_SetTitle_102 | ( | HandleRef | pThis, |
string | t | ||
) | [private] |
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_SetTitleScale_103 | ( | HandleRef | pThis, |
double | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_SetTitleVisibility_104 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_ShallowCopy_105 | ( | HandleRef | pThis, |
HandleRef | prop | ||
) | [private] |
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_TickVisibilityOff_106 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_TickVisibilityOn_107 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_TitleVisibilityOff_108 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkAxisActor.vtkAxisActor_TitleVisibilityOn_109 | ( | HandleRef | pThis | ) | [private] |
new readonly string Kitware.VTK.vtkAxisActor.MRClassNameKey = "12vtkAxisActor" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkActor.
new const string Kitware.VTK.vtkAxisActor.MRFullTypeName = "Kitware.VTK.vtkAxisActor" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkActor.