Open CASCADE Technology 7.8.0
|
#include <HLRBRep_TheQuadCurvExactInterCSurf.hxx>
Public Member Functions | |
HLRBRep_TheQuadCurvExactInterCSurf (const Standard_Address &S, const gp_Lin &C) | |
Provides the signed distance function : Q(w) and its first derivative dQ(w)/dw. | |
Standard_Boolean | IsDone () const |
Standard_Integer | NbRoots () const |
Standard_Real | Root (const Standard_Integer Index) const |
Standard_Integer | NbIntervals () const |
void | Intervals (const Standard_Integer Index, Standard_Real &U1, Standard_Real &U2) const |
U1 and U2 are the parameters of a segment on the curve. | |
HLRBRep_TheQuadCurvExactInterCSurf::HLRBRep_TheQuadCurvExactInterCSurf | ( | const Standard_Address & | S, |
const gp_Lin & | C | ||
) |
Provides the signed distance function : Q(w) and its first derivative dQ(w)/dw.
void HLRBRep_TheQuadCurvExactInterCSurf::Intervals | ( | const Standard_Integer | Index, |
Standard_Real & | U1, | ||
Standard_Real & | U2 | ||
) | const |
U1 and U2 are the parameters of a segment on the curve.
Standard_Boolean HLRBRep_TheQuadCurvExactInterCSurf::IsDone | ( | ) | const |
Standard_Integer HLRBRep_TheQuadCurvExactInterCSurf::NbIntervals | ( | ) | const |
Standard_Integer HLRBRep_TheQuadCurvExactInterCSurf::NbRoots | ( | ) | const |
Standard_Real HLRBRep_TheQuadCurvExactInterCSurf::Root | ( | const Standard_Integer | Index | ) | const |