#include <GeomLib_PolyFunc.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT | GeomLib_PolyFunc (const math_Vector &Coeffs) |
| virtual Standard_EXPORT Standard_Boolean | Value (const Standard_Real X, Standard_Real &F) |
| computes the value <f>of the function for the variable <x>. Returns True if the calculation were successfully done, False otherwise. | |
| virtual Standard_EXPORT Standard_Boolean | Derivative (const Standard_Real X, Standard_Real &D) |
| computes the derivative <d> of the function for the variable <x>. Returns True if the calculation were successfully done, False otherwise. | |
| virtual Standard_EXPORT Standard_Boolean | Values (const Standard_Real X, Standard_Real &F, Standard_Real &D) |
| computes the value <f> and the derivative <d> of the function for the variable <x>. Returns True if the calculation were successfully done, False otherwise. | |
Private Attributes | |
| math_Vector | myCoeffs |
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
1.4.1