|
Public Member Functions |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
virtual Standard_EXPORT void | Delete () |
virtual Standard_EXPORT | ~AppCont_Function2d () |
virtual Standard_EXPORT Standard_Real | FirstParameter () const =0 |
| returns the first parameter of the function.
|
virtual Standard_EXPORT Standard_Real | LastParameter () const =0 |
| returns the last parameter of the function.
|
virtual Standard_EXPORT gp_Pnt2d | Value (const Standard_Real U) const =0 |
| returns the point at parameter <u>.
|
virtual Standard_EXPORT Standard_Boolean | D1 (const Standard_Real U, gp_Pnt2d &P, gp_Vec2d &V) const =0 |
| returns the point and the derivative values at
the parameter <u>.
|