#include <AppCont_FunctionTool2d.hxx>
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_Real | FirstParameter (const AppCont_Function2d &C) |
| | returns the first parameter of the Function.
|
| static Standard_Real | LastParameter (const AppCont_Function2d &C) |
| | returns the last parameter of the Function.
|
| static Standard_Integer | NbP2d (const AppCont_Function2d &C) |
| | Returns 1. (the approximation will be done only for one
function.
|
| static Standard_Integer | NbP3d (const AppCont_Function2d &C) |
| | Returns 0.
|
| 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>.
|
| 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>.
|
| 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) |
Member Function Documentation
| void AppCont_FunctionTool2d::operator delete |
( |
void * |
anAddress | ) |
[inline] |
| void* AppCont_FunctionTool2d::operator new |
( |
size_t |
size | ) |
[inline] |
| void* AppCont_FunctionTool2d::operator new |
( |
size_t |
, |
|
|
void * |
anAddress |
|
) |
| [inline] |
The documentation for this class was generated from the following file: