Fonction permettant de rechercher les extrema de la
distance entre une courbe et une surface.
#include <Extrema_FuncExtCS.hxx>
Public Member Functions |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| | Extrema_FuncExtCS () |
| | Extrema_FuncExtCS (const Adaptor3d_Curve &C, const Adaptor3d_Surface &S) |
| void | Initialize (const Adaptor3d_Curve &C, const Adaptor3d_Surface &S) |
| | 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) |
| | Calcul de Fi(U,V).
|
| Standard_Boolean | Derivatives (const math_Vector &UV, math_Matrix &DF) |
| | Calcul de Fi'(U,V).
|
| Standard_Boolean | Values (const math_Vector &UV, math_Vector &F, math_Matrix &DF) |
| | Calcul de Fi(U,V) et Fi'(U,V).
|
| virtual Standard_Integer | GetStateNumber () |
| | Memorise l'extremum trouve.
|
| Standard_Integer | NbExt () const |
| | Renvoie le nombre d'extrema trouves.
|
| Standard_Real | SquareDistance (const Standard_Integer N) const |
| | Renvoie la valeur de la Nieme distance.
|
| const Extrema_POnCurv & | PointOnCurve (const Standard_Integer N) const |
| | Renvoie le Nieme extremum sur C.
|
| const Extrema_POnSurf & | PointOnSurface (const Standard_Integer N) const |
| | Renvoie le Nieme extremum sur S.
|
Constructor & Destructor Documentation
| Extrema_FuncExtCS::Extrema_FuncExtCS |
( |
| ) |
|
Member Function Documentation
| void Extrema_FuncExtCS::operator delete |
( |
void * |
anAddress | ) |
[inline] |
| void* Extrema_FuncExtCS::operator new |
( |
size_t |
size | ) |
[inline] |
| void* Extrema_FuncExtCS::operator new |
( |
size_t |
, |
|
|
void * |
anAddress |
|
) |
| [inline] |
The documentation for this class was generated from the following file: