Open CASCADE Technology
6.9.0
|
#include <Geom2dInt_GInter.hxx>
Public Member Functions | |
Geom2dInt_GInter () | |
Geom2dInt_GInter (const Adaptor2d_Curve2d &C, const Standard_Real TolConf, const Standard_Real Tol) | |
Geom2dInt_GInter (const Adaptor2d_Curve2d &C, const IntRes2d_Domain &D, const Standard_Real TolConf, const Standard_Real Tol) | |
Geom2dInt_GInter (const Adaptor2d_Curve2d &C1, const Adaptor2d_Curve2d &C2, const Standard_Real TolConf, const Standard_Real Tol) | |
Geom2dInt_GInter (const Adaptor2d_Curve2d &C1, const IntRes2d_Domain &D1, const Adaptor2d_Curve2d &C2, const Standard_Real TolConf, const Standard_Real Tol) | |
Geom2dInt_GInter (const Adaptor2d_Curve2d &C1, const Adaptor2d_Curve2d &C2, const IntRes2d_Domain &D2, const Standard_Real TolConf, const Standard_Real Tol) | |
Geom2dInt_GInter (const Adaptor2d_Curve2d &C1, const IntRes2d_Domain &D1, const Adaptor2d_Curve2d &C2, const IntRes2d_Domain &D2, const Standard_Real TolConf, const Standard_Real Tol) | |
void | Perform (const Adaptor2d_Curve2d &C1, const IntRes2d_Domain &D1, const Adaptor2d_Curve2d &C2, const IntRes2d_Domain &D2, const Standard_Real TolConf, const Standard_Real Tol) |
void | Perform (const Adaptor2d_Curve2d &C1, const Adaptor2d_Curve2d &C2, const Standard_Real TolConf, const Standard_Real Tol) |
void | Perform (const Adaptor2d_Curve2d &C1, const IntRes2d_Domain &D1, const Standard_Real TolConf, const Standard_Real Tol) |
void | Perform (const Adaptor2d_Curve2d &C1, const Standard_Real TolConf, const Standard_Real Tol) |
void | Perform (const Adaptor2d_Curve2d &C1, const IntRes2d_Domain &D1, const Adaptor2d_Curve2d &C2, const Standard_Real TolConf, const Standard_Real Tol) |
void | Perform (const Adaptor2d_Curve2d &C1, const Adaptor2d_Curve2d &C2, const IntRes2d_Domain &D2, const Standard_Real TolConf, const Standard_Real Tol) |
IntRes2d_Domain | ComputeDomain (const Adaptor2d_Curve2d &C1, const Standard_Real TolDomain) const |
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_IntersectionPoint & | Point (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_IntersectionSegment & | Segment (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) | |
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 |
Geom2dInt_GInter::Geom2dInt_GInter | ( | ) |
Geom2dInt_GInter::Geom2dInt_GInter | ( | const Adaptor2d_Curve2d & | C, |
const Standard_Real | TolConf, | ||
const Standard_Real | Tol | ||
) |
Geom2dInt_GInter::Geom2dInt_GInter | ( | const Adaptor2d_Curve2d & | C, |
const IntRes2d_Domain & | D, | ||
const Standard_Real | TolConf, | ||
const Standard_Real | Tol | ||
) |
Geom2dInt_GInter::Geom2dInt_GInter | ( | const Adaptor2d_Curve2d & | C1, |
const Adaptor2d_Curve2d & | C2, | ||
const Standard_Real | TolConf, | ||
const Standard_Real | Tol | ||
) |
Geom2dInt_GInter::Geom2dInt_GInter | ( | const Adaptor2d_Curve2d & | C1, |
const IntRes2d_Domain & | D1, | ||
const Adaptor2d_Curve2d & | C2, | ||
const Standard_Real | TolConf, | ||
const Standard_Real | Tol | ||
) |
Geom2dInt_GInter::Geom2dInt_GInter | ( | const Adaptor2d_Curve2d & | C1, |
const Adaptor2d_Curve2d & | C2, | ||
const IntRes2d_Domain & | D2, | ||
const Standard_Real | TolConf, | ||
const Standard_Real | Tol | ||
) |
Geom2dInt_GInter::Geom2dInt_GInter | ( | const Adaptor2d_Curve2d & | C1, |
const IntRes2d_Domain & | D1, | ||
const Adaptor2d_Curve2d & | C2, | ||
const IntRes2d_Domain & | D2, | ||
const Standard_Real | TolConf, | ||
const Standard_Real | Tol | ||
) |
IntRes2d_Domain Geom2dInt_GInter::ComputeDomain | ( | const Adaptor2d_Curve2d & | C1, |
const Standard_Real | TolDomain | ||
) | const |
void Geom2dInt_GInter::Perform | ( | const Adaptor2d_Curve2d & | C1, |
const IntRes2d_Domain & | D1, | ||
const Adaptor2d_Curve2d & | C2, | ||
const IntRes2d_Domain & | D2, | ||
const Standard_Real | TolConf, | ||
const Standard_Real | Tol | ||
) |
void Geom2dInt_GInter::Perform | ( | const Adaptor2d_Curve2d & | C1, |
const Adaptor2d_Curve2d & | C2, | ||
const Standard_Real | TolConf, | ||
const Standard_Real | Tol | ||
) |
void Geom2dInt_GInter::Perform | ( | const Adaptor2d_Curve2d & | C1, |
const IntRes2d_Domain & | D1, | ||
const Standard_Real | TolConf, | ||
const Standard_Real | Tol | ||
) |
void Geom2dInt_GInter::Perform | ( | const Adaptor2d_Curve2d & | C1, |
const Standard_Real | TolConf, | ||
const Standard_Real | Tol | ||
) |
void Geom2dInt_GInter::Perform | ( | const Adaptor2d_Curve2d & | C1, |
const IntRes2d_Domain & | D1, | ||
const Adaptor2d_Curve2d & | C2, | ||
const Standard_Real | TolConf, | ||
const Standard_Real | Tol | ||
) |
void Geom2dInt_GInter::Perform | ( | const Adaptor2d_Curve2d & | C1, |
const Adaptor2d_Curve2d & | C2, | ||
const IntRes2d_Domain & | D2, | ||
const Standard_Real | TolConf, | ||
const Standard_Real | Tol | ||
) |