Open CASCADE Technology  7.0.0
Public Member Functions

Geom2dInt_PCLocFOfTheLocateExtPCOfTheProjPCurOfGInter Class Reference

#include <Geom2dInt_PCLocFOfTheLocateExtPCOfTheProjPCurOfGInter.hxx>

Inheritance diagram for Geom2dInt_PCLocFOfTheLocateExtPCOfTheProjPCurOfGInter:
Inheritance graph
[legend]

Public Member Functions

 Geom2dInt_PCLocFOfTheLocateExtPCOfTheProjPCurOfGInter ()
 
 Geom2dInt_PCLocFOfTheLocateExtPCOfTheProjPCurOfGInter (const gp_Pnt2d &P, const Adaptor2d_Curve2d &C)
 
void Initialize (const Adaptor2d_Curve2d &C)
 sets the field mycurve of the function. More...
 
void SetPoint (const gp_Pnt2d &P)
 sets the field P of the function. More...
 
Standard_Boolean Value (const Standard_Real U, Standard_Real &F) override
 Calculation of F(U). More...
 
Standard_Boolean Derivative (const Standard_Real U, Standard_Real &DF) override
 Calculation of F'(U). More...
 
Standard_Boolean Values (const Standard_Real U, Standard_Real &F, Standard_Real &DF) override
 Calculation of F(U) and F'(U). More...
 
virtual Standard_Integer GetStateNumber () override
 Save the found extremum. More...
 
Standard_Integer NbExt () const
 Return the nunber of found extrema. More...
 
Standard_Real SquareDistance (const Standard_Integer N) const
 Returns the Nth distance. More...
 
Standard_Boolean IsMin (const Standard_Integer N) const
 Shows if the Nth distance is a minimum. More...
 
const Extrema_POnCurv2dPoint (const Standard_Integer N) const
 Returns the Nth extremum. More...
 
void SubIntervalInitialize (const Standard_Real theUfirst, const Standard_Real theUlast)
 Determines boundaries of subinterval for find of root. More...
 
Standard_Real SearchOfTolerance ()
 Computes a Tol value. If 1st derivative of curve |D1|<Tol, it is considered D1=0. More...
 
- Public Member Functions inherited from math_FunctionWithDerivative
virtual ~math_FunctionWithDerivative ()
 
- Public Member Functions inherited from math_Function
virtual ~math_Function ()
 Virtual destructor, for safe inheritance. More...
 

Constructor & Destructor Documentation

Geom2dInt_PCLocFOfTheLocateExtPCOfTheProjPCurOfGInter::Geom2dInt_PCLocFOfTheLocateExtPCOfTheProjPCurOfGInter ( )
Geom2dInt_PCLocFOfTheLocateExtPCOfTheProjPCurOfGInter::Geom2dInt_PCLocFOfTheLocateExtPCOfTheProjPCurOfGInter ( const gp_Pnt2d P,
const Adaptor2d_Curve2d C 
)

Member Function Documentation

Standard_Boolean Geom2dInt_PCLocFOfTheLocateExtPCOfTheProjPCurOfGInter::Derivative ( const Standard_Real  U,
Standard_Real DF 
)
overridevirtual

Calculation of F'(U).

Implements math_FunctionWithDerivative.

virtual Standard_Integer Geom2dInt_PCLocFOfTheLocateExtPCOfTheProjPCurOfGInter::GetStateNumber ( )
overridevirtual

Save the found extremum.

Reimplemented from math_Function.

void Geom2dInt_PCLocFOfTheLocateExtPCOfTheProjPCurOfGInter::Initialize ( const Adaptor2d_Curve2d C)

sets the field mycurve of the function.

Standard_Boolean Geom2dInt_PCLocFOfTheLocateExtPCOfTheProjPCurOfGInter::IsMin ( const Standard_Integer  N) const

Shows if the Nth distance is a minimum.

Standard_Integer Geom2dInt_PCLocFOfTheLocateExtPCOfTheProjPCurOfGInter::NbExt ( ) const

Return the nunber of found extrema.

const Extrema_POnCurv2d& Geom2dInt_PCLocFOfTheLocateExtPCOfTheProjPCurOfGInter::Point ( const Standard_Integer  N) const

Returns the Nth extremum.

Standard_Real Geom2dInt_PCLocFOfTheLocateExtPCOfTheProjPCurOfGInter::SearchOfTolerance ( )

Computes a Tol value. If 1st derivative of curve |D1|<Tol, it is considered D1=0.

void Geom2dInt_PCLocFOfTheLocateExtPCOfTheProjPCurOfGInter::SetPoint ( const gp_Pnt2d P)

sets the field P of the function.

Standard_Real Geom2dInt_PCLocFOfTheLocateExtPCOfTheProjPCurOfGInter::SquareDistance ( const Standard_Integer  N) const

Returns the Nth distance.

void Geom2dInt_PCLocFOfTheLocateExtPCOfTheProjPCurOfGInter::SubIntervalInitialize ( const Standard_Real  theUfirst,
const Standard_Real  theUlast 
)

Determines boundaries of subinterval for find of root.

Standard_Boolean Geom2dInt_PCLocFOfTheLocateExtPCOfTheProjPCurOfGInter::Value ( const Standard_Real  U,
Standard_Real F 
)
overridevirtual

Calculation of F(U).

Implements math_FunctionWithDerivative.

Standard_Boolean Geom2dInt_PCLocFOfTheLocateExtPCOfTheProjPCurOfGInter::Values ( const Standard_Real  U,
Standard_Real F,
Standard_Real DF 
)
overridevirtual

Calculation of F(U) and F'(U).

Implements math_FunctionWithDerivative.


The documentation for this class was generated from the following file: