|
Public Member Functions |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | ProjLib_PrjFunc (const Adaptor3d_CurvePtr &C, const Standard_Real FixVal, const Adaptor3d_SurfacePtr &S, const Standard_Integer Fix) |
Standard_EXPORT Standard_Integer | NbVariables () const |
| returns the number of variables of the function.
|
Standard_EXPORT Standard_Integer | NbEquations () const |
| returns the number of equations of the function.
|
Standard_EXPORT Standard_Boolean | Value (const math_Vector &X, math_Vector &F) |
| computes the values <f> of the Functions for the
variable <x>.
Returns True if the computation was done successfully,
False otherwise.
|
Standard_EXPORT Standard_Boolean | Derivatives (const math_Vector &X, math_Matrix &D) |
| returns the values <d> of the derivatives for the
variable <x>.
Returns True if the computation was done successfully,
False otherwise.
|
Standard_EXPORT Standard_Boolean | Values (const math_Vector &X, math_Vector &F, math_Matrix &D) |
| returns the values <f> of the functions and the derivatives
<d> for the variable <x>.
Returns True if the computation was done successfully,
False otherwise.
|
Standard_EXPORT gp_Pnt2d | Solution () const |
| returns point on surface
|
Private Attributes |
Adaptor3d_CurvePtr | myCurve |
Adaptor3d_SurfacePtr | mySurface |
Standard_Real | myt |
Standard_Real | myU |
Standard_Real | myV |
Standard_Integer | myFix |
Standard_Real | myNorm |