Compute the Sagging Distribution
#include <FairCurve_DistributionOfSagging.hxx>

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| FairCurve_DistributionOfSagging (const Standard_Integer BSplOrder, const Handle< TColStd_HArray1OfReal > &FlatKnots, const Handle< TColgp_HArray1OfPnt2d > &Poles, const Standard_Integer DerivativeOrder, const FairCurve_BattenLaw &Law, const Standard_Integer NbValAux=0) | |
| virtual 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. | |
| FairCurve_DistributionOfSagging::FairCurve_DistributionOfSagging | ( | const Standard_Integer | BSplOrder, | |
| const Handle< TColStd_HArray1OfReal > & | FlatKnots, | |||
| const Handle< TColgp_HArray1OfPnt2d > & | Poles, | |||
| const Standard_Integer | DerivativeOrder, | |||
| const FairCurve_BattenLaw & | Law, | |||
| const Standard_Integer | NbValAux = 0 | |||
| ) |
| void FairCurve_DistributionOfSagging::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from FairCurve_DistributionOfEnergy.
| void* FairCurve_DistributionOfSagging::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from FairCurve_DistributionOfEnergy.
| void* FairCurve_DistributionOfSagging::operator new | ( | size_t | , | |
| void * | anAddress | |||
| ) | [inline] |
Reimplemented from FairCurve_DistributionOfEnergy.
| virtual Standard_Boolean FairCurve_DistributionOfSagging::Value | ( | const math_Vector & | X, | |
| math_Vector & | F | |||
| ) | [virtual] |
Implements math_FunctionSet.
1.6.3