Function to find extrema of the
distance between two surfaces.
#include <Extrema_FuncExtSS.hxx>
Public Member Functions |
| Extrema_FuncExtSS () |
| Extrema_FuncExtSS (const Adaptor3d_Surface &S1, const Adaptor3d_Surface &S2) |
void | Initialize (const Adaptor3d_Surface &S1, const Adaptor3d_Surface &S2) |
| sets the field mysurf of the function.
|
Standard_Integer | NbVariables () const |
| Returns the number of variables of the function.
|
Standard_Integer | NbEquations () const |
| Returns the number of equations of the function.
|
Standard_Boolean | Value (const math_Vector &UV, math_Vector &F) |
| Calculate Fi(U,V).
|
Standard_Boolean | Derivatives (const math_Vector &UV, math_Matrix &DF) |
| Calculate Fi'(U,V).
|
Standard_Boolean | Values (const math_Vector &UV, math_Vector &F, math_Matrix &DF) |
| Calculate Fi(U,V) and Fi'(U,V).
|
virtual Standard_Integer | GetStateNumber () |
| Save the found extremum.
|
Standard_Integer | NbExt () const |
| Return the number of found extrema.
|
Standard_Real | SquareDistance (const Standard_Integer N) const |
| Return the value of the Nth distance.
|
Extrema_POnSurf | PointOnS1 (const Standard_Integer N) const |
| Return the Nth extremum on S1.
|
Extrema_POnSurf | PointOnS2 (const Standard_Integer N) const |
| Renvoie le Nieme extremum sur S2.
|
Constructor & Destructor Documentation
Extrema_FuncExtSS::Extrema_FuncExtSS |
( |
| ) |
|
Member Function Documentation
The documentation for this class was generated from the following file: