ActiViz .NET
5.8.0
|
vtkAxis - takes care of drawing 2D axes More...
Public Types | |
enum | BOTTOM_WrapperEnum { BOTTOM = 1, LEFT = 0, PARALLEL = 4, RIGHT = 2, TOP = 3 } |
Enumeration of the axis locations in a conventional XY chart. Other layouts are possible. More... | |
enum | MIXED_WrapperEnum { MIXED = 2, SCIENTIFIC = 1, STANDARD = 0 } |
Enumeration of the axis notations available. More... | |
enum | AUTO_WrapperEnum { AUTO = 0, CUSTOM = 2, FIXED = 1 } |
Enumeration of the axis behaviors. More... | |
Public Member Functions | |
vtkAxis (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkAxis () | |
Creates a 2D Chart object. | |
virtual void | AutoScale () |
Use this function to autoscale the axes after setting the minimum and maximum values. This will cause the axes to select the nicest numbers that enclose the minimum and maximum values, and to select an appropriate number of tick marks. | |
virtual int | GetBehavior () |
Get/set the behavior of the axis (auto, fixed, custom). Default is 0 (auto). | |
virtual vtkPen | GetGridPen () |
Get a pointer to the vtkPen object that controls the way this axis is drawn. | |
virtual bool | GetGridVisible () |
Get/set whether the axis grid lines should be drawn, default is true. | |
virtual vtkTextProperty | GetLabelProperties () |
Get the vtkTextProperty that governs how the axis lables are displayed. Note that the alignment properties are not used. | |
virtual bool | GetLabelsVisible () |
Get/set whether the axis labels should be visible. | |
virtual bool | GetLogScale () |
Get/set whether the axis should use a log scale, default is false. | |
virtual double | GetMaximum () |
Get the logical maximum value of the axis, in plot coordinates. | |
virtual double | GetMaximumLimit () |
Get the logical highest possible value for Maximum, in plot coordinates. | |
virtual double | GetMinimum () |
Get the logical minimum value of the axis, in plot coordinates. | |
virtual double | GetMinimumLimit () |
Get the logical lowest possible value for Minimum, in plot coordinates. | |
virtual int | GetNotation () |
Get/set the numerical notation, standard, scientific or mixed (0, 1, 2). | |
virtual int | GetNumberOfTicks () |
Get the number of tick marks for this axis. | |
virtual vtkPen | GetPen () |
Get a pointer to the vtkPen object that controls the way this axis is drawn. | |
virtual float[] | GetPoint1 () |
Get point 1 of the axis (in pixels), this is usually the origin. | |
virtual void | GetPoint1 (ref float _arg1, ref float _arg2) |
Get point 1 of the axis (in pixels), this is usually the origin. | |
virtual void | GetPoint1 (IntPtr _arg) |
Get point 1 of the axis (in pixels), this is usually the origin. | |
virtual float[] | GetPoint2 () |
Get point 2 of the axis (in pixels), this is usually the terminus. | |
virtual void | GetPoint2 (ref float _arg1, ref float _arg2) |
Get point 2 of the axis (in pixels), this is usually the terminus. | |
virtual void | GetPoint2 (IntPtr _arg) |
Get point 2 of the axis (in pixels), this is usually the terminus. | |
virtual int | GetPosition () |
Get/set the position of the axis (LEFT, BOTTOM, RIGHT, TOP, PARALLEL). | |
virtual int | GetPrecision () |
Get/set the numerical precision to use, default is 2. | |
virtual vtkStringArray | GetTickLabels () |
A string array containing the tick labels for the axis. | |
virtual vtkDoubleArray | GetTickPositions () |
An array with the positions of the tick marks along the axis line. The positions are specified in the plot coordinates of the axis. | |
virtual vtkFloatArray | GetTickScenePositions () |
An array with the positions of the tick marks along the axis line. The positions are specified in scene coordinates. | |
virtual vtkTextProperty | GetTitleProperties () |
Get the vtkTextProperty that governs how the axis title is displayed. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkAxis | NewInstance () |
Undocumented Block. | |
override bool | Paint (vtkContext2D painter) |
Paint event for the axis, called whenever the axis needs to be drawn. | |
virtual void | RecalculateTickSpacing () |
Recalculate the spacing of the tick marks - typically useful to do after scaling the axis. | |
virtual void | SetBehavior (int _arg) |
Get/set the behavior of the axis (auto, fixed, custom). Default is 0 (auto). | |
virtual void | SetGridVisible (bool _arg) |
Get/set whether the axis grid lines should be drawn, default is true. | |
virtual void | SetLabelsVisible (bool _arg) |
Get/set whether the axis labels should be visible. | |
virtual void | SetLogScale (bool _arg) |
Get/set whether the axis should use a log scale, default is false. | |
virtual void | SetMaximum (double maximum) |
Set the logical maximum value of the axis, in plot coordinates. | |
virtual void | SetMaximumLimit (double highest) |
Set the logical highest possible value for Maximum, in plot coordinates. | |
virtual void | SetMinimum (double minimum) |
Set the logical minimum value of the axis, in plot coordinates. | |
virtual void | SetMinimumLimit (double lowest) |
Set the logical lowest possible value for Minimum, in plot coordinates. | |
virtual void | SetNotation (int notation) |
Get/set the numerical notation, standard, scientific or mixed (0, 1, 2). | |
virtual void | SetNumberOfTicks (int _arg) |
Set the number of tick marks for this axis. Default is -1, which leads to automatic calculation of nicely spaced tick marks. | |
void | SetPoint1 (float x, float y) |
Set point 1 of the axis (in pixels), this is usually the origin. | |
void | SetPoint2 (float x, float y) |
Set point 2 of the axis (in pixels), this is usually the terminus. | |
virtual void | SetPosition (int position) |
Get/set the position of the axis (LEFT, BOTTOM, RIGHT, TOP, PARALLEL). | |
virtual void | SetPrecision (int precision) |
Get/set the numerical precision to use, default is 2. | |
virtual void | SetRange (double minimum, double maximum) |
Get the logical range of the axis, in plot coordinates. | |
virtual void | SetTickLabels (vtkStringArray labels) |
Set the tick labels for the axis. | |
virtual void | SetTickPositions (vtkDoubleArray positions) |
Set the tick positions (in plot coordinates). | |
override void | Update () |
Update the geometry of the axis. Takes care of setting up the tick mark locations etc. Should be called by the scene before rendering. | |
Static Public Member Functions | |
static new vtkAxis | New () |
Creates a 2D Chart object. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkAxis | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkAxis" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "7vtkAxis" |
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 | vtkAxis_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkAxis_AutoScale_01 (HandleRef pThis) |
static internal int | vtkAxis_GetBehavior_02 (HandleRef pThis) |
static internal IntPtr | vtkAxis_GetGridPen_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal byte | vtkAxis_GetGridVisible_04 (HandleRef pThis) |
static internal IntPtr | vtkAxis_GetLabelProperties_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal byte | vtkAxis_GetLabelsVisible_06 (HandleRef pThis) |
static internal byte | vtkAxis_GetLogScale_07 (HandleRef pThis) |
static internal double | vtkAxis_GetMaximum_08 (HandleRef pThis) |
static internal double | vtkAxis_GetMaximumLimit_09 (HandleRef pThis) |
static internal double | vtkAxis_GetMinimum_10 (HandleRef pThis) |
static internal double | vtkAxis_GetMinimumLimit_11 (HandleRef pThis) |
static internal int | vtkAxis_GetNotation_12 (HandleRef pThis) |
static internal int | vtkAxis_GetNumberOfTicks_13 (HandleRef pThis) |
static internal IntPtr | vtkAxis_GetPen_14 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkAxis_GetPoint1_15 (HandleRef pThis) |
static internal void | vtkAxis_GetPoint1_16 (HandleRef pThis, ref float _arg1, ref float _arg2) |
static internal void | vtkAxis_GetPoint1_17 (HandleRef pThis, IntPtr _arg) |
static internal IntPtr | vtkAxis_GetPoint2_18 (HandleRef pThis) |
static internal void | vtkAxis_GetPoint2_19 (HandleRef pThis, ref float _arg1, ref float _arg2) |
static internal void | vtkAxis_GetPoint2_20 (HandleRef pThis, IntPtr _arg) |
static internal int | vtkAxis_GetPosition_21 (HandleRef pThis) |
static internal int | vtkAxis_GetPrecision_22 (HandleRef pThis) |
static internal IntPtr | vtkAxis_GetTickLabels_23 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkAxis_GetTickPositions_24 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkAxis_GetTickScenePositions_25 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkAxis_GetTitleProperties_26 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkAxis_IsA_27 (HandleRef pThis, string type) |
static internal int | vtkAxis_IsTypeOf_28 (string type) |
static internal IntPtr | vtkAxis_NewInstance_30 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal byte | vtkAxis_Paint_31 (HandleRef pThis, HandleRef painter) |
static internal void | vtkAxis_RecalculateTickSpacing_32 (HandleRef pThis) |
static internal IntPtr | vtkAxis_SafeDownCast_33 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkAxis_SetBehavior_34 (HandleRef pThis, int _arg) |
static internal void | vtkAxis_SetGridVisible_35 (HandleRef pThis, byte _arg) |
static internal void | vtkAxis_SetLabelsVisible_36 (HandleRef pThis, byte _arg) |
static internal void | vtkAxis_SetLogScale_37 (HandleRef pThis, byte _arg) |
static internal void | vtkAxis_SetMaximum_38 (HandleRef pThis, double maximum) |
static internal void | vtkAxis_SetMaximumLimit_39 (HandleRef pThis, double highest) |
static internal void | vtkAxis_SetMinimum_40 (HandleRef pThis, double minimum) |
static internal void | vtkAxis_SetMinimumLimit_41 (HandleRef pThis, double lowest) |
static internal void | vtkAxis_SetNotation_42 (HandleRef pThis, int notation) |
static internal void | vtkAxis_SetNumberOfTicks_43 (HandleRef pThis, int _arg) |
static internal void | vtkAxis_SetPoint1_44 (HandleRef pThis, float x, float y) |
static internal void | vtkAxis_SetPoint2_45 (HandleRef pThis, float x, float y) |
static internal void | vtkAxis_SetPosition_46 (HandleRef pThis, int position) |
static internal void | vtkAxis_SetPrecision_47 (HandleRef pThis, int precision) |
static internal void | vtkAxis_SetRange_48 (HandleRef pThis, double minimum, double maximum) |
static internal void | vtkAxis_SetTickLabels_49 (HandleRef pThis, HandleRef labels) |
static internal void | vtkAxis_SetTickPositions_50 (HandleRef pThis, HandleRef positions) |
static internal void | vtkAxis_Update_51 (HandleRef pThis) |
Static Private Member Functions | |
static | vtkAxis () |
Automatically generated type registration mechanics. |
vtkAxis - takes care of drawing 2D axes
Description The vtkAxis is drawn in screen coordinates. It is usually one of the last elements of a chart to be drawn. It renders the axis label, tick marks and tick labels.
static Kitware.VTK.vtkAxis.vtkAxis | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkAxis.vtkAxis | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Creates a 2D Chart object.
virtual void Kitware.VTK.vtkAxis.AutoScale | ( | ) | [virtual] |
Use this function to autoscale the axes after setting the minimum and maximum values. This will cause the axes to select the nicest numbers that enclose the minimum and maximum values, and to select an appropriate number of tick marks.
override void Kitware.VTK.vtkAxis.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.vtkContextItem.
virtual int Kitware.VTK.vtkAxis.GetBehavior | ( | ) | [virtual] |
Get/set the behavior of the axis (auto, fixed, custom). Default is 0 (auto).
virtual vtkPen Kitware.VTK.vtkAxis.GetGridPen | ( | ) | [virtual] |
Get a pointer to the vtkPen object that controls the way this axis is drawn.
virtual bool Kitware.VTK.vtkAxis.GetGridVisible | ( | ) | [virtual] |
Get/set whether the axis grid lines should be drawn, default is true.
virtual vtkTextProperty Kitware.VTK.vtkAxis.GetLabelProperties | ( | ) | [virtual] |
Get the vtkTextProperty that governs how the axis lables are displayed. Note that the alignment properties are not used.
virtual bool Kitware.VTK.vtkAxis.GetLabelsVisible | ( | ) | [virtual] |
Get/set whether the axis labels should be visible.
virtual bool Kitware.VTK.vtkAxis.GetLogScale | ( | ) | [virtual] |
Get/set whether the axis should use a log scale, default is false.
virtual double Kitware.VTK.vtkAxis.GetMaximum | ( | ) | [virtual] |
Get the logical maximum value of the axis, in plot coordinates.
virtual double Kitware.VTK.vtkAxis.GetMaximumLimit | ( | ) | [virtual] |
Get the logical highest possible value for Maximum, in plot coordinates.
virtual double Kitware.VTK.vtkAxis.GetMinimum | ( | ) | [virtual] |
Get the logical minimum value of the axis, in plot coordinates.
virtual double Kitware.VTK.vtkAxis.GetMinimumLimit | ( | ) | [virtual] |
Get the logical lowest possible value for Minimum, in plot coordinates.
virtual int Kitware.VTK.vtkAxis.GetNotation | ( | ) | [virtual] |
Get/set the numerical notation, standard, scientific or mixed (0, 1, 2).
virtual int Kitware.VTK.vtkAxis.GetNumberOfTicks | ( | ) | [virtual] |
Get the number of tick marks for this axis.
virtual vtkPen Kitware.VTK.vtkAxis.GetPen | ( | ) | [virtual] |
Get a pointer to the vtkPen object that controls the way this axis is drawn.
virtual float [] Kitware.VTK.vtkAxis.GetPoint1 | ( | ) | [virtual] |
Get point 1 of the axis (in pixels), this is usually the origin.
virtual void Kitware.VTK.vtkAxis.GetPoint1 | ( | ref float | _arg1, |
ref float | _arg2 | ||
) | [virtual] |
Get point 1 of the axis (in pixels), this is usually the origin.
virtual void Kitware.VTK.vtkAxis.GetPoint1 | ( | IntPtr | _arg | ) | [virtual] |
Get point 1 of the axis (in pixels), this is usually the origin.
virtual float [] Kitware.VTK.vtkAxis.GetPoint2 | ( | ) | [virtual] |
Get point 2 of the axis (in pixels), this is usually the terminus.
virtual void Kitware.VTK.vtkAxis.GetPoint2 | ( | ref float | _arg1, |
ref float | _arg2 | ||
) | [virtual] |
Get point 2 of the axis (in pixels), this is usually the terminus.
virtual void Kitware.VTK.vtkAxis.GetPoint2 | ( | IntPtr | _arg | ) | [virtual] |
Get point 2 of the axis (in pixels), this is usually the terminus.
virtual int Kitware.VTK.vtkAxis.GetPosition | ( | ) | [virtual] |
Get/set the position of the axis (LEFT, BOTTOM, RIGHT, TOP, PARALLEL).
virtual int Kitware.VTK.vtkAxis.GetPrecision | ( | ) | [virtual] |
Get/set the numerical precision to use, default is 2.
virtual vtkStringArray Kitware.VTK.vtkAxis.GetTickLabels | ( | ) | [virtual] |
A string array containing the tick labels for the axis.
virtual vtkDoubleArray Kitware.VTK.vtkAxis.GetTickPositions | ( | ) | [virtual] |
An array with the positions of the tick marks along the axis line. The positions are specified in the plot coordinates of the axis.
virtual vtkFloatArray Kitware.VTK.vtkAxis.GetTickScenePositions | ( | ) | [virtual] |
An array with the positions of the tick marks along the axis line. The positions are specified in scene coordinates.
virtual vtkTextProperty Kitware.VTK.vtkAxis.GetTitleProperties | ( | ) | [virtual] |
Get the vtkTextProperty that governs how the axis title is displayed.
override int Kitware.VTK.vtkAxis.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkContextItem.
static new int Kitware.VTK.vtkAxis.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkContextItem.
static new vtkAxis Kitware.VTK.vtkAxis.New | ( | ) | [static] |
Creates a 2D Chart object.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkContextItem.
override bool Kitware.VTK.vtkAxis.Paint | ( | vtkContext2D | painter | ) | [virtual] |
Paint event for the axis, called whenever the axis needs to be drawn.
Reimplemented from Kitware.VTK.vtkAbstractContextItem.
virtual void Kitware.VTK.vtkAxis.RecalculateTickSpacing | ( | ) | [virtual] |
Recalculate the spacing of the tick marks - typically useful to do after scaling the axis.
static new vtkAxis Kitware.VTK.vtkAxis.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkContextItem.
virtual void Kitware.VTK.vtkAxis.SetBehavior | ( | int | _arg | ) | [virtual] |
Get/set the behavior of the axis (auto, fixed, custom). Default is 0 (auto).
virtual void Kitware.VTK.vtkAxis.SetGridVisible | ( | bool | _arg | ) | [virtual] |
Get/set whether the axis grid lines should be drawn, default is true.
virtual void Kitware.VTK.vtkAxis.SetLabelsVisible | ( | bool | _arg | ) | [virtual] |
Get/set whether the axis labels should be visible.
virtual void Kitware.VTK.vtkAxis.SetLogScale | ( | bool | _arg | ) | [virtual] |
Get/set whether the axis should use a log scale, default is false.
virtual void Kitware.VTK.vtkAxis.SetMaximum | ( | double | maximum | ) | [virtual] |
Set the logical maximum value of the axis, in plot coordinates.
virtual void Kitware.VTK.vtkAxis.SetMaximumLimit | ( | double | highest | ) | [virtual] |
Set the logical highest possible value for Maximum, in plot coordinates.
virtual void Kitware.VTK.vtkAxis.SetMinimum | ( | double | minimum | ) | [virtual] |
Set the logical minimum value of the axis, in plot coordinates.
virtual void Kitware.VTK.vtkAxis.SetMinimumLimit | ( | double | lowest | ) | [virtual] |
Set the logical lowest possible value for Minimum, in plot coordinates.
virtual void Kitware.VTK.vtkAxis.SetNotation | ( | int | notation | ) | [virtual] |
Get/set the numerical notation, standard, scientific or mixed (0, 1, 2).
virtual void Kitware.VTK.vtkAxis.SetNumberOfTicks | ( | int | _arg | ) | [virtual] |
Set the number of tick marks for this axis. Default is -1, which leads to automatic calculation of nicely spaced tick marks.
void Kitware.VTK.vtkAxis.SetPoint1 | ( | float | x, |
float | y | ||
) |
Set point 1 of the axis (in pixels), this is usually the origin.
void Kitware.VTK.vtkAxis.SetPoint2 | ( | float | x, |
float | y | ||
) |
Set point 2 of the axis (in pixels), this is usually the terminus.
virtual void Kitware.VTK.vtkAxis.SetPosition | ( | int | position | ) | [virtual] |
Get/set the position of the axis (LEFT, BOTTOM, RIGHT, TOP, PARALLEL).
virtual void Kitware.VTK.vtkAxis.SetPrecision | ( | int | precision | ) | [virtual] |
Get/set the numerical precision to use, default is 2.
virtual void Kitware.VTK.vtkAxis.SetRange | ( | double | minimum, |
double | maximum | ||
) | [virtual] |
Get the logical range of the axis, in plot coordinates.
virtual void Kitware.VTK.vtkAxis.SetTickLabels | ( | vtkStringArray | labels | ) | [virtual] |
Set the tick labels for the axis.
virtual void Kitware.VTK.vtkAxis.SetTickPositions | ( | vtkDoubleArray | positions | ) | [virtual] |
Set the tick positions (in plot coordinates).
override void Kitware.VTK.vtkAxis.Update | ( | ) | [virtual] |
Update the geometry of the axis. Takes care of setting up the tick mark locations etc. Should be called by the scene before rendering.
Reimplemented from Kitware.VTK.vtkAbstractContextItem.
static internal void Kitware.VTK.vtkAxis.vtkAxis_AutoScale_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkAxis.vtkAxis_GetBehavior_02 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkAxis.vtkAxis_GetGridPen_03 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal byte Kitware.VTK.vtkAxis.vtkAxis_GetGridVisible_04 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkAxis.vtkAxis_GetLabelProperties_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal byte Kitware.VTK.vtkAxis.vtkAxis_GetLabelsVisible_06 | ( | HandleRef | pThis | ) | [private] |
static internal byte Kitware.VTK.vtkAxis.vtkAxis_GetLogScale_07 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkAxis.vtkAxis_GetMaximum_08 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkAxis.vtkAxis_GetMaximumLimit_09 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkAxis.vtkAxis_GetMinimum_10 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkAxis.vtkAxis_GetMinimumLimit_11 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkAxis.vtkAxis_GetNotation_12 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkAxis.vtkAxis_GetNumberOfTicks_13 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkAxis.vtkAxis_GetPen_14 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkAxis.vtkAxis_GetPoint1_15 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkAxis.vtkAxis_GetPoint1_16 | ( | HandleRef | pThis, |
ref float | _arg1, | ||
ref float | _arg2 | ||
) | [private] |
static internal void Kitware.VTK.vtkAxis.vtkAxis_GetPoint1_17 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkAxis.vtkAxis_GetPoint2_18 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkAxis.vtkAxis_GetPoint2_19 | ( | HandleRef | pThis, |
ref float | _arg1, | ||
ref float | _arg2 | ||
) | [private] |
static internal void Kitware.VTK.vtkAxis.vtkAxis_GetPoint2_20 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal int Kitware.VTK.vtkAxis.vtkAxis_GetPosition_21 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkAxis.vtkAxis_GetPrecision_22 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkAxis.vtkAxis_GetTickLabels_23 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkAxis.vtkAxis_GetTickPositions_24 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkAxis.vtkAxis_GetTickScenePositions_25 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkAxis.vtkAxis_GetTitleProperties_26 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkAxis.vtkAxis_IsA_27 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkAxis.vtkAxis_IsTypeOf_28 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkAxis.vtkAxis_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkAxis.vtkAxis_NewInstance_30 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal byte Kitware.VTK.vtkAxis.vtkAxis_Paint_31 | ( | HandleRef | pThis, |
HandleRef | painter | ||
) | [private] |
static internal void Kitware.VTK.vtkAxis.vtkAxis_RecalculateTickSpacing_32 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkAxis.vtkAxis_SafeDownCast_33 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkAxis.vtkAxis_SetBehavior_34 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkAxis.vtkAxis_SetGridVisible_35 | ( | HandleRef | pThis, |
byte | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkAxis.vtkAxis_SetLabelsVisible_36 | ( | HandleRef | pThis, |
byte | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkAxis.vtkAxis_SetLogScale_37 | ( | HandleRef | pThis, |
byte | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkAxis.vtkAxis_SetMaximum_38 | ( | HandleRef | pThis, |
double | maximum | ||
) | [private] |
static internal void Kitware.VTK.vtkAxis.vtkAxis_SetMaximumLimit_39 | ( | HandleRef | pThis, |
double | highest | ||
) | [private] |
static internal void Kitware.VTK.vtkAxis.vtkAxis_SetMinimum_40 | ( | HandleRef | pThis, |
double | minimum | ||
) | [private] |
static internal void Kitware.VTK.vtkAxis.vtkAxis_SetMinimumLimit_41 | ( | HandleRef | pThis, |
double | lowest | ||
) | [private] |
static internal void Kitware.VTK.vtkAxis.vtkAxis_SetNotation_42 | ( | HandleRef | pThis, |
int | notation | ||
) | [private] |
static internal void Kitware.VTK.vtkAxis.vtkAxis_SetNumberOfTicks_43 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkAxis.vtkAxis_SetPoint1_44 | ( | HandleRef | pThis, |
float | x, | ||
float | y | ||
) | [private] |
static internal void Kitware.VTK.vtkAxis.vtkAxis_SetPoint2_45 | ( | HandleRef | pThis, |
float | x, | ||
float | y | ||
) | [private] |
static internal void Kitware.VTK.vtkAxis.vtkAxis_SetPosition_46 | ( | HandleRef | pThis, |
int | position | ||
) | [private] |
static internal void Kitware.VTK.vtkAxis.vtkAxis_SetPrecision_47 | ( | HandleRef | pThis, |
int | precision | ||
) | [private] |
static internal void Kitware.VTK.vtkAxis.vtkAxis_SetRange_48 | ( | HandleRef | pThis, |
double | minimum, | ||
double | maximum | ||
) | [private] |
static internal void Kitware.VTK.vtkAxis.vtkAxis_SetTickLabels_49 | ( | HandleRef | pThis, |
HandleRef | labels | ||
) | [private] |
static internal void Kitware.VTK.vtkAxis.vtkAxis_SetTickPositions_50 | ( | HandleRef | pThis, |
HandleRef | positions | ||
) | [private] |
static internal void Kitware.VTK.vtkAxis.vtkAxis_Update_51 | ( | HandleRef | pThis | ) | [private] |
new readonly string Kitware.VTK.vtkAxis.MRClassNameKey = "7vtkAxis" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkContextItem.
new const string Kitware.VTK.vtkAxis.MRFullTypeName = "Kitware.VTK.vtkAxis" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkContextItem.