ActiViz .NET
5.8.0
|
vtkArrowSource - Appends a cylinder to a cone to form an arrow. More...
Public Member Functions | |
vtkArrowSource (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkArrowSource () | |
Description Construct cone with angle of 45 degrees. | |
virtual bool | GetInvert () |
Inverts the arrow direction. When set to true, base is at (1, 0, 0) while the tip is at (0, 0, 0). The default is false, i.e. base at (0, 0, 0) and the tip at (1, 0, 0). | |
virtual double | GetShaftRadius () |
Set the radius of the shaft. Defaults to 0.03. | |
virtual double | GetShaftRadiusMaxValue () |
Set the radius of the shaft. Defaults to 0.03. | |
virtual double | GetShaftRadiusMinValue () |
Set the radius of the shaft. Defaults to 0.03. | |
virtual int | GetShaftResolution () |
Set the resolution of the shaft. 2 gives a rectangle. I would like to extend the cone to produce a line, but this is not an option now. | |
virtual int | GetShaftResolutionMaxValue () |
Set the resolution of the shaft. 2 gives a rectangle. I would like to extend the cone to produce a line, but this is not an option now. | |
virtual int | GetShaftResolutionMinValue () |
Set the resolution of the shaft. 2 gives a rectangle. I would like to extend the cone to produce a line, but this is not an option now. | |
virtual double | GetTipLength () |
Set the length, and radius of the tip. They default to 0.35 and 0.1. | |
virtual double | GetTipLengthMaxValue () |
Set the length, and radius of the tip. They default to 0.35 and 0.1. | |
virtual double | GetTipLengthMinValue () |
Set the length, and radius of the tip. They default to 0.35 and 0.1. | |
virtual double | GetTipRadius () |
Set the length, and radius of the tip. They default to 0.35 and 0.1. | |
virtual double | GetTipRadiusMaxValue () |
Set the length, and radius of the tip. They default to 0.35 and 0.1. | |
virtual double | GetTipRadiusMinValue () |
Set the length, and radius of the tip. They default to 0.35 and 0.1. | |
virtual int | GetTipResolution () |
Set the resolution of the tip. The tip behaves the same as a cone. Resoultion 1 gives a single triangle, 2 gives two crossed triangles. | |
virtual int | GetTipResolutionMaxValue () |
Set the resolution of the tip. The tip behaves the same as a cone. Resoultion 1 gives a single triangle, 2 gives two crossed triangles. | |
virtual int | GetTipResolutionMinValue () |
Set the resolution of the tip. The tip behaves the same as a cone. Resoultion 1 gives a single triangle, 2 gives two crossed triangles. | |
virtual void | InvertOff () |
Inverts the arrow direction. When set to true, base is at (1, 0, 0) while the tip is at (0, 0, 0). The default is false, i.e. base at (0, 0, 0) and the tip at (1, 0, 0). | |
virtual void | InvertOn () |
Inverts the arrow direction. When set to true, base is at (1, 0, 0) while the tip is at (0, 0, 0). The default is false, i.e. base at (0, 0, 0) and the tip at (1, 0, 0). | |
override int | IsA (string type) |
Description Construct cone with angle of 45 degrees. | |
new vtkArrowSource | NewInstance () |
Description Construct cone with angle of 45 degrees. | |
virtual void | SetInvert (bool _arg) |
Inverts the arrow direction. When set to true, base is at (1, 0, 0) while the tip is at (0, 0, 0). The default is false, i.e. base at (0, 0, 0) and the tip at (1, 0, 0). | |
virtual void | SetShaftRadius (double _arg) |
Set the radius of the shaft. Defaults to 0.03. | |
virtual void | SetShaftResolution (int _arg) |
Set the resolution of the shaft. 2 gives a rectangle. I would like to extend the cone to produce a line, but this is not an option now. | |
virtual void | SetTipLength (double _arg) |
Set the length, and radius of the tip. They default to 0.35 and 0.1. | |
virtual void | SetTipRadius (double _arg) |
Set the length, and radius of the tip. They default to 0.35 and 0.1. | |
virtual void | SetTipResolution (int _arg) |
Set the resolution of the tip. The tip behaves the same as a cone. Resoultion 1 gives a single triangle, 2 gives two crossed triangles. | |
Static Public Member Functions | |
static new vtkArrowSource | New () |
Description Construct cone with angle of 45 degrees. | |
static new int | IsTypeOf (string type) |
Description Construct cone with angle of 45 degrees. | |
static new vtkArrowSource | SafeDownCast (vtkObjectBase o) |
Description Construct cone with angle of 45 degrees. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkArrowSource" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "14vtkArrowSource" |
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 | vtkArrowSource_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal byte | vtkArrowSource_GetInvert_01 (HandleRef pThis) |
static internal double | vtkArrowSource_GetShaftRadius_02 (HandleRef pThis) |
static internal double | vtkArrowSource_GetShaftRadiusMaxValue_03 (HandleRef pThis) |
static internal double | vtkArrowSource_GetShaftRadiusMinValue_04 (HandleRef pThis) |
static internal int | vtkArrowSource_GetShaftResolution_05 (HandleRef pThis) |
static internal int | vtkArrowSource_GetShaftResolutionMaxValue_06 (HandleRef pThis) |
static internal int | vtkArrowSource_GetShaftResolutionMinValue_07 (HandleRef pThis) |
static internal double | vtkArrowSource_GetTipLength_08 (HandleRef pThis) |
static internal double | vtkArrowSource_GetTipLengthMaxValue_09 (HandleRef pThis) |
static internal double | vtkArrowSource_GetTipLengthMinValue_10 (HandleRef pThis) |
static internal double | vtkArrowSource_GetTipRadius_11 (HandleRef pThis) |
static internal double | vtkArrowSource_GetTipRadiusMaxValue_12 (HandleRef pThis) |
static internal double | vtkArrowSource_GetTipRadiusMinValue_13 (HandleRef pThis) |
static internal int | vtkArrowSource_GetTipResolution_14 (HandleRef pThis) |
static internal int | vtkArrowSource_GetTipResolutionMaxValue_15 (HandleRef pThis) |
static internal int | vtkArrowSource_GetTipResolutionMinValue_16 (HandleRef pThis) |
static internal void | vtkArrowSource_InvertOff_17 (HandleRef pThis) |
static internal void | vtkArrowSource_InvertOn_18 (HandleRef pThis) |
static internal int | vtkArrowSource_IsA_19 (HandleRef pThis, string type) |
static internal int | vtkArrowSource_IsTypeOf_20 (string type) |
static internal IntPtr | vtkArrowSource_NewInstance_22 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkArrowSource_SafeDownCast_23 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkArrowSource_SetInvert_24 (HandleRef pThis, byte _arg) |
static internal void | vtkArrowSource_SetShaftRadius_25 (HandleRef pThis, double _arg) |
static internal void | vtkArrowSource_SetShaftResolution_26 (HandleRef pThis, int _arg) |
static internal void | vtkArrowSource_SetTipLength_27 (HandleRef pThis, double _arg) |
static internal void | vtkArrowSource_SetTipRadius_28 (HandleRef pThis, double _arg) |
static internal void | vtkArrowSource_SetTipResolution_29 (HandleRef pThis, int _arg) |
Static Private Member Functions | |
static | vtkArrowSource () |
Automatically generated type registration mechanics. |
vtkArrowSource - Appends a cylinder to a cone to form an arrow.
Description vtkArrowSource was intended to be used as the source for a glyph. The shaft base is always at (0,0,0). The arrow tip is always at (1,0,0). If "Invert" is true, then the ends are flipped i.e. tip is at (0,0,0) while base is at (1, 0, 0). The resolution of the cone and shaft can be set and default to 6. The radius of the cone and shaft can be set and default to 0.03 and 0.1. The length of the tip can also be set, and defaults to 0.35.
static Kitware.VTK.vtkArrowSource.vtkArrowSource | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkArrowSource.vtkArrowSource | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Description Construct cone with angle of 45 degrees.
override void Kitware.VTK.vtkArrowSource.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 bool Kitware.VTK.vtkArrowSource.GetInvert | ( | ) | [virtual] |
Inverts the arrow direction. When set to true, base is at (1, 0, 0) while the tip is at (0, 0, 0). The default is false, i.e. base at (0, 0, 0) and the tip at (1, 0, 0).
virtual double Kitware.VTK.vtkArrowSource.GetShaftRadius | ( | ) | [virtual] |
Set the radius of the shaft. Defaults to 0.03.
virtual double Kitware.VTK.vtkArrowSource.GetShaftRadiusMaxValue | ( | ) | [virtual] |
Set the radius of the shaft. Defaults to 0.03.
virtual double Kitware.VTK.vtkArrowSource.GetShaftRadiusMinValue | ( | ) | [virtual] |
Set the radius of the shaft. Defaults to 0.03.
virtual int Kitware.VTK.vtkArrowSource.GetShaftResolution | ( | ) | [virtual] |
Set the resolution of the shaft. 2 gives a rectangle. I would like to extend the cone to produce a line, but this is not an option now.
virtual int Kitware.VTK.vtkArrowSource.GetShaftResolutionMaxValue | ( | ) | [virtual] |
Set the resolution of the shaft. 2 gives a rectangle. I would like to extend the cone to produce a line, but this is not an option now.
virtual int Kitware.VTK.vtkArrowSource.GetShaftResolutionMinValue | ( | ) | [virtual] |
Set the resolution of the shaft. 2 gives a rectangle. I would like to extend the cone to produce a line, but this is not an option now.
virtual double Kitware.VTK.vtkArrowSource.GetTipLength | ( | ) | [virtual] |
Set the length, and radius of the tip. They default to 0.35 and 0.1.
virtual double Kitware.VTK.vtkArrowSource.GetTipLengthMaxValue | ( | ) | [virtual] |
Set the length, and radius of the tip. They default to 0.35 and 0.1.
virtual double Kitware.VTK.vtkArrowSource.GetTipLengthMinValue | ( | ) | [virtual] |
Set the length, and radius of the tip. They default to 0.35 and 0.1.
virtual double Kitware.VTK.vtkArrowSource.GetTipRadius | ( | ) | [virtual] |
Set the length, and radius of the tip. They default to 0.35 and 0.1.
virtual double Kitware.VTK.vtkArrowSource.GetTipRadiusMaxValue | ( | ) | [virtual] |
Set the length, and radius of the tip. They default to 0.35 and 0.1.
virtual double Kitware.VTK.vtkArrowSource.GetTipRadiusMinValue | ( | ) | [virtual] |
Set the length, and radius of the tip. They default to 0.35 and 0.1.
virtual int Kitware.VTK.vtkArrowSource.GetTipResolution | ( | ) | [virtual] |
Set the resolution of the tip. The tip behaves the same as a cone. Resoultion 1 gives a single triangle, 2 gives two crossed triangles.
virtual int Kitware.VTK.vtkArrowSource.GetTipResolutionMaxValue | ( | ) | [virtual] |
Set the resolution of the tip. The tip behaves the same as a cone. Resoultion 1 gives a single triangle, 2 gives two crossed triangles.
virtual int Kitware.VTK.vtkArrowSource.GetTipResolutionMinValue | ( | ) | [virtual] |
Set the resolution of the tip. The tip behaves the same as a cone. Resoultion 1 gives a single triangle, 2 gives two crossed triangles.
virtual void Kitware.VTK.vtkArrowSource.InvertOff | ( | ) | [virtual] |
Inverts the arrow direction. When set to true, base is at (1, 0, 0) while the tip is at (0, 0, 0). The default is false, i.e. base at (0, 0, 0) and the tip at (1, 0, 0).
virtual void Kitware.VTK.vtkArrowSource.InvertOn | ( | ) | [virtual] |
Inverts the arrow direction. When set to true, base is at (1, 0, 0) while the tip is at (0, 0, 0). The default is false, i.e. base at (0, 0, 0) and the tip at (1, 0, 0).
override int Kitware.VTK.vtkArrowSource.IsA | ( | string | type | ) | [virtual] |
Description Construct cone with angle of 45 degrees.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new int Kitware.VTK.vtkArrowSource.IsTypeOf | ( | string | type | ) | [static] |
Description Construct cone with angle of 45 degrees.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkArrowSource Kitware.VTK.vtkArrowSource.New | ( | ) | [static] |
Description Construct cone with angle of 45 degrees.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Description Construct cone with angle of 45 degrees.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkArrowSource Kitware.VTK.vtkArrowSource.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Description Construct cone with angle of 45 degrees.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
virtual void Kitware.VTK.vtkArrowSource.SetInvert | ( | bool | _arg | ) | [virtual] |
Inverts the arrow direction. When set to true, base is at (1, 0, 0) while the tip is at (0, 0, 0). The default is false, i.e. base at (0, 0, 0) and the tip at (1, 0, 0).
virtual void Kitware.VTK.vtkArrowSource.SetShaftRadius | ( | double | _arg | ) | [virtual] |
Set the radius of the shaft. Defaults to 0.03.
virtual void Kitware.VTK.vtkArrowSource.SetShaftResolution | ( | int | _arg | ) | [virtual] |
Set the resolution of the shaft. 2 gives a rectangle. I would like to extend the cone to produce a line, but this is not an option now.
virtual void Kitware.VTK.vtkArrowSource.SetTipLength | ( | double | _arg | ) | [virtual] |
Set the length, and radius of the tip. They default to 0.35 and 0.1.
virtual void Kitware.VTK.vtkArrowSource.SetTipRadius | ( | double | _arg | ) | [virtual] |
Set the length, and radius of the tip. They default to 0.35 and 0.1.
virtual void Kitware.VTK.vtkArrowSource.SetTipResolution | ( | int | _arg | ) | [virtual] |
Set the resolution of the tip. The tip behaves the same as a cone. Resoultion 1 gives a single triangle, 2 gives two crossed triangles.
static internal byte Kitware.VTK.vtkArrowSource.vtkArrowSource_GetInvert_01 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkArrowSource.vtkArrowSource_GetShaftRadius_02 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkArrowSource.vtkArrowSource_GetShaftRadiusMaxValue_03 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkArrowSource.vtkArrowSource_GetShaftRadiusMinValue_04 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkArrowSource.vtkArrowSource_GetShaftResolution_05 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkArrowSource.vtkArrowSource_GetShaftResolutionMaxValue_06 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkArrowSource.vtkArrowSource_GetShaftResolutionMinValue_07 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkArrowSource.vtkArrowSource_GetTipLength_08 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkArrowSource.vtkArrowSource_GetTipLengthMaxValue_09 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkArrowSource.vtkArrowSource_GetTipLengthMinValue_10 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkArrowSource.vtkArrowSource_GetTipRadius_11 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkArrowSource.vtkArrowSource_GetTipRadiusMaxValue_12 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkArrowSource.vtkArrowSource_GetTipRadiusMinValue_13 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkArrowSource.vtkArrowSource_GetTipResolution_14 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkArrowSource.vtkArrowSource_GetTipResolutionMaxValue_15 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkArrowSource.vtkArrowSource_GetTipResolutionMinValue_16 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkArrowSource.vtkArrowSource_InvertOff_17 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkArrowSource.vtkArrowSource_InvertOn_18 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkArrowSource.vtkArrowSource_IsA_19 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkArrowSource.vtkArrowSource_IsTypeOf_20 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkArrowSource.vtkArrowSource_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkArrowSource.vtkArrowSource_NewInstance_22 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkArrowSource.vtkArrowSource_SafeDownCast_23 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkArrowSource.vtkArrowSource_SetInvert_24 | ( | HandleRef | pThis, |
byte | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkArrowSource.vtkArrowSource_SetShaftRadius_25 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkArrowSource.vtkArrowSource_SetShaftResolution_26 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkArrowSource.vtkArrowSource_SetTipLength_27 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkArrowSource.vtkArrowSource_SetTipRadius_28 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkArrowSource.vtkArrowSource_SetTipResolution_29 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkArrowSource.MRClassNameKey = "14vtkArrowSource" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
new const string Kitware.VTK.vtkArrowSource.MRFullTypeName = "Kitware.VTK.vtkArrowSource" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.