|
Open CASCADE Technology 6.5.2
|
Compute the Tension Distribution
#include <FairCurve_DistributionOfTension.hxx>

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| 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_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_DistributionOfTension::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 FairCurve_DistributionOfTension::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from FairCurve_DistributionOfEnergy.
| void* FairCurve_DistributionOfTension::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from FairCurve_DistributionOfEnergy.
| void* FairCurve_DistributionOfTension::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from FairCurve_DistributionOfEnergy.
| void FairCurve_DistributionOfTension::SetLengthSliding | ( | const Standard_Real | LengthSliding | ) |
| virtual Standard_Boolean FairCurve_DistributionOfTension::Value | ( | const math_Vector & | X, |
| math_Vector & | F | ||
| ) | [virtual] |
Implements math_FunctionSet.
1.7.4