Salome HOME
0022356: [CEA 968] Regression on the test script 01_geom.py
[modules/geom.git] / src / GEOMAlgo / GEOMAlgo_GluerAlgo.hxx
index 97f9b9ad1f476c6964fd23048bbed9dd5f67f565..d81e8cdb9659579935c7fd479c4914a262fe6210 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2013  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
 #include <TopoDS_Shape.hxx>
 #include <Standard_Real.hxx>
 #include <Standard_Boolean.hxx>
-#include <IntTools_Context.hxx>
+
+#include <BOPInt_Context.hxx>
 #include <TopTools_DataMapOfShapeListOfShape.hxx>
 #include <TopTools_DataMapOfShapeShape.hxx>
-#include <GEOMAlgo_BuilderShape.hxx>
 
 //=======================================================================
 //class    : GEOMAlgo_GluerAlgo
@@ -74,10 +74,10 @@ public:
     virtual  void Clear() ;
 
   Standard_EXPORT
-    void SetContext(const Handle(IntTools_Context)&) ;
+    void SetContext(const Handle(BOPInt_Context)&) ;
 
   Standard_EXPORT
-    const Handle(IntTools_Context)& Context() ;
+    const Handle(BOPInt_Context)& Context() ;
 
   Standard_EXPORT
     const TopTools_DataMapOfShapeListOfShape& Images() const;
@@ -89,7 +89,7 @@ protected:
   TopoDS_Shape myArgument;
   Standard_Real myTolerance;
   Standard_Boolean myCheckGeometry;
-  Handle(IntTools_Context) myContext;
+  Handle(BOPInt_Context) myContext;
   TopTools_DataMapOfShapeListOfShape myImages;
   TopTools_DataMapOfShapeShape myOrigins;