This class implements function which calculate square Eucluidean distance between point on surface and nearest point on Conic.
More...
|
| Extrema_GlobOptFuncConicS (const Adaptor3d_Curve *C, const Adaptor3d_Surface *S) |
| Curve and surface should exist during all the lifetime of Extrema_GlobOptFuncConicS.
|
|
| Extrema_GlobOptFuncConicS (const Adaptor3d_Surface *S) |
|
| Extrema_GlobOptFuncConicS (const Adaptor3d_Surface *S, const Standard_Real theUf, const Standard_Real theUl, const Standard_Real theVf, const Standard_Real theVl) |
|
void | LoadConic (const Adaptor3d_Curve *S, const Standard_Real theTf, const Standard_Real theTl) |
|
virtual Standard_Integer | NbVariables () const |
| Returns the number of variables of the function.
|
|
virtual Standard_Boolean | Value (const math_Vector &theX, Standard_Real &theF) |
| Computes the values of the Functions <F> for the variable <X>. returns True if the computation was done successfully, otherwise false.
|
|
Standard_Real | ConicParameter (const math_Vector &theUV) const |
| Parameter of conic for point on surface defined by theUV.
|
|
virtual Standard_Integer | GetStateNumber () |
| return the state of the function corresponding to the latestt call of any methods associated to the function. This function is called by each of the algorithms described later which define the function Integer Algorithm::StateNumber(). The algorithm has the responsibility to call this function when it has found a solution (i.e. a root or a minimum) and has to maintain the association between the solution found and this StateNumber. Byu default, this method returns 0 (which means for the algorithm: no state has been saved). It is the responsibility of the programmer to decide if he needs to save the current state of the function and to return an Integer that allows retrieval of the state.
|
|
virtual | ~math_MultipleVarFunction () |
|
This class implements function which calculate square Eucluidean distance between point on surface and nearest point on Conic.