|
Public Member Functions |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT | Extrema_FuncExtPS () |
| Standard_EXPORT | Extrema_FuncExtPS (const gp_Pnt &P, const Adaptor3d_Surface &S) |
| Standard_EXPORT void | Initialize (const Adaptor3d_Surface &S) |
| | sets the field mysurf of the function.
|
| Standard_EXPORT void | SetPoint (const gp_Pnt &P) |
| | sets the field mysurf of the function.
|
| Standard_EXPORT Standard_Integer | NbVariables () const |
| Standard_EXPORT Standard_Integer | NbEquations () const |
| Standard_EXPORT Standard_Boolean | Value (const math_Vector &UV, math_Vector &F) |
| | Calcul de Fi(U,V).
.
|
| Standard_EXPORT Standard_Boolean | Derivatives (const math_Vector &UV, math_Matrix &DF) |
| | Calcul de Fi'(U,V).
.
|
| Standard_EXPORT Standard_Boolean | Values (const math_Vector &UV, math_Vector &F, math_Matrix &DF) |
| | Calcul de Fi(U,V) et Fi'(U,V).
.
|
| virtual Standard_EXPORT Standard_Integer | GetStateNumber () |
| | Memorise l'extremum trouve.
.
|
| Standard_EXPORT Standard_Integer | NbExt () const |
| | Renvoie le nombre d'extrema trouves.
.
|
| Standard_EXPORT Standard_Real | Value (const Standard_Integer N) const |
| | Renvoie la valeur de la Nieme distance.
.
|
| Standard_EXPORT Extrema_POnSurf | Point (const Standard_Integer N) const |
| | Renvoie le Nieme extremum.
.
|
| Standard_EXPORT Standard_Boolean | HasDegIso () const |
Private Member Functions |
| Standard_EXPORT Adaptor3d_SurfacePtr | Bidon () const |
Private Attributes |
| gp_Pnt | myP |
| Adaptor3d_SurfacePtr | myS |
| Standard_Real | myU |
| Standard_Real | myV |
| gp_Pnt | myPs |
| TColStd_SequenceOfReal | myValue |
| Extrema_SequenceOfPOnSurf | myPoint |
| Standard_Boolean | myPinit |
| Standard_Boolean | mySinit |
| Standard_Boolean | myUIsoIsDeg |
| Standard_Boolean | myVIsoIsDeg |