Open CASCADE Technology  7.0.0
Public Member Functions

HLRBRep_TheIntConicCurveOfCInter Class Reference

#include <HLRBRep_TheIntConicCurveOfCInter.hxx>

Inheritance diagram for HLRBRep_TheIntConicCurveOfCInter:
Inheritance graph
[legend]

Public Member Functions

 HLRBRep_TheIntConicCurveOfCInter ()
 Empty constructor. More...
 
 HLRBRep_TheIntConicCurveOfCInter (const gp_Lin2d &L, const IntRes2d_Domain &D1, const Standard_Address &PCurve, const IntRes2d_Domain &D2, const Standard_Real TolConf, const Standard_Real Tol)
 Intersection between a line and a parametric curve. More...
 
 HLRBRep_TheIntConicCurveOfCInter (const gp_Circ2d &C, const IntRes2d_Domain &D1, const Standard_Address &PCurve, const IntRes2d_Domain &D2, const Standard_Real TolConf, const Standard_Real Tol)
 Intersection between a line and a parametric curve. More...
 
 HLRBRep_TheIntConicCurveOfCInter (const gp_Elips2d &E, const IntRes2d_Domain &D1, const Standard_Address &PCurve, const IntRes2d_Domain &D2, const Standard_Real TolConf, const Standard_Real Tol)
 Intersection between an ellipse and a parametric curve. More...
 
 HLRBRep_TheIntConicCurveOfCInter (const gp_Parab2d &Prb, const IntRes2d_Domain &D1, const Standard_Address &PCurve, const IntRes2d_Domain &D2, const Standard_Real TolConf, const Standard_Real Tol)
 Intersection between a parabola and a parametric curve. More...
 
 HLRBRep_TheIntConicCurveOfCInter (const gp_Hypr2d &H, const IntRes2d_Domain &D1, const Standard_Address &PCurve, const IntRes2d_Domain &D2, const Standard_Real TolConf, const Standard_Real Tol)
 Intersection between the main branch of an hyperbola and a parametric curve. More...
 
void Perform (const gp_Lin2d &L, const IntRes2d_Domain &D1, const Standard_Address &PCurve, const IntRes2d_Domain &D2, const Standard_Real TolConf, const Standard_Real Tol)
 Intersection between a line and a parametric curve. More...
 
void Perform (const gp_Circ2d &C, const IntRes2d_Domain &D1, const Standard_Address &PCurve, const IntRes2d_Domain &D2, const Standard_Real TolConf, const Standard_Real Tol)
 Intersection between a line and a parametric curve. More...
 
void Perform (const gp_Elips2d &E, const IntRes2d_Domain &D1, const Standard_Address &PCurve, const IntRes2d_Domain &D2, const Standard_Real TolConf, const Standard_Real Tol)
 Intersection between an ellipse and a parametric curve. More...
 
void Perform (const gp_Parab2d &Prb, const IntRes2d_Domain &D1, const Standard_Address &PCurve, const IntRes2d_Domain &D2, const Standard_Real TolConf, const Standard_Real Tol)
 Intersection between a parabola and a parametric curve. More...
 
void Perform (const gp_Hypr2d &H, const IntRes2d_Domain &D1, const Standard_Address &PCurve, const IntRes2d_Domain &D2, const Standard_Real TolConf, const Standard_Real Tol)
 Intersection between the main branch of an hyperbola and a parametric curve. More...
 
- Public Member Functions inherited from IntRes2d_Intersection
Standard_Boolean IsDone () const
 returns TRUE when the computation was successful. More...
 
Standard_Boolean IsEmpty () const
 Returns TRUE if there is no intersection between the given arguments. The exception NotDone is raised if IsDone returns FALSE. More...
 
Standard_Integer NbPoints () const
 This function returns the number of intersection points between the 2 curves. The exception NotDone is raised if IsDone returns FALSE. More...
 
const IntRes2d_IntersectionPointPoint (const Standard_Integer N) const
 This function returns the intersection point of range N; The exception NotDone is raised if IsDone returns FALSE. The exception OutOfRange is raised if (N <= 0) or (N > NbPoints). More...
 
Standard_Integer NbSegments () const
 This function returns the number of intersection segments between the two curves. The exception NotDone is raised if IsDone returns FALSE. More...
 
const IntRes2d_IntersectionSegmentSegment (const Standard_Integer N) const
 This function returns the intersection segment of range N; The exception NotDone is raised if IsDone returns FALSE. The exception OutOfRange is raised if (N <= 0) or (N > NbPoints). More...
 
void SetReversedParameters (const Standard_Boolean Reverseflag)
 

Additional Inherited Members

