ActiViz .NET
5.8.0
|
vtkSCurveSpline - computes an interpolating spline using a a SCurve basis. More...
Public Member Functions | |
vtkSCurveSpline (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkSCurveSpline () | |
Undocumented Block. | |
override void | Compute () |
Description Compute SCurve Splines for each dependent variable. | |
override void | DeepCopy (vtkSpline s) |
Deep copy of SCurve spline data. | |
override double | Evaluate (double t) |
Evaluate a 1D SCurve spline. | |
virtual double | GetNodeWeight () |
Deep copy of SCurve spline data. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkSCurveSpline | NewInstance () |
Undocumented Block. | |
virtual void | SetNodeWeight (double _arg) |
Deep copy of SCurve spline data. | |
Static Public Member Functions | |
static new vtkSCurveSpline | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkSCurveSpline | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkSCurveSpline" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "15vtkSCurveSpline" |
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 | vtkSCurveSpline_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkSCurveSpline_Compute_01 (HandleRef pThis) |
static internal void | vtkSCurveSpline_DeepCopy_02 (HandleRef pThis, HandleRef s) |
static internal double | vtkSCurveSpline_Evaluate_03 (HandleRef pThis, double t) |
static internal double | vtkSCurveSpline_GetNodeWeight_04 (HandleRef pThis) |
static internal int | vtkSCurveSpline_IsA_05 (HandleRef pThis, string type) |
static internal int | vtkSCurveSpline_IsTypeOf_06 (string type) |
static internal IntPtr | vtkSCurveSpline_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkSCurveSpline_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkSCurveSpline_SetNodeWeight_10 (HandleRef pThis, double _arg) |
Static Private Member Functions | |
static | vtkSCurveSpline () |
Automatically generated type registration mechanics. |
vtkSCurveSpline - computes an interpolating spline using a a SCurve basis.
static Kitware.VTK.vtkSCurveSpline.vtkSCurveSpline | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkSCurveSpline.vtkSCurveSpline | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkSCurveSpline.Compute | ( | ) | [virtual] |
Description Compute SCurve Splines for each dependent variable.
Reimplemented from Kitware.VTK.vtkSpline.
override void Kitware.VTK.vtkSCurveSpline.DeepCopy | ( | vtkSpline | s | ) | [virtual] |
Deep copy of SCurve spline data.
Reimplemented from Kitware.VTK.vtkSpline.
override void Kitware.VTK.vtkSCurveSpline.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.vtkSpline.
override double Kitware.VTK.vtkSCurveSpline.Evaluate | ( | double | t | ) | [virtual] |
Evaluate a 1D SCurve spline.
Reimplemented from Kitware.VTK.vtkSpline.
virtual double Kitware.VTK.vtkSCurveSpline.GetNodeWeight | ( | ) | [virtual] |
Deep copy of SCurve spline data.
override int Kitware.VTK.vtkSCurveSpline.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkSpline.
static new int Kitware.VTK.vtkSCurveSpline.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkSpline.
static new vtkSCurveSpline Kitware.VTK.vtkSCurveSpline.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkSpline.
static new vtkSCurveSpline Kitware.VTK.vtkSCurveSpline.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkSpline.
virtual void Kitware.VTK.vtkSCurveSpline.SetNodeWeight | ( | double | _arg | ) | [virtual] |
Deep copy of SCurve spline data.
static internal void Kitware.VTK.vtkSCurveSpline.vtkSCurveSpline_Compute_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkSCurveSpline.vtkSCurveSpline_DeepCopy_02 | ( | HandleRef | pThis, |
HandleRef | s | ||
) | [private] |
static internal double Kitware.VTK.vtkSCurveSpline.vtkSCurveSpline_Evaluate_03 | ( | HandleRef | pThis, |
double | t | ||
) | [private] |
static internal double Kitware.VTK.vtkSCurveSpline.vtkSCurveSpline_GetNodeWeight_04 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkSCurveSpline.vtkSCurveSpline_IsA_05 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkSCurveSpline.vtkSCurveSpline_IsTypeOf_06 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkSCurveSpline.vtkSCurveSpline_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSCurveSpline.vtkSCurveSpline_NewInstance_08 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSCurveSpline.vtkSCurveSpline_SafeDownCast_09 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkSCurveSpline.vtkSCurveSpline_SetNodeWeight_10 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkSCurveSpline.MRClassNameKey = "15vtkSCurveSpline" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkSpline.
new const string Kitware.VTK.vtkSCurveSpline.MRFullTypeName = "Kitware.VTK.vtkSCurveSpline" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkSpline.