|
Public Member Functions |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | FairCurve_DistributionOfTension (const Standard_Integer BSplOrder, const Handle(TColStd_HArray1OfReal)&FlatKnots, const Handle(TColgp_HArray1OfPnt2d)&Poles, const Standard_Integer DerivativeOrder, const Standard_Real LengthSliding, const FairCurve_BattenLaw &Law, const Standard_Integer NbValAux=0, const Standard_Boolean Uniform=Standard_False) |
void | SetLengthSliding (const Standard_Real LengthSliding) |
| change the length sliding
|
virtual Standard_EXPORT Standard_Boolean | Value (const math_Vector &X, math_Vector &F) |
| computes the values <f> of the functions for the
variable <x>.
returns True if the computation was done successfully,
False otherwise.
|
Private Attributes |
Standard_Real | MyLengthSliding |
FairCurve_BattenLaw | MyLaw |
Standard_Real | MyHeight |