Open CASCADE Technology  7.0.0
Static Public Member Functions

HLRBRep_TheCurveLocatorOfTheProjPCurOfCInter Class Reference

#include <HLRBRep_TheCurveLocatorOfTheProjPCurOfCInter.hxx>

Static Public Member Functions

static void Locate (const gp_Pnt2d &P, const Standard_Address &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 Standard_Address &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 Standard_Address &C1, const Standard_Address &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 HLRBRep_TheCurveLocatorOfTheProjPCurOfCInter::Locate ( const gp_Pnt2d P,
const Standard_Address 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 HLRBRep_TheCurveLocatorOfTheProjPCurOfCInter::Locate ( const gp_Pnt2d P,
const Standard_Address 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 HLRBRep_TheCurveLocatorOfTheProjPCurOfCInter::Locate ( const Standard_Address C1,
const Standard_Address 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: