ActiViz .NET
5.8.0
|
vtkGlyphSource2D - create 2D glyphs represented by vtkPolyData More...
Public Member Functions | |
vtkGlyphSource2D (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkGlyphSource2D () | |
Construct a vertex glyph centered at the origin, scale 1.0, white in color, filled, with line segment passing through the point. | |
virtual void | CrossOff () |
Specify whether a cross is drawn as part of the glyph. (This is in addition to the glyph. If the glyph type is set to "Cross" there is no need to enable this flag.) | |
virtual void | CrossOn () |
Specify whether a cross is drawn as part of the glyph. (This is in addition to the glyph. If the glyph type is set to "Cross" there is no need to enable this flag.) | |
virtual void | DashOff () |
Specify whether a short line segment is drawn through the glyph. (This is in addition to the glyph. If the glyph type is set to "Dash" there is no need to enable this flag.) | |
virtual void | DashOn () |
Specify whether a short line segment is drawn through the glyph. (This is in addition to the glyph. If the glyph type is set to "Dash" there is no need to enable this flag.) | |
virtual void | FilledOff () |
Specify whether the glyph is filled (a polygon) or not (a closed polygon defined by line segments). This only applies to 2D closed glyphs. | |
virtual void | FilledOn () |
Specify whether the glyph is filled (a polygon) or not (a closed polygon defined by line segments). This only applies to 2D closed glyphs. | |
virtual double[] | GetCenter () |
Set the center of the glyph. By default the center is (0,0,0). | |
virtual void | GetCenter (IntPtr data) |
Set the center of the glyph. By default the center is (0,0,0). | |
virtual double[] | GetColor () |
Set the color of the glyph. The default color is white. | |
virtual void | GetColor (IntPtr data) |
Set the color of the glyph. The default color is white. | |
virtual int | GetCross () |
Specify whether a cross is drawn as part of the glyph. (This is in addition to the glyph. If the glyph type is set to "Cross" there is no need to enable this flag.) | |
virtual int | GetDash () |
Specify whether a short line segment is drawn through the glyph. (This is in addition to the glyph. If the glyph type is set to "Dash" there is no need to enable this flag.) | |
virtual int | GetFilled () |
Specify whether the glyph is filled (a polygon) or not (a closed polygon defined by line segments). This only applies to 2D closed glyphs. | |
virtual int | GetGlyphType () |
Specify the type of glyph to generate. | |
virtual int | GetGlyphTypeMaxValue () |
Specify the type of glyph to generate. | |
virtual int | GetGlyphTypeMinValue () |
Specify the type of glyph to generate. | |
virtual double | GetRotationAngle () |
Specify an angle (in degrees) to rotate the glyph around the z-axis. Using this ivar, it is possible to generate rotated glyphs (e.g., crosses, arrows, etc.) | |
virtual double | GetScale () |
Set the scale of the glyph. Note that the glyphs are designed to fit in the (1,1) rectangle. | |
virtual double | GetScale2 () |
Set the scale of optional portions of the glyph (e.g., the dash and cross is DashOn() and CrossOn()). | |
virtual double | GetScale2MaxValue () |
Set the scale of optional portions of the glyph (e.g., the dash and cross is DashOn() and CrossOn()). | |
virtual double | GetScale2MinValue () |
Set the scale of optional portions of the glyph (e.g., the dash and cross is DashOn() and CrossOn()). | |
virtual double | GetScaleMaxValue () |
Set the scale of the glyph. Note that the glyphs are designed to fit in the (1,1) rectangle. | |
virtual double | GetScaleMinValue () |
Set the scale of the glyph. Note that the glyphs are designed to fit in the (1,1) rectangle. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkGlyphSource2D | NewInstance () |
Undocumented Block. | |
virtual void | SetCenter (double _arg1, double _arg2, double _arg3) |
Set the center of the glyph. By default the center is (0,0,0). | |
virtual void | SetCenter (IntPtr _arg) |
Set the center of the glyph. By default the center is (0,0,0). | |
virtual void | SetColor (double _arg1, double _arg2, double _arg3) |
Set the color of the glyph. The default color is white. | |
virtual void | SetColor (IntPtr _arg) |
Set the color of the glyph. The default color is white. | |
virtual void | SetCross (int _arg) |
Specify whether a cross is drawn as part of the glyph. (This is in addition to the glyph. If the glyph type is set to "Cross" there is no need to enable this flag.) | |
virtual void | SetDash (int _arg) |
Specify whether a short line segment is drawn through the glyph. (This is in addition to the glyph. If the glyph type is set to "Dash" there is no need to enable this flag.) | |
virtual void | SetFilled (int _arg) |
Specify whether the glyph is filled (a polygon) or not (a closed polygon defined by line segments). This only applies to 2D closed glyphs. | |
virtual void | SetGlyphType (int _arg) |
Specify the type of glyph to generate. | |
void | SetGlyphTypeToArrow () |
Specify the type of glyph to generate. | |
void | SetGlyphTypeToCircle () |
Specify the type of glyph to generate. | |
void | SetGlyphTypeToCross () |
Specify the type of glyph to generate. | |
void | SetGlyphTypeToDash () |
Specify the type of glyph to generate. | |
void | SetGlyphTypeToDiamond () |
Specify the type of glyph to generate. | |
void | SetGlyphTypeToEdgeArrow () |
Specify the type of glyph to generate. | |
void | SetGlyphTypeToHookedArrow () |
Specify the type of glyph to generate. | |
void | SetGlyphTypeToNone () |
Specify the type of glyph to generate. | |
void | SetGlyphTypeToSquare () |
Specify the type of glyph to generate. | |
void | SetGlyphTypeToThickArrow () |
Specify the type of glyph to generate. | |
void | SetGlyphTypeToThickCross () |
Specify the type of glyph to generate. | |
void | SetGlyphTypeToTriangle () |
Specify the type of glyph to generate. | |
void | SetGlyphTypeToVertex () |
Specify the type of glyph to generate. | |
virtual void | SetRotationAngle (double _arg) |
Specify an angle (in degrees) to rotate the glyph around the z-axis. Using this ivar, it is possible to generate rotated glyphs (e.g., crosses, arrows, etc.) | |
virtual void | SetScale (double _arg) |
Set the scale of the glyph. Note that the glyphs are designed to fit in the (1,1) rectangle. | |
virtual void | SetScale2 (double _arg) |
Set the scale of optional portions of the glyph (e.g., the dash and cross is DashOn() and CrossOn()). | |
Static Public Member Functions | |
static new vtkGlyphSource2D | New () |
Construct a vertex glyph centered at the origin, scale 1.0, white in color, filled, with line segment passing through the point. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkGlyphSource2D | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkGlyphSource2D" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "16vtkGlyphSource2D" |
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 | vtkGlyphSource2D_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkGlyphSource2D_CrossOff_01 (HandleRef pThis) |
static internal void | vtkGlyphSource2D_CrossOn_02 (HandleRef pThis) |
static internal void | vtkGlyphSource2D_DashOff_03 (HandleRef pThis) |
static internal void | vtkGlyphSource2D_DashOn_04 (HandleRef pThis) |
static internal void | vtkGlyphSource2D_FilledOff_05 (HandleRef pThis) |
static internal void | vtkGlyphSource2D_FilledOn_06 (HandleRef pThis) |
static internal IntPtr | vtkGlyphSource2D_GetCenter_07 (HandleRef pThis) |
static internal void | vtkGlyphSource2D_GetCenter_08 (HandleRef pThis, IntPtr data) |
static internal IntPtr | vtkGlyphSource2D_GetColor_09 (HandleRef pThis) |
static internal void | vtkGlyphSource2D_GetColor_10 (HandleRef pThis, IntPtr data) |
static internal int | vtkGlyphSource2D_GetCross_11 (HandleRef pThis) |
static internal int | vtkGlyphSource2D_GetDash_12 (HandleRef pThis) |
static internal int | vtkGlyphSource2D_GetFilled_13 (HandleRef pThis) |
static internal int | vtkGlyphSource2D_GetGlyphType_14 (HandleRef pThis) |
static internal int | vtkGlyphSource2D_GetGlyphTypeMaxValue_15 (HandleRef pThis) |
static internal int | vtkGlyphSource2D_GetGlyphTypeMinValue_16 (HandleRef pThis) |
static internal double | vtkGlyphSource2D_GetRotationAngle_17 (HandleRef pThis) |
static internal double | vtkGlyphSource2D_GetScale_18 (HandleRef pThis) |
static internal double | vtkGlyphSource2D_GetScale2_19 (HandleRef pThis) |
static internal double | vtkGlyphSource2D_GetScale2MaxValue_20 (HandleRef pThis) |
static internal double | vtkGlyphSource2D_GetScale2MinValue_21 (HandleRef pThis) |
static internal double | vtkGlyphSource2D_GetScaleMaxValue_22 (HandleRef pThis) |
static internal double | vtkGlyphSource2D_GetScaleMinValue_23 (HandleRef pThis) |
static internal int | vtkGlyphSource2D_IsA_24 (HandleRef pThis, string type) |
static internal int | vtkGlyphSource2D_IsTypeOf_25 (string type) |
static internal IntPtr | vtkGlyphSource2D_NewInstance_27 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkGlyphSource2D_SafeDownCast_28 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkGlyphSource2D_SetCenter_29 (HandleRef pThis, double _arg1, double _arg2, double _arg3) |
static internal void | vtkGlyphSource2D_SetCenter_30 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkGlyphSource2D_SetColor_31 (HandleRef pThis, double _arg1, double _arg2, double _arg3) |
static internal void | vtkGlyphSource2D_SetColor_32 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkGlyphSource2D_SetCross_33 (HandleRef pThis, int _arg) |
static internal void | vtkGlyphSource2D_SetDash_34 (HandleRef pThis, int _arg) |
static internal void | vtkGlyphSource2D_SetFilled_35 (HandleRef pThis, int _arg) |
static internal void | vtkGlyphSource2D_SetGlyphType_36 (HandleRef pThis, int _arg) |
static internal void | vtkGlyphSource2D_SetGlyphTypeToArrow_37 (HandleRef pThis) |
static internal void | vtkGlyphSource2D_SetGlyphTypeToCircle_38 (HandleRef pThis) |
static internal void | vtkGlyphSource2D_SetGlyphTypeToCross_39 (HandleRef pThis) |
static internal void | vtkGlyphSource2D_SetGlyphTypeToDash_40 (HandleRef pThis) |
static internal void | vtkGlyphSource2D_SetGlyphTypeToDiamond_41 (HandleRef pThis) |
static internal void | vtkGlyphSource2D_SetGlyphTypeToEdgeArrow_42 (HandleRef pThis) |
static internal void | vtkGlyphSource2D_SetGlyphTypeToHookedArrow_43 (HandleRef pThis) |
static internal void | vtkGlyphSource2D_SetGlyphTypeToNone_44 (HandleRef pThis) |
static internal void | vtkGlyphSource2D_SetGlyphTypeToSquare_45 (HandleRef pThis) |
static internal void | vtkGlyphSource2D_SetGlyphTypeToThickArrow_46 (HandleRef pThis) |
static internal void | vtkGlyphSource2D_SetGlyphTypeToThickCross_47 (HandleRef pThis) |
static internal void | vtkGlyphSource2D_SetGlyphTypeToTriangle_48 (HandleRef pThis) |
static internal void | vtkGlyphSource2D_SetGlyphTypeToVertex_49 (HandleRef pThis) |
static internal void | vtkGlyphSource2D_SetRotationAngle_50 (HandleRef pThis, double _arg) |
static internal void | vtkGlyphSource2D_SetScale_51 (HandleRef pThis, double _arg) |
static internal void | vtkGlyphSource2D_SetScale2_52 (HandleRef pThis, double _arg) |
Static Private Member Functions | |
static | vtkGlyphSource2D () |
Automatically generated type registration mechanics. |
vtkGlyphSource2D - create 2D glyphs represented by vtkPolyData
Description vtkGlyphSource2D can generate a family of 2D glyphs each of which lies in the x-y plane (i.e., the z-coordinate is zero). The class is a helper class to be used with vtkGlyph2D and vtkXYPlotActor.
To use this class, specify the glyph type to use and its attributes. Attributes include its position (i.e., center point), scale, color, and whether the symbol is filled or not (a polygon or closed line sequence). You can also put a short line through the glyph running from -x to +x (the glyph looks like it's on a line), or a cross.
static Kitware.VTK.vtkGlyphSource2D.vtkGlyphSource2D | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkGlyphSource2D.vtkGlyphSource2D | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Construct a vertex glyph centered at the origin, scale 1.0, white in color, filled, with line segment passing through the point.
virtual void Kitware.VTK.vtkGlyphSource2D.CrossOff | ( | ) | [virtual] |
Specify whether a cross is drawn as part of the glyph. (This is in addition to the glyph. If the glyph type is set to "Cross" there is no need to enable this flag.)
virtual void Kitware.VTK.vtkGlyphSource2D.CrossOn | ( | ) | [virtual] |
Specify whether a cross is drawn as part of the glyph. (This is in addition to the glyph. If the glyph type is set to "Cross" there is no need to enable this flag.)
virtual void Kitware.VTK.vtkGlyphSource2D.DashOff | ( | ) | [virtual] |
Specify whether a short line segment is drawn through the glyph. (This is in addition to the glyph. If the glyph type is set to "Dash" there is no need to enable this flag.)
virtual void Kitware.VTK.vtkGlyphSource2D.DashOn | ( | ) | [virtual] |
Specify whether a short line segment is drawn through the glyph. (This is in addition to the glyph. If the glyph type is set to "Dash" there is no need to enable this flag.)
override void Kitware.VTK.vtkGlyphSource2D.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.vtkPolyDataAlgorithm.
virtual void Kitware.VTK.vtkGlyphSource2D.FilledOff | ( | ) | [virtual] |
Specify whether the glyph is filled (a polygon) or not (a closed polygon defined by line segments). This only applies to 2D closed glyphs.
virtual void Kitware.VTK.vtkGlyphSource2D.FilledOn | ( | ) | [virtual] |
Specify whether the glyph is filled (a polygon) or not (a closed polygon defined by line segments). This only applies to 2D closed glyphs.
virtual double [] Kitware.VTK.vtkGlyphSource2D.GetCenter | ( | ) | [virtual] |
Set the center of the glyph. By default the center is (0,0,0).
virtual void Kitware.VTK.vtkGlyphSource2D.GetCenter | ( | IntPtr | data | ) | [virtual] |
Set the center of the glyph. By default the center is (0,0,0).
virtual double [] Kitware.VTK.vtkGlyphSource2D.GetColor | ( | ) | [virtual] |
Set the color of the glyph. The default color is white.
virtual void Kitware.VTK.vtkGlyphSource2D.GetColor | ( | IntPtr | data | ) | [virtual] |
Set the color of the glyph. The default color is white.
virtual int Kitware.VTK.vtkGlyphSource2D.GetCross | ( | ) | [virtual] |
Specify whether a cross is drawn as part of the glyph. (This is in addition to the glyph. If the glyph type is set to "Cross" there is no need to enable this flag.)
virtual int Kitware.VTK.vtkGlyphSource2D.GetDash | ( | ) | [virtual] |
Specify whether a short line segment is drawn through the glyph. (This is in addition to the glyph. If the glyph type is set to "Dash" there is no need to enable this flag.)
virtual int Kitware.VTK.vtkGlyphSource2D.GetFilled | ( | ) | [virtual] |
Specify whether the glyph is filled (a polygon) or not (a closed polygon defined by line segments). This only applies to 2D closed glyphs.
virtual int Kitware.VTK.vtkGlyphSource2D.GetGlyphType | ( | ) | [virtual] |
Specify the type of glyph to generate.
virtual int Kitware.VTK.vtkGlyphSource2D.GetGlyphTypeMaxValue | ( | ) | [virtual] |
Specify the type of glyph to generate.
virtual int Kitware.VTK.vtkGlyphSource2D.GetGlyphTypeMinValue | ( | ) | [virtual] |
Specify the type of glyph to generate.
virtual double Kitware.VTK.vtkGlyphSource2D.GetRotationAngle | ( | ) | [virtual] |
Specify an angle (in degrees) to rotate the glyph around the z-axis. Using this ivar, it is possible to generate rotated glyphs (e.g., crosses, arrows, etc.)
virtual double Kitware.VTK.vtkGlyphSource2D.GetScale | ( | ) | [virtual] |
Set the scale of the glyph. Note that the glyphs are designed to fit in the (1,1) rectangle.
virtual double Kitware.VTK.vtkGlyphSource2D.GetScale2 | ( | ) | [virtual] |
virtual double Kitware.VTK.vtkGlyphSource2D.GetScale2MaxValue | ( | ) | [virtual] |
virtual double Kitware.VTK.vtkGlyphSource2D.GetScale2MinValue | ( | ) | [virtual] |
virtual double Kitware.VTK.vtkGlyphSource2D.GetScaleMaxValue | ( | ) | [virtual] |
Set the scale of the glyph. Note that the glyphs are designed to fit in the (1,1) rectangle.
virtual double Kitware.VTK.vtkGlyphSource2D.GetScaleMinValue | ( | ) | [virtual] |
Set the scale of the glyph. Note that the glyphs are designed to fit in the (1,1) rectangle.
override int Kitware.VTK.vtkGlyphSource2D.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new int Kitware.VTK.vtkGlyphSource2D.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkGlyphSource2D Kitware.VTK.vtkGlyphSource2D.New | ( | ) | [static] |
Construct a vertex glyph centered at the origin, scale 1.0, white in color, filled, with line segment passing through the point.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkGlyphSource2D Kitware.VTK.vtkGlyphSource2D.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
virtual void Kitware.VTK.vtkGlyphSource2D.SetCenter | ( | double | _arg1, |
double | _arg2, | ||
double | _arg3 | ||
) | [virtual] |
Set the center of the glyph. By default the center is (0,0,0).
virtual void Kitware.VTK.vtkGlyphSource2D.SetCenter | ( | IntPtr | _arg | ) | [virtual] |
Set the center of the glyph. By default the center is (0,0,0).
virtual void Kitware.VTK.vtkGlyphSource2D.SetColor | ( | double | _arg1, |
double | _arg2, | ||
double | _arg3 | ||
) | [virtual] |
Set the color of the glyph. The default color is white.
virtual void Kitware.VTK.vtkGlyphSource2D.SetColor | ( | IntPtr | _arg | ) | [virtual] |
Set the color of the glyph. The default color is white.
virtual void Kitware.VTK.vtkGlyphSource2D.SetCross | ( | int | _arg | ) | [virtual] |
Specify whether a cross is drawn as part of the glyph. (This is in addition to the glyph. If the glyph type is set to "Cross" there is no need to enable this flag.)
virtual void Kitware.VTK.vtkGlyphSource2D.SetDash | ( | int | _arg | ) | [virtual] |
Specify whether a short line segment is drawn through the glyph. (This is in addition to the glyph. If the glyph type is set to "Dash" there is no need to enable this flag.)
virtual void Kitware.VTK.vtkGlyphSource2D.SetFilled | ( | int | _arg | ) | [virtual] |
Specify whether the glyph is filled (a polygon) or not (a closed polygon defined by line segments). This only applies to 2D closed glyphs.
virtual void Kitware.VTK.vtkGlyphSource2D.SetGlyphType | ( | int | _arg | ) | [virtual] |
Specify the type of glyph to generate.
Specify the type of glyph to generate.
Specify the type of glyph to generate.
Specify the type of glyph to generate.
Specify the type of glyph to generate.
Specify the type of glyph to generate.
Specify the type of glyph to generate.
Specify the type of glyph to generate.
Specify the type of glyph to generate.
Specify the type of glyph to generate.
Specify the type of glyph to generate.
Specify the type of glyph to generate.
Specify the type of glyph to generate.
Specify the type of glyph to generate.
virtual void Kitware.VTK.vtkGlyphSource2D.SetRotationAngle | ( | double | _arg | ) | [virtual] |
Specify an angle (in degrees) to rotate the glyph around the z-axis. Using this ivar, it is possible to generate rotated glyphs (e.g., crosses, arrows, etc.)
virtual void Kitware.VTK.vtkGlyphSource2D.SetScale | ( | double | _arg | ) | [virtual] |
Set the scale of the glyph. Note that the glyphs are designed to fit in the (1,1) rectangle.
virtual void Kitware.VTK.vtkGlyphSource2D.SetScale2 | ( | double | _arg | ) | [virtual] |
static internal void Kitware.VTK.vtkGlyphSource2D.vtkGlyphSource2D_CrossOff_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGlyphSource2D.vtkGlyphSource2D_CrossOn_02 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGlyphSource2D.vtkGlyphSource2D_DashOff_03 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGlyphSource2D.vtkGlyphSource2D_DashOn_04 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGlyphSource2D.vtkGlyphSource2D_FilledOff_05 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGlyphSource2D.vtkGlyphSource2D_FilledOn_06 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGlyphSource2D.vtkGlyphSource2D_GetCenter_07 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGlyphSource2D.vtkGlyphSource2D_GetCenter_08 | ( | HandleRef | pThis, |
IntPtr | data | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkGlyphSource2D.vtkGlyphSource2D_GetColor_09 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGlyphSource2D.vtkGlyphSource2D_GetColor_10 | ( | HandleRef | pThis, |
IntPtr | data | ||
) | [private] |
static internal int Kitware.VTK.vtkGlyphSource2D.vtkGlyphSource2D_GetCross_11 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGlyphSource2D.vtkGlyphSource2D_GetDash_12 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGlyphSource2D.vtkGlyphSource2D_GetFilled_13 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGlyphSource2D.vtkGlyphSource2D_GetGlyphType_14 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGlyphSource2D.vtkGlyphSource2D_GetGlyphTypeMaxValue_15 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGlyphSource2D.vtkGlyphSource2D_GetGlyphTypeMinValue_16 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkGlyphSource2D.vtkGlyphSource2D_GetRotationAngle_17 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkGlyphSource2D.vtkGlyphSource2D_GetScale2_19 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkGlyphSource2D.vtkGlyphSource2D_GetScale2MaxValue_20 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkGlyphSource2D.vtkGlyphSource2D_GetScale2MinValue_21 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkGlyphSource2D.vtkGlyphSource2D_GetScale_18 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkGlyphSource2D.vtkGlyphSource2D_GetScaleMaxValue_22 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkGlyphSource2D.vtkGlyphSource2D_GetScaleMinValue_23 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGlyphSource2D.vtkGlyphSource2D_IsA_24 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkGlyphSource2D.vtkGlyphSource2D_IsTypeOf_25 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGlyphSource2D.vtkGlyphSource2D_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkGlyphSource2D.vtkGlyphSource2D_NewInstance_27 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkGlyphSource2D.vtkGlyphSource2D_SafeDownCast_28 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkGlyphSource2D.vtkGlyphSource2D_SetCenter_29 | ( | HandleRef | pThis, |
double | _arg1, | ||
double | _arg2, | ||
double | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkGlyphSource2D.vtkGlyphSource2D_SetCenter_30 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGlyphSource2D.vtkGlyphSource2D_SetColor_31 | ( | HandleRef | pThis, |
double | _arg1, | ||
double | _arg2, | ||
double | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkGlyphSource2D.vtkGlyphSource2D_SetColor_32 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGlyphSource2D.vtkGlyphSource2D_SetCross_33 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGlyphSource2D.vtkGlyphSource2D_SetDash_34 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGlyphSource2D.vtkGlyphSource2D_SetFilled_35 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGlyphSource2D.vtkGlyphSource2D_SetGlyphType_36 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGlyphSource2D.vtkGlyphSource2D_SetGlyphTypeToArrow_37 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGlyphSource2D.vtkGlyphSource2D_SetGlyphTypeToCircle_38 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGlyphSource2D.vtkGlyphSource2D_SetGlyphTypeToCross_39 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGlyphSource2D.vtkGlyphSource2D_SetGlyphTypeToDash_40 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGlyphSource2D.vtkGlyphSource2D_SetGlyphTypeToDiamond_41 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGlyphSource2D.vtkGlyphSource2D_SetGlyphTypeToEdgeArrow_42 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGlyphSource2D.vtkGlyphSource2D_SetGlyphTypeToHookedArrow_43 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGlyphSource2D.vtkGlyphSource2D_SetGlyphTypeToNone_44 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGlyphSource2D.vtkGlyphSource2D_SetGlyphTypeToSquare_45 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGlyphSource2D.vtkGlyphSource2D_SetGlyphTypeToThickArrow_46 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGlyphSource2D.vtkGlyphSource2D_SetGlyphTypeToThickCross_47 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGlyphSource2D.vtkGlyphSource2D_SetGlyphTypeToTriangle_48 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGlyphSource2D.vtkGlyphSource2D_SetGlyphTypeToVertex_49 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGlyphSource2D.vtkGlyphSource2D_SetRotationAngle_50 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGlyphSource2D.vtkGlyphSource2D_SetScale2_52 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGlyphSource2D.vtkGlyphSource2D_SetScale_51 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkGlyphSource2D.MRClassNameKey = "16vtkGlyphSource2D" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
new const string Kitware.VTK.vtkGlyphSource2D.MRFullTypeName = "Kitware.VTK.vtkGlyphSource2D" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.