| 
|   | Geom2dInt_GInter () | 
|   | Empty constructor.  
  | 
|   | 
|   | Geom2dInt_GInter (const Adaptor2d_Curve2d &C, const Standard_Real TolConf, const Standard_Real Tol) | 
|   | Self Intersection of a curve.  
  | 
|   | 
|   | Geom2dInt_GInter (const Adaptor2d_Curve2d &C, const IntRes2d_Domain &D, const Standard_Real TolConf, const Standard_Real Tol) | 
|   | Self Intersection of a curve with a domain.  
  | 
|   | 
|   | Geom2dInt_GInter (const Adaptor2d_Curve2d &C1, const Adaptor2d_Curve2d &C2, const Standard_Real TolConf, const Standard_Real Tol) | 
|   | Intersection between 2 curves.  
  | 
|   | 
|   | Geom2dInt_GInter (const Adaptor2d_Curve2d &C1, const IntRes2d_Domain &D1, const Adaptor2d_Curve2d &C2, const Standard_Real TolConf, const Standard_Real Tol) | 
|   | Intersection between 2 curves.  
  | 
|   | 
|   | Geom2dInt_GInter (const Adaptor2d_Curve2d &C1, const Adaptor2d_Curve2d &C2, const IntRes2d_Domain &D2, const Standard_Real TolConf, const Standard_Real Tol) | 
|   | Intersection between 2 curves.  
  | 
|   | 
|   | 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) | 
|   | Intersection between 2 curves.  
  | 
|   | 
| 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) | 
|   | Intersection between 2 curves.  
  | 
|   | 
| void  | Perform (const Adaptor2d_Curve2d &C1, const Adaptor2d_Curve2d &C2, const Standard_Real TolConf, const Standard_Real Tol) | 
|   | Intersection between 2 curves.  
  | 
|   | 
| void  | Perform (const Adaptor2d_Curve2d &C1, const IntRes2d_Domain &D1, const Standard_Real TolConf, const Standard_Real Tol) | 
|   | Intersection between 2 curves.  
  | 
|   | 
| void  | Perform (const Adaptor2d_Curve2d &C1, const Standard_Real TolConf, const Standard_Real Tol) | 
|   | Intersection between 2 curves.  
  | 
|   | 
| void  | Perform (const Adaptor2d_Curve2d &C1, const IntRes2d_Domain &D1, const Adaptor2d_Curve2d &C2, const Standard_Real TolConf, const Standard_Real Tol) | 
|   | Intersection between 2 curves.  
  | 
|   | 
| void  | Perform (const Adaptor2d_Curve2d &C1, const Adaptor2d_Curve2d &C2, const IntRes2d_Domain &D2, const Standard_Real TolConf, const Standard_Real Tol) | 
|   | Intersection between 2 curves.  
  | 
|   | 
| IntRes2d_Domain  | ComputeDomain (const Adaptor2d_Curve2d &C1, const Standard_Real TolDomain) const | 
|   | Create a domain from a curve.  
  | 
|   | 
| void  | SetMinNbSamples (const Standard_Integer theMinNbSamples) | 
|   | Set / get minimum number of points in polygon intersection.  
  | 
|   | 
| Standard_Integer  | GetMinNbSamples () const | 
|   | 
| Standard_Boolean  | IsDone () const | 
|   | returns TRUE when the computation was successful.  
  | 
|   | 
| Standard_Boolean  | IsEmpty () const | 
|   | Returns TRUE if there is no intersection between the given arguments. The exception NotDone is raised if IsDone returns FALSE.  
  | 
|   | 
| 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.  
  | 
|   | 
| 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).  
  | 
|   | 
| 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.  
  | 
|   | 
| 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).  
  | 
|   | 
| void  | SetReversedParameters (const Standard_Boolean Reverseflag) | 
|   |