|
| HLRBRep_CInter () |
| Empty constructor. More...
|
|
| HLRBRep_CInter (const Standard_Address &C, const Standard_Real TolConf, const Standard_Real Tol) |
| Self Intersection of a curve. More...
|
|
| HLRBRep_CInter (const Standard_Address &C, const IntRes2d_Domain &D, const Standard_Real TolConf, const Standard_Real Tol) |
| Self Intersection of a curve with a domain. More...
|
|
| HLRBRep_CInter (const Standard_Address &C1, const Standard_Address &C2, const Standard_Real TolConf, const Standard_Real Tol) |
| Intersection between 2 curves. More...
|
|
| HLRBRep_CInter (const Standard_Address &C1, const IntRes2d_Domain &D1, const Standard_Address &C2, const Standard_Real TolConf, const Standard_Real Tol) |
| Intersection between 2 curves. More...
|
|
| HLRBRep_CInter (const Standard_Address &C1, const Standard_Address &C2, const IntRes2d_Domain &D2, const Standard_Real TolConf, const Standard_Real Tol) |
| Intersection between 2 curves. More...
|
|
| HLRBRep_CInter (const Standard_Address &C1, const IntRes2d_Domain &D1, const Standard_Address &C2, const IntRes2d_Domain &D2, const Standard_Real TolConf, const Standard_Real Tol) |
| Intersection between 2 curves. More...
|
|
void | Perform (const Standard_Address &C1, const IntRes2d_Domain &D1, const Standard_Address &C2, const IntRes2d_Domain &D2, const Standard_Real TolConf, const Standard_Real Tol) |
| Intersection between 2 curves. More...
|
|
void | Perform (const Standard_Address &C1, const Standard_Address &C2, const Standard_Real TolConf, const Standard_Real Tol) |
| Intersection between 2 curves. More...
|
|
void | Perform (const Standard_Address &C1, const IntRes2d_Domain &D1, const Standard_Real TolConf, const Standard_Real Tol) |
| Intersection between 2 curves. More...
|
|
void | Perform (const Standard_Address &C1, const Standard_Real TolConf, const Standard_Real Tol) |
| Intersection between 2 curves. More...
|
|
void | Perform (const Standard_Address &C1, const IntRes2d_Domain &D1, const Standard_Address &C2, const Standard_Real TolConf, const Standard_Real Tol) |
| Intersection between 2 curves. More...
|
|
void | Perform (const Standard_Address &C1, const Standard_Address &C2, const IntRes2d_Domain &D2, const Standard_Real TolConf, const Standard_Real Tol) |
| Intersection between 2 curves. More...
|
|
IntRes2d_Domain | ComputeDomain (const Standard_Address &C1, const Standard_Real TolDomain) const |
| Create a domain from a curve. More...
|
|
void | SetMinNbSamples (const Standard_Integer theMinNbSamples) |
| Set / get minimum number of points in polygon intersection. More...
|
|
Standard_Integer | GetMinNbSamples () const |
|
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) |
|