|
ActiViz .NET
5.8.0
|
vtkLinearContourLineInterpolator - Interpolates supplied nodes with line segments More...
Public Member Functions | |
| vtkLinearContourLineInterpolator (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkLinearContourLineInterpolator () | |
| Instantiate this class. | |
| override int | InterpolateLine (vtkRenderer ren, vtkContourRepresentation rep, int idx1, int idx2) |
| Standard methods for instances of this class. | |
| override int | IsA (string type) |
| Standard methods for instances of this class. | |
| new vtkLinearContourLineInterpolator | NewInstance () |
| Standard methods for instances of this class. | |
Static Public Member Functions | |
| static new vtkLinearContourLineInterpolator | New () |
| Instantiate this class. | |
| static new int | IsTypeOf (string type) |
| Standard methods for instances of this class. | |
| static new vtkLinearContourLineInterpolator | SafeDownCast (vtkObjectBase o) |
| Standard methods for instances of this class. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkLinearContourLineInterpolator" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "32vtkLinearContourLineInterpolator" |
| 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 | vtkLinearContourLineInterpolator_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal int | vtkLinearContourLineInterpolator_InterpolateLine_01 (HandleRef pThis, HandleRef ren, HandleRef rep, int idx1, int idx2) |
| static internal int | vtkLinearContourLineInterpolator_IsA_02 (HandleRef pThis, string type) |
| static internal int | vtkLinearContourLineInterpolator_IsTypeOf_03 (string type) |
| static internal IntPtr | vtkLinearContourLineInterpolator_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkLinearContourLineInterpolator_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
| static | vtkLinearContourLineInterpolator () |
| Automatically generated type registration mechanics. | |
vtkLinearContourLineInterpolator - Interpolates supplied nodes with line segments
Description The line interpolator interpolates supplied nodes (see InterpolateLine) with line segments. The finess of the curve may be controlled using SetMaximumCurveError and SetMaximumNumberOfLineSegments.
| static Kitware.VTK.vtkLinearContourLineInterpolator.vtkLinearContourLineInterpolator | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkLinearContourLineInterpolator.vtkLinearContourLineInterpolator | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Instantiate this class.
| override void Kitware.VTK.vtkLinearContourLineInterpolator.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.vtkContourLineInterpolator.
| override int Kitware.VTK.vtkLinearContourLineInterpolator.InterpolateLine | ( | vtkRenderer | ren, |
| vtkContourRepresentation | rep, | ||
| int | idx1, | ||
| int | idx2 | ||
| ) | [virtual] |
Standard methods for instances of this class.
Reimplemented from Kitware.VTK.vtkContourLineInterpolator.
| override int Kitware.VTK.vtkLinearContourLineInterpolator.IsA | ( | string | type | ) | [virtual] |
Standard methods for instances of this class.
Reimplemented from Kitware.VTK.vtkContourLineInterpolator.
| static new int Kitware.VTK.vtkLinearContourLineInterpolator.IsTypeOf | ( | string | type | ) | [static] |
Standard methods for instances of this class.
Reimplemented from Kitware.VTK.vtkContourLineInterpolator.
| static new vtkLinearContourLineInterpolator Kitware.VTK.vtkLinearContourLineInterpolator.New | ( | ) | [static] |
Instantiate this class.
Reimplemented from Kitware.VTK.vtkObject.
Standard methods for instances of this class.
Reimplemented from Kitware.VTK.vtkContourLineInterpolator.
| static new vtkLinearContourLineInterpolator Kitware.VTK.vtkLinearContourLineInterpolator.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Standard methods for instances of this class.
Reimplemented from Kitware.VTK.vtkContourLineInterpolator.
| static internal int Kitware.VTK.vtkLinearContourLineInterpolator.vtkLinearContourLineInterpolator_InterpolateLine_01 | ( | HandleRef | pThis, |
| HandleRef | ren, | ||
| HandleRef | rep, | ||
| int | idx1, | ||
| int | idx2 | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkLinearContourLineInterpolator.vtkLinearContourLineInterpolator_IsA_02 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkLinearContourLineInterpolator.vtkLinearContourLineInterpolator_IsTypeOf_03 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkLinearContourLineInterpolator.vtkLinearContourLineInterpolator_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkLinearContourLineInterpolator.vtkLinearContourLineInterpolator_NewInstance_05 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkLinearContourLineInterpolator.vtkLinearContourLineInterpolator_SafeDownCast_06 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkLinearContourLineInterpolator.MRClassNameKey = "32vtkLinearContourLineInterpolator" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkContourLineInterpolator.
| new const string Kitware.VTK.vtkLinearContourLineInterpolator.MRFullTypeName = "Kitware.VTK.vtkLinearContourLineInterpolator" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkContourLineInterpolator.
1.7.6.1