#include <Law_Composite.hxx>
Inheritance diagram for Law_Composite:
Public Member Functions | |
Standard_EXPORT | Law_Composite () |
Construct an empty Law . | |
Standard_EXPORT | Law_Composite (const Standard_Real First, const Standard_Real Last, const Standard_Real Tol) |
Construct an empty, trimed Law . | |
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 at parameter X. . | |
Standard_EXPORT void | D1 (const Standard_Real X, Standard_Real &F, Standard_Real &D) |
Returns the value and the first derivative at parameter X. . | |
Standard_EXPORT void | D2 (const Standard_Real X, Standard_Real &F, Standard_Real &D, Standard_Real &D2) |
Returns the value, first and second 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_Function & | ChangeElementaryLaw (const Standard_Real W) |
Returns the elementary function of the composite used to compute at parameter W. . | |
Standard_EXPORT Law_Laws & | ChangeLaws () |
Standard_EXPORT Standard_Boolean | IsPeriodic () const |
Standard_EXPORT void | SetPeriodic () |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Member Functions | |
Standard_EXPORT void | Prepare (Standard_Real &W) |
Set the current function. . | |
Private Attributes | |
Standard_Real | first |
Standard_Real | last |
Handle_Law_Function | curfunc |
Law_Laws | funclist |
Standard_Boolean | periodic |
Standard_Real | TFirst |
Standard_Real | TLast |
Standard_Real | PTol |
|
|
|
|
|
Implements Law_Function. |
|
|
|
|
|
Implements Law_Function. |
|
Implements Law_Function. |
|
Implements Law_Function. |
|
Reimplemented from Law_Function. |
|
Implements Law_Function. |
|
|
|
Implements Law_Function. |
|
|
|
|
|
Implements Law_Function. |
|
Implements Law_Function. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|