|
Open CASCADE Technology
6.7.1
|
#include <HLRBRep_TheIntPCurvePCurveOfCInter.hxx>

Public Member Functions | |
| HLRBRep_TheIntPCurvePCurveOfCInter () | |
| void | Perform (const Standard_Address &Curve1, const IntRes2d_Domain &Domain1, const Standard_Address &Curve2, const IntRes2d_Domain &Domain2, const Standard_Real TolConf, const Standard_Real Tol) |
| void | Perform (const Standard_Address &Curve1, const IntRes2d_Domain &Domain1, const Standard_Real TolConf, const Standard_Real Tol) |
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 Attributes inherited from IntRes2d_Intersection | |
| Standard_Boolean | done |
| HLRBRep_TheIntPCurvePCurveOfCInter::HLRBRep_TheIntPCurvePCurveOfCInter | ( | ) |
| void HLRBRep_TheIntPCurvePCurveOfCInter::Perform | ( | const Standard_Address & | Curve1, |
| const IntRes2d_Domain & | Domain1, | ||
| const Standard_Address & | Curve2, | ||
| const IntRes2d_Domain & | Domain2, | ||
| const Standard_Real | TolConf, | ||
| const Standard_Real | Tol | ||
| ) |
| void HLRBRep_TheIntPCurvePCurveOfCInter::Perform | ( | const Standard_Address & | Curve1, |
| const IntRes2d_Domain & | Domain1, | ||
| const Standard_Real | TolConf, | ||
| const Standard_Real | Tol | ||
| ) |
|
protected |
|
protected |
1.8.5