This class is the inteface between the Function2d class and the tool asked by LeastSquare.
More...
|
static Standard_Real | FirstParameter (const AppCont_Function2d &C) |
| returns the first parameter of the Function. More...
|
|
static Standard_Real | LastParameter (const AppCont_Function2d &C) |
| returns the last parameter of the Function. More...
|
|
static Standard_Integer | NbP2d (const AppCont_Function2d &C) |
| Returns 1. (the approximation will be done only for one function. More...
|
|
static Standard_Integer | NbP3d (const AppCont_Function2d &C) |
| Returns 0. More...
|
|
static void | Value (const AppCont_Function2d &C, const Standard_Real U, TColgp_Array1OfPnt2d &tabPt) |
| <tabP> is an array of only 1 element, the point value at the parameter <U>. More...
|
|
static Standard_Boolean | D1 (const AppCont_Function2d &C, const Standard_Real U, TColgp_Array1OfVec2d &tabV) |
| <tabV> is an array of only 1 element, the derivative value at the parameter <U>. More...
|
|
static void | Value (const AppCont_Function2d &C, const Standard_Real U, TColgp_Array1OfPnt &tabPt2d) |
|
static void | Value (const AppCont_Function2d &C, const Standard_Real U, TColgp_Array1OfPnt &tabPt, TColgp_Array1OfPnt2d &tabPt2d) |
|
static Standard_Boolean | D1 (const AppCont_Function2d &C, const Standard_Real U, TColgp_Array1OfVec &tabV2d) |
|
static Standard_Boolean | D1 (const AppCont_Function2d &C, const Standard_Real U, TColgp_Array1OfVec &tabV, TColgp_Array1OfVec2d &tabV2d) |
|
This class is the inteface between the Function2d class and the tool asked by LeastSquare.