]> SALOME platform Git repositories - modules/hydro.git/commitdiff
Salome HOME
portage V8_5_0
authorPaul RASCLE <paul.rascle@edf.fr>
Thu, 31 May 2018 09:44:51 +0000 (11:44 +0200)
committerPaul RASCLE <paul.rascle@edf.fr>
Thu, 31 May 2018 09:44:51 +0000 (11:44 +0200)
src/HYDROData/HYDROData_LandCoverMap.cxx
src/HYDROData/HYDROData_SplitToZonesTool.cxx
src/HYDROData/HYDROData_Transform.cxx
src/HYDROData/HYDROData_Transform.h

index 873ba0580f49b0e4aec75e05346ed62cbc8496ac..1200676a7aa10011386b45bbe57c1fd5a4ab311e 100644 (file)
@@ -28,7 +28,7 @@
 #include <BOPAlgo_BOP.hxx>
 #include <BOPAlgo_Builder.hxx>
 #include <BOPAlgo_PaveFiller.hxx>
-#include <BOPCol_ListOfShape.hxx>
+#include <TopTools_ListOfShape.hxx>
 #include <BRep_Builder.hxx>
 #include <BRepAdaptor_Curve.hxx>
 #include <BRepAlgoAPI_Fuse.hxx>
@@ -663,7 +663,7 @@ TopoDS_Shape HYDROData_LandCoverMap::MergeFaces( const TopTools_ListOfShape& the
   //DEBTRACE("MergeFaces");
   int anError;
   TopTools_ListIteratorOfListOfShape anIt;
-  BOPCol_ListOfShape aLC;
+  TopTools_ListOfShape aLC;
   anIt.Initialize(theFaces);
   for( ; anIt.More(); anIt.Next() )
   {
@@ -833,7 +833,7 @@ bool HYDROData_LandCoverMap::LocalPartition( const TopoDS_Shape& theNewShape, co
   if( theNewShape.IsNull() )
     return false;
 
-  BOPCol_ListOfShape aShapesList;
+  TopTools_ListOfShape aShapesList;
   BOPAlgo_PaveFiller aPaveFiller;
   HYDROData_MapOfFaceToStricklerType aNewFaces;
 
index 488618dec365c3e70d1c1524299634a84c08eb2c..94d57ea7b5647713be2d65eae0fb0b370f2707fe 100644 (file)
@@ -322,7 +322,7 @@ HYDROData_SplitToZonesTool::SplitDataList
 
   // Step 1. Prepare Partition structures. 
   TopoDS_Shape aResult;
-  BOPCol_ListOfShape aLS;  
+  TopTools_ListOfShape aLS;  
   QStringList aListOfNames;
   TopoDS_Compound aCmp;
   BRep_Builder aBB;
@@ -365,7 +365,7 @@ HYDROData_SplitToZonesTool::SplitDataList
     
     // Step 3. Collect history  
     //HYDROData_DataMapOfShapeListOfShape aDM1;
-    BOPCol_ListIteratorOfListOfShape anIt(aLS); 
+    TopTools_ListIteratorOfListOfShape anIt(aLS); 
   #ifdef DEB_SPLIT_TO_ZONES
     TCollection_AsciiString aNamM ("EdgM_");
     TCollection_AsciiString aNamG ("EdgG_");
index 69676bb895622d81b0df3176fa6545fb1849f3e3..5b01d0d4d154fbe743d001efff5b4603ada45893 100644 (file)
 
 #include <TopTools_ListIteratorOfListOfShape.hxx>
 
-#include <BOPCol_ListOfShape.hxx>
-#include <BOPCol_MapOfShape.hxx>
+#include <TopTools_ListOfShape.hxx>
+#include <TopTools_MapOfShape.hxx>
 
-#include <BOPCol_ListOfShape.hxx>
+#include <TopTools_ListOfShape.hxx>
 
 #include <BOPAlgo_BuilderShape.hxx>
 #include <BOPAlgo_PaveFiller.hxx>
@@ -281,7 +281,7 @@ void HYDROData_Transform::BuildFuse()
 {
   Standard_Integer iErr;
   TopoDS_Iterator aIt;
-  BOPCol_ListOfShape aLC;
+  TopTools_ListOfShape aLC;
   BOPAlgo_PaveFiller aPF;
   //
   myErrorStatus=0;
index 0b824a1f4edcc0ac5ddafee35704120fc193463c..bc897a9c5236fa3c52c8f660ada128557788f3e7 100644 (file)
@@ -31,8 +31,8 @@
 
 #include <BRepBuilderAPI_Transform.hxx>
 
-#include <BOPCol_ListOfShape.hxx>
-#include <BOPCol_MapOfShape.hxx>
+#include <TopTools_ListOfShape.hxx>
+#include <TopTools_MapOfShape.hxx>
 
 #include <BOPAlgo_BuilderShape.hxx>
 #include <BOPAlgo_Builder.hxx>