Click or drag to resize

BSpline1D Class

Implements a BSpline in one dimension.
Inheritance Hierarchy
SystemObject
  Altaxo.Calc.InterpolationBSpline1D

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class BSpline1D : IInterpolationFunction, IInterpolationCurve

The BSpline1D type exposes the following members.

Constructors
 NameDescription
Public methodBSpline1D(Double, Double, Double)Initializes a new instance of the BSpline1D class
Public methodBSpline1D(Double, Double, Int32)Initializes a new instance of the BSpline1D class
Top
Methods
 NameDescription
Public methodStatic membercreateApproxBSpline 
Protected methodStatic membercreateInterpBSpline 
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodgetKnots 
Public methodgetMaxKnot 
Public methodgetMinKnot 
Public methodStatic memberGetTimeInterval 
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodGetUOfX Gets the u value (0..1), for a given x-value. This function can only be used when the spline was constructed with points that were sorted by x (ascending or descending).
Public methodgetX 
Public methodGetXOfU 
Public methodgetY 
Public methodGetYOfU 
Public methodGetYOfX Gets the y value, for a given x-value. This function can only be used when the spline was constructed with points that were sorted by x (ascending or descending).
Public methodInterpolate 
Public methodStatic memberInterpolateCurve 
Public methodStatic memberInterpolateFunctionSorted 
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Remarks
See Also