| 
    Open CASCADE Technology 7.8.2.dev
    
   | 
 
#include <Extrema_PCLocFOfLocEPCOfLocateExtPC2d.hxx>

| Extrema_PCLocFOfLocEPCOfLocateExtPC2d::Extrema_PCLocFOfLocEPCOfLocateExtPC2d | ( | ) | 
| Extrema_PCLocFOfLocEPCOfLocateExtPC2d::Extrema_PCLocFOfLocEPCOfLocateExtPC2d | ( | const gp_Pnt2d & | P, | 
| const Adaptor2d_Curve2d & | C | ||
| ) | 
      
  | 
  overridevirtual | 
Calculation of F'(U).
Implements math_FunctionWithDerivative.
      
  | 
  overridevirtual | 
Save the found extremum.
Reimplemented from math_Function.
| void Extrema_PCLocFOfLocEPCOfLocateExtPC2d::Initialize | ( | const Adaptor2d_Curve2d & | C | ) | 
sets the field mycurve of the function.
| Standard_Boolean Extrema_PCLocFOfLocEPCOfLocateExtPC2d::IsMin | ( | const Standard_Integer | N | ) | const | 
Shows if the Nth distance is a minimum.
| Standard_Integer Extrema_PCLocFOfLocEPCOfLocateExtPC2d::NbExt | ( | ) | const | 
Return the number of found extrema.
| const Extrema_POnCurv2d & Extrema_PCLocFOfLocEPCOfLocateExtPC2d::Point | ( | const Standard_Integer | N | ) | const | 
Returns the Nth extremum.
| Standard_Real Extrema_PCLocFOfLocEPCOfLocateExtPC2d::SearchOfTolerance | ( | ) | 
Computes a Tol value. If 1st derivative of curve |D1|<Tol, it is considered D1=0.
sets the field P of the function.
| Standard_Real Extrema_PCLocFOfLocEPCOfLocateExtPC2d::SquareDistance | ( | const Standard_Integer | N | ) | const | 
Returns the Nth distance.
| void Extrema_PCLocFOfLocEPCOfLocateExtPC2d::SubIntervalInitialize | ( | const Standard_Real | theUfirst, | 
| const Standard_Real | theUlast | ||
| ) | 
Determines boundaries of subinterval for find of root.
      
  | 
  overridevirtual | 
Calculation of F(U).
Implements math_FunctionWithDerivative.
      
  | 
  overridevirtual | 
Calculation of F(U) and F'(U).
Implements math_FunctionWithDerivative.