- Protected Member Functions inherited from IntRes2d_Intersection
 IntRes2d_Intersection ()
 Empty constructor. More...
 
 IntRes2d_Intersection (const IntRes2d_Intersection &Other)
 
 ~IntRes2d_Intersection ()
 Destructor is protected, for safe inheritance. More...
 
void SetValues (const IntRes2d_Intersection &Inter)
 
void Append (const IntRes2d_Intersection &Inter, const Standard_Real FirstParam1, const Standard_Real LastParam1, const Standard_Real FirstParam2, const Standard_Real LastParam2)
 
void Append (const IntRes2d_IntersectionSegment &Seg)
 
void Append (const IntRes2d_IntersectionPoint &Pnt)
 
void Insert (const IntRes2d_IntersectionPoint &Pnt)
 
void ResetFields ()
 
Standard_Boolean ReversedParameters () const
 
- Protected Attributes inherited from IntRes2d_Intersection
Standard_Boolean done
 

Constructor & Destructor Documentation

HLRBRep_TheIntConicCurveOfCInter::HLRBRep_TheIntConicCurveOfCInter ( )

Empty constructor.

HLRBRep_TheIntConicCurveOfCInter::HLRBRep_TheIntConicCurveOfCInter ( const gp_Lin2d L,
const IntRes2d_Domain D1,
const Standard_Address PCurve,
const IntRes2d_Domain D2,
const Standard_Real  TolConf,
const Standard_Real  Tol 
)

Intersection between a line and a parametric curve.

HLRBRep_TheIntConicCurveOfCInter::HLRBRep_TheIntConicCurveOfCInter ( const gp_Circ2d C,
const IntRes2d_Domain D1,
const Standard_Address PCurve,
const IntRes2d_Domain D2,
const Standard_Real  TolConf,
const Standard_Real  Tol 
)

Intersection between a line and a parametric curve.

HLRBRep_TheIntConicCurveOfCInter::HLRBRep_TheIntConicCurveOfCInter ( const gp_Elips2d E,
const IntRes2d_Domain D1,
const Standard_Address PCurve,
const IntRes2d_Domain D2,
const Standard_Real  TolConf,
const Standard_Real  Tol 
)

Intersection between an ellipse and a parametric curve.

HLRBRep_TheIntConicCurveOfCInter::HLRBRep_TheIntConicCurveOfCInter ( const gp_Parab2d Prb,
const IntRes2d_Domain D1,
const Standard_Address PCurve,
const IntRes2d_Domain D2,
const Standard_Real  TolConf,
const Standard_Real  Tol 
)

Intersection between a parabola and a parametric curve.

HLRBRep_TheIntConicCurveOfCInter::HLRBRep_TheIntConicCurveOfCInter ( const gp_Hypr2d H,
const IntRes2d_Domain D1,
const Standard_Address PCurve,
const IntRes2d_Domain D2,
const Standard_Real  TolConf,
const Standard_Real  Tol 
)

Intersection between the main branch of an hyperbola and a parametric curve.

Member Function Documentation

void HLRBRep_TheIntConicCurveOfCInter::Perform ( const gp_Lin2d L,
const IntRes2d_Domain D1,
const Standard_Address PCurve,
const IntRes2d_Domain D2,
const Standard_Real  TolConf,
const Standard_Real  Tol 
)

Intersection between a line and a parametric curve.

void HLRBRep_TheIntConicCurveOfCInter::Perform ( const gp_Circ2d C,
const IntRes2d_Domain D1,
const Standard_Address PCurve,
const IntRes2d_Domain D2,
const Standard_Real  TolConf,
const Standard_Real  Tol 
)

Intersection between a line and a parametric curve.

void HLRBRep_TheIntConicCurveOfCInter::Perform ( const gp_Elips2d E,
const IntRes2d_Domain D1,
const Standard_Address PCurve,
const IntRes2d_Domain D2,
const Standard_Real  TolConf,
const Standard_Real  Tol 
)

Intersection between an ellipse and a parametric curve.

void HLRBRep_TheIntConicCurveOfCInter::Perform ( const gp_Parab2d Prb,
const IntRes2d_Domain D1,
const Standard_Address PCurve,
const IntRes2d_Domain D2,
const Standard_Real  TolConf,
const Standard_Real  Tol 
)

Intersection between a parabola and a parametric curve.

void HLRBRep_TheIntConicCurveOfCInter::Perform ( const gp_Hypr2d H,
const IntRes2d_Domain D1,
const Standard_Address PCurve,
const IntRes2d_Domain D2,
const Standard_Real  TolConf,
const Standard_Real  Tol 
)

Intersection between the main branch of an hyperbola and a parametric curve.


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