Open CASCADE Technology 7.8.0
|
Function to find extrema of the distance between a curve and a surface. More...
#include <Extrema_FuncExtCS.hxx>
Function to find extrema of the distance between a curve and a surface.
Extrema_FuncExtCS::Extrema_FuncExtCS | ( | ) |
Extrema_FuncExtCS::Extrema_FuncExtCS | ( | const Adaptor3d_Curve & | C, |
const Adaptor3d_Surface & | S | ||
) |
|
overridevirtual |
Calculation of Fi'(U,V).
Implements math_FunctionSetWithDerivatives.
|
overridevirtual |
Save the found extremum.
Reimplemented from math_FunctionSet.
void Extrema_FuncExtCS::Initialize | ( | const Adaptor3d_Curve & | C, |
const Adaptor3d_Surface & | S | ||
) |
sets the field mysurf of the function.
|
overridevirtual |
Returns the number of equations of the function.
Implements math_FunctionSetWithDerivatives.
Standard_Integer Extrema_FuncExtCS::NbExt | ( | ) | const |
Return the number of found extrema.
|
overridevirtual |
Returns the number of variables of the function.
Implements math_FunctionSetWithDerivatives.
const Extrema_POnCurv & Extrema_FuncExtCS::PointOnCurve | ( | const Standard_Integer | N | ) | const |
Returns the Nth extremum on C.
const Extrema_POnSurf & Extrema_FuncExtCS::PointOnSurface | ( | const Standard_Integer | N | ) | const |
Return the Nth extremum on S.
|
inline |
Change Sequence of PointOnCurv.
|
inline |
Change Sequence of PointOnSurf.
Standard_Real Extrema_FuncExtCS::SquareDistance | ( | const Standard_Integer | N | ) | const |
Return the value of the Nth distance.
|
inline |
Change Sequence of SquareDistance.
|
overridevirtual |
Calculation of Fi(U,V).
Implements math_FunctionSetWithDerivatives.
|
overridevirtual |
Calculation of Fi(U,V) and Fi'(U,V).
Implements math_FunctionSetWithDerivatives.