#include <Law_BSpFunc.hxx>
Inheritance diagram for Law_BSpFunc:
Public Member Functions | |
Standard_EXPORT | Law_BSpFunc () |
Standard_EXPORT | Law_BSpFunc (const Handle(Law_BSpline)&C, const Standard_Real First, const Standard_Real Last) |
Standard_EXPORT GeomAbs_Shape | Continuity () const |
Standard_EXPORT Standard_Integer | NbIntervals (const GeomAbs_Shape S) const |
Returns the number of intervals for continuity <s>. May be one if Continuity(me) >= <s> . | |
Standard_EXPORT void | Intervals (TColStd_Array1OfReal &T, const GeomAbs_Shape S) const |
Stores in <t> the parameters bounding the intervals of continuity <s>. The array must provide enough room to accomodate for the parameters. i.e. T.Length() > NbIntervals() . | |
Standard_EXPORT Standard_Real | Value (const Standard_Real X) |
Returns the value of the function at the point of parameter X. . | |
Standard_EXPORT void | D1 (const Standard_Real X, Standard_Real &F, Standard_Real &D) |
Returns the value F and the first derivative D of the function at the point of parameter X. . | |
Standard_EXPORT void | D2 (const Standard_Real X, Standard_Real &F, Standard_Real &D, Standard_Real &D2) |
Returns the value, first and seconde derivatives at parameter X. . | |
Standard_EXPORT Handle_Law_Function | Trim (const Standard_Real PFirst, const Standard_Real PLast, const Standard_Real Tol) const |
Returns a law equivalent of <me> between parameters <first> and <last>. <tol> is used to test for 3d points confusion. It is usfule to determines the derivatives in these values <first> and <last> if the Law is not Cn. . | |
Standard_EXPORT void | Bounds (Standard_Real &PFirst, Standard_Real &PLast) |
Returns the parametric bounds of the function. . | |
Standard_EXPORT Handle_Law_BSpline | Curve () const |
Standard_EXPORT void | SetCurve (const Handle(Law_BSpline)&C) |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
Handle_Law_BSpline | curv |
Standard_Real | first |
Standard_Real | last |
|
|
|
|
|
Implements Law_Function. |
|
Implements Law_Function. |
|
|
|
Implements Law_Function. |
|
Implements Law_Function. |
|
Reimplemented from Law_Function. Reimplemented in Law_Interpol, and Law_S. |
|
Implements Law_Function. |
|
Implements Law_Function. |
|
|
|
Implements Law_Function. |
|
Implements Law_Function. |
|
|
|
|
|
|