|
ActiViz .NET
5.8.0
|
vtkLineSource - create a line defined by two end points More...
Public Member Functions | |
| vtkLineSource (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkLineSource () | |
| Undocumented Block. | |
| virtual double[] | GetPoint1 () |
| Set position of first end point. | |
| virtual void | GetPoint1 (IntPtr data) |
| Set position of first end point. | |
| virtual double[] | GetPoint2 () |
| Set position of other end point. | |
| virtual void | GetPoint2 (IntPtr data) |
| Set position of other end point. | |
| virtual int | GetResolution () |
| Divide line into resolution number of pieces. | |
| virtual int | GetResolutionMaxValue () |
| Divide line into resolution number of pieces. | |
| virtual int | GetResolutionMinValue () |
| Divide line into resolution number of pieces. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkLineSource | NewInstance () |
| Undocumented Block. | |
| virtual void | SetPoint1 (double _arg1, double _arg2, double _arg3) |
| Set position of first end point. | |
| virtual void | SetPoint1 (IntPtr _arg) |
| Set position of first end point. | |
| virtual void | SetPoint2 (double _arg1, double _arg2, double _arg3) |
| Set position of other end point. | |
| virtual void | SetPoint2 (IntPtr _arg) |
| Set position of other end point. | |
| virtual void | SetResolution (int _arg) |
| Divide line into resolution number of pieces. | |
Static Public Member Functions | |
| static new vtkLineSource | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkLineSource | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkLineSource" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "13vtkLineSource" |
| 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 | vtkLineSource_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkLineSource_GetPoint1_01 (HandleRef pThis) |
| static internal void | vtkLineSource_GetPoint1_02 (HandleRef pThis, IntPtr data) |
| static internal IntPtr | vtkLineSource_GetPoint2_03 (HandleRef pThis) |
| static internal void | vtkLineSource_GetPoint2_04 (HandleRef pThis, IntPtr data) |
| static internal int | vtkLineSource_GetResolution_05 (HandleRef pThis) |
| static internal int | vtkLineSource_GetResolutionMaxValue_06 (HandleRef pThis) |
| static internal int | vtkLineSource_GetResolutionMinValue_07 (HandleRef pThis) |
| static internal int | vtkLineSource_IsA_08 (HandleRef pThis, string type) |
| static internal int | vtkLineSource_IsTypeOf_09 (string type) |
| static internal IntPtr | vtkLineSource_NewInstance_11 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkLineSource_SafeDownCast_12 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkLineSource_SetPoint1_13 (HandleRef pThis, double _arg1, double _arg2, double _arg3) |
| static internal void | vtkLineSource_SetPoint1_14 (HandleRef pThis, IntPtr _arg) |
| static internal void | vtkLineSource_SetPoint2_15 (HandleRef pThis, double _arg1, double _arg2, double _arg3) |
| static internal void | vtkLineSource_SetPoint2_16 (HandleRef pThis, IntPtr _arg) |
| static internal void | vtkLineSource_SetResolution_17 (HandleRef pThis, int _arg) |
Static Private Member Functions | |
| static | vtkLineSource () |
| Automatically generated type registration mechanics. | |
vtkLineSource - create a line defined by two end points
Description vtkLineSource is a source object that creates a polyline defined by two endpoints. The number of segments composing the polyline is controlled by setting the object resolution.
| static Kitware.VTK.vtkLineSource.vtkLineSource | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkLineSource.vtkLineSource | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| override void Kitware.VTK.vtkLineSource.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 double [] Kitware.VTK.vtkLineSource.GetPoint1 | ( | ) | [virtual] |
Set position of first end point.
| virtual void Kitware.VTK.vtkLineSource.GetPoint1 | ( | IntPtr | data | ) | [virtual] |
Set position of first end point.
| virtual double [] Kitware.VTK.vtkLineSource.GetPoint2 | ( | ) | [virtual] |
Set position of other end point.
| virtual void Kitware.VTK.vtkLineSource.GetPoint2 | ( | IntPtr | data | ) | [virtual] |
Set position of other end point.
| virtual int Kitware.VTK.vtkLineSource.GetResolution | ( | ) | [virtual] |
Divide line into resolution number of pieces.
| virtual int Kitware.VTK.vtkLineSource.GetResolutionMaxValue | ( | ) | [virtual] |
Divide line into resolution number of pieces.
| virtual int Kitware.VTK.vtkLineSource.GetResolutionMinValue | ( | ) | [virtual] |
Divide line into resolution number of pieces.
| override int Kitware.VTK.vtkLineSource.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
| static new int Kitware.VTK.vtkLineSource.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
| static new vtkLineSource Kitware.VTK.vtkLineSource.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
| static new vtkLineSource Kitware.VTK.vtkLineSource.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
| virtual void Kitware.VTK.vtkLineSource.SetPoint1 | ( | double | _arg1, |
| double | _arg2, | ||
| double | _arg3 | ||
| ) | [virtual] |
Set position of first end point.
| virtual void Kitware.VTK.vtkLineSource.SetPoint1 | ( | IntPtr | _arg | ) | [virtual] |
Set position of first end point.
| virtual void Kitware.VTK.vtkLineSource.SetPoint2 | ( | double | _arg1, |
| double | _arg2, | ||
| double | _arg3 | ||
| ) | [virtual] |
Set position of other end point.
| virtual void Kitware.VTK.vtkLineSource.SetPoint2 | ( | IntPtr | _arg | ) | [virtual] |
Set position of other end point.
| virtual void Kitware.VTK.vtkLineSource.SetResolution | ( | int | _arg | ) | [virtual] |
Divide line into resolution number of pieces.
| static internal IntPtr Kitware.VTK.vtkLineSource.vtkLineSource_GetPoint1_01 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkLineSource.vtkLineSource_GetPoint1_02 | ( | HandleRef | pThis, |
| IntPtr | data | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkLineSource.vtkLineSource_GetPoint2_03 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkLineSource.vtkLineSource_GetPoint2_04 | ( | HandleRef | pThis, |
| IntPtr | data | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkLineSource.vtkLineSource_GetResolution_05 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkLineSource.vtkLineSource_GetResolutionMaxValue_06 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkLineSource.vtkLineSource_GetResolutionMinValue_07 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkLineSource.vtkLineSource_IsA_08 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkLineSource.vtkLineSource_IsTypeOf_09 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkLineSource.vtkLineSource_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkLineSource.vtkLineSource_NewInstance_11 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkLineSource.vtkLineSource_SafeDownCast_12 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkLineSource.vtkLineSource_SetPoint1_13 | ( | HandleRef | pThis, |
| double | _arg1, | ||
| double | _arg2, | ||
| double | _arg3 | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkLineSource.vtkLineSource_SetPoint1_14 | ( | HandleRef | pThis, |
| IntPtr | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkLineSource.vtkLineSource_SetPoint2_15 | ( | HandleRef | pThis, |
| double | _arg1, | ||
| double | _arg2, | ||
| double | _arg3 | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkLineSource.vtkLineSource_SetPoint2_16 | ( | HandleRef | pThis, |
| IntPtr | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkLineSource.vtkLineSource_SetResolution_17 | ( | HandleRef | pThis, |
| int | _arg | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkLineSource.MRClassNameKey = "13vtkLineSource" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
| new const string Kitware.VTK.vtkLineSource.MRFullTypeName = "Kitware.VTK.vtkLineSource" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
1.7.6.1