#include <ChFi3d_SearchSing.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | ChFi3d_SearchSing (const Handle(Geom_Curve)&C1, const Handle(Geom_Curve)&C2) |
Standard_EXPORT Standard_Boolean | Value (const Standard_Real X, Standard_Real &F) |
computes the value of the function <f> for the variable <x>. returns True if the computation was done successfully, 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_Geom_Curve | myC1 |
Handle_Geom_Curve | myC2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|