Salome HOME
Add of exports
[modules/geom.git] / src / GEOMAlgo / GEOMAlgo_GetInPlace.hxx
index e0f763a822c90a2c946aed86ca074f5677dc558f..723a72b2d6e114a0802353f5720ad15e6a0c2be9 100644 (file)
@@ -35,9 +35,9 @@
 #include <TopAbs_ShapeEnum.hxx>
 #include <TopoDS_Shape.hxx>
 
-#include <NMTTools_CoupleOfShape.hxx>
-#include <NMTTools_ListOfCoupleOfShape.hxx>
-#include <NMTTools_ListIteratorOfListOfCoupleOfShape.hxx>
+#include <GEOMAlgo_CoupleOfShapes.hxx>
+#include <GEOMAlgo_ListOfCoupleOfShapes.hxx>
+#include <GEOMAlgo_ListIteratorOfListOfCoupleOfShapes.hxx>
 
 #include <GEOMAlgo_DataMapOfShapeMapOfShape.hxx>
 #include <GEOMAlgo_GluerAlgo.hxx>
@@ -81,7 +81,7 @@ class GEOMAlgo_GetInPlaceIterator  {
    *   The pair of intersected shapes.
    */
   //Standard_EXPORT
-    void AppendPair(const NMTTools_CoupleOfShape& theCS) ;
+    void AppendPair(const GEOMAlgo_CoupleOfShapes& theCS) ;
 
   /**
    * Initialize the iterator.
@@ -92,7 +92,7 @@ class GEOMAlgo_GetInPlaceIterator  {
    */
   //Standard_EXPORT
     void Initialize(const TopAbs_ShapeEnum theT1,
-                   const TopAbs_ShapeEnum theT2) ;
+                    const TopAbs_ShapeEnum theT2) ;
   /**
    * Check the existence of pairs to iterare.
    * @return
@@ -113,13 +113,13 @@ class GEOMAlgo_GetInPlaceIterator  {
    *   The pair of intersected shapes.
    */
   //Standard_EXPORT
-    const NMTTools_CoupleOfShape& Value() const;
+    const GEOMAlgo_CoupleOfShapes& Value() const;
 
 protected:
   Standard_Integer myDim;
-  NMTTools_ListOfCoupleOfShape myLists[10];
-  NMTTools_ListOfCoupleOfShape myEmptyList;
-  NMTTools_ListIteratorOfListOfCoupleOfShape myIterator;
+  GEOMAlgo_ListOfCoupleOfShapes myLists[10];
+  GEOMAlgo_ListOfCoupleOfShapes myEmptyList;
+  GEOMAlgo_ListIteratorOfListOfCoupleOfShapes myIterator;
 
 private:
 };
@@ -296,15 +296,15 @@ protected:
 
   Standard_EXPORT
     void FillShapesIn(const TopoDS_Shape& theS1,
-                     const TopoDS_Shape& theS2) ;
+                      const TopoDS_Shape& theS2) ;
 
   Standard_EXPORT
     void FillShapesOn(const TopoDS_Shape& theS1,
-                     const TopoDS_Shape& theS2) ;
+                      const TopoDS_Shape& theS2) ;
 
   Standard_EXPORT
     Standard_Boolean CheckCoincidence(const TopoDS_Shape& theS1,
-                                     const TopoDS_Shape& theS2);
+                                      const TopoDS_Shape& theS2);
 
 
   TopoDS_Shape myShapeWhere;