|
Public Member Functions |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT | Extrema_GenLocateExtPS () |
| Standard_EXPORT | Extrema_GenLocateExtPS (const gp_Pnt &P, const Adaptor3d_Surface &S, const Standard_Real U0, const Standard_Real V0, const Standard_Real TolU, const Standard_Real TolV) |
| | Calculates the distance with a close point.
The close point is defined by the parameter values
U0 and V0.
The function F(u,v)=distance(S(u,v),p) has an
extremun when gradient(F)=0. The algorithm searchs
a zero near the close point.
.
|
| Standard_EXPORT Standard_Boolean | IsDone () const |
| | Returns True if the distance is found.
.
|
| Standard_EXPORT Standard_Real | Value () const |
| | Returns the value of the extremum distance.
.
|
| Standard_EXPORT Extrema_POnSurf | Point () const |
| | Returns the point of the extremum distance.
.
|
Private Attributes |
| Standard_Boolean | myDone |
| Standard_Real | myValue |
| Extrema_POnSurf | myPoint |