X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src%2FIntPolyh%2FIntPolyh_Intersection.hxx;h=5103fb190db83bcd1ebaaa536f91c1e370285646;hb=68b0769935516a289ab3d38d33c5c0e6776d932a;hpb=a9bdd54d1d5c930cb9b8a720a26407ddf31a89a1 diff --git a/src/IntPolyh/IntPolyh_Intersection.hxx b/src/IntPolyh/IntPolyh_Intersection.hxx index 4ec0e6be8b..5103fb190d 100644 --- a/src/IntPolyh/IntPolyh_Intersection.hxx +++ b/src/IntPolyh/IntPolyh_Intersection.hxx @@ -28,7 +28,7 @@ #include #include #include -#include +#include class Adaptor3d_HSurface; @@ -109,7 +109,7 @@ private: //! This method analyzes arrays to find same couples. If some //! are detected it leaves the couple in only one array //! deleting from others. - Standard_EXPORT void MergeCouples (IntPolyh_ArrayOfCouples& anArrayFF, IntPolyh_ArrayOfCouples& anArrayFR, IntPolyh_ArrayOfCouples& anArrayRF, IntPolyh_ArrayOfCouples& anArrayRR) const; + Standard_EXPORT void MergeCouples (IntPolyh_ListOfCouples& anArrayFF, IntPolyh_ListOfCouples& anArrayFR, IntPolyh_ListOfCouples& anArrayRF, IntPolyh_ListOfCouples& anArrayRR) const; //! Process default interference Standard_EXPORT Standard_Boolean PerformStd (IntPolyh_PMaillageAffinage& MaillageS, Standard_Integer& NbCouples);