|
Public Member Functions |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
Static Public Member Functions |
| static Standard_EXPORT Standard_Real | FirstParameter (const AppCont_Function2d &C) |
| | returns the first parameter of the Function.
|
| static Standard_EXPORT Standard_Real | LastParameter (const AppCont_Function2d &C) |
| | returns the last parameter of the Function.
|
| static Standard_EXPORT Standard_Integer | NbP2d (const AppCont_Function2d &C) |
| | Returns 1. (the approximation will be done only for one
function.
.
|
| static Standard_EXPORT Standard_Integer | NbP3d (const AppCont_Function2d &C) |
| | Returns 0.
.
|
| static Standard_EXPORT 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>.
|
| static Standard_EXPORT 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>.
|
| static Standard_EXPORT void | Value (const AppCont_Function2d &C, const Standard_Real U, TColgp_Array1OfPnt &tabPt2d) |
| static Standard_EXPORT void | Value (const AppCont_Function2d &C, const Standard_Real U, TColgp_Array1OfPnt &tabPt, TColgp_Array1OfPnt2d &tabPt2d) |
| static Standard_EXPORT Standard_Boolean | D1 (const AppCont_Function2d &C, const Standard_Real U, TColgp_Array1OfVec &tabV2d) |
| static Standard_EXPORT Standard_Boolean | D1 (const AppCont_Function2d &C, const Standard_Real U, TColgp_Array1OfVec &tabV, TColgp_Array1OfVec2d &tabV2d) |