Open CASCADE Technology  7.1.0.beta
Static Public Member Functions
Geom2dInt_TheCurveLocatorOfTheProjPCurOfGInter Class Reference

#include <Geom2dInt_TheCurveLocatorOfTheProjPCurOfGInter.hxx>

Static Public Member Functions

static void Locate (const gp_Pnt2d &P, const Adaptor2d_Curve2d &C, const Standard_Integer NbU, Extrema_POnCurv2d &Papp)
 Among a set of points {C(ui),i=1,NbU}, locate the point P=C(uj) such that: distance(P,C) = Min{distance(P,C(ui))}. More...
 
static void Locate (const gp_Pnt2d &P, const Adaptor2d_Curve2d &C, const Standard_Integer NbU, const Standard_Real Umin, const Standard_Real Usup, Extrema_POnCurv2d &Papp)
 Among a set of points {C(ui),i=1,NbU}, locate the point P=C(uj) such that: distance(P,C) = Min{distance(P,C(ui))} The research is done between umin and usup. More...
 
static void Locate (const Adaptor2d_Curve2d &C1, const Adaptor2d_Curve2d &C2, const Standard_Integer NbU, const Standard_Integer NbV, Extrema_POnCurv2d &Papp1, Extrema_POnCurv2d &Papp2)
 Among two sets of points {C1(ui),i=1,NbU} and {C2(vj),j=1,NbV}, locate the two points P1=C1(uk) and P2=C2(vl) such that: distance(P1,P2) = Min {distance(C1(ui),C2(vj))}. More...
 

Member Function Documentation

static void Geom2dInt_TheCurveLocatorOfTheProjPCurOfGInter::Locate ( const gp_Pnt2d P,
const Adaptor2d_Curve2d C,
const Standard_Integer  NbU,
Extrema_POnCurv2d Papp 
)
static

Among a set of points {C(ui),i=1,NbU}, locate the point P=C(uj) such that: distance(P,C) = Min{distance(P,C(ui))}.

static void Geom2dInt_TheCurveLocatorOfTheProjPCurOfGInter::Locate ( const gp_Pnt2d P,
const Adaptor2d_Curve2d C,
const Standard_Integer  NbU,
const Standard_Real  Umin,
const Standard_Real  Usup,
Extrema_POnCurv2d Papp 
)
static

Among a set of points {C(ui),i=1,NbU}, locate the point P=C(uj) such that: distance(P,C) = Min{distance(P,C(ui))} The research is done between umin and usup.

static void Geom2dInt_TheCurveLocatorOfTheProjPCurOfGInter::Locate ( const Adaptor2d_Curve2d C1,
const Adaptor2d_Curve2d C2,
const Standard_Integer  NbU,
const Standard_Integer  NbV,
Extrema_POnCurv2d Papp1,
Extrema_POnCurv2d Papp2 
)
static

Among two sets of points {C1(ui),i=1,NbU} and {C2(vj),j=1,NbV}, locate the two points P1=C1(uk) and P2=C2(vl) such that: distance(P1,P2) = Min {distance(C1(ui),C2(vj))}.


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