#include <Adaptor3d_InterFunc.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | Adaptor3d_InterFunc (const Handle(Adaptor2d_HCurve2d)&C, const Standard_Real FixVal, const Standard_Integer Fix) |
build the function U(t)=FixVal if Fix =1 or V(t)=FixVal if Fix=2 | |
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. | |
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. | |
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 | |
Handle_Adaptor2d_HCurve2d | myCurve2d |
Standard_Real | myFixVal |
Standard_Integer | myFix |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|