X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAlgoImpl%2FGEOMAlgo_Splitter.hxx;h=58020b2b1ed6ec3b119faf62d8a2f9b16a508393;hb=4c6bc04d7e9741d06345a4a06ae11f3bf80f5b04;hp=234765aa26b2b50d1c65da614ecd31510b1fb1ad;hpb=c3ae28ba30027cc4a6a757ef623f40adaae96ead;p=modules%2Fshaper.git diff --git a/src/GeomAlgoImpl/GEOMAlgo_Splitter.hxx b/src/GeomAlgoImpl/GEOMAlgo_Splitter.hxx index 234765aa2..58020b2b1 100644 --- a/src/GeomAlgoImpl/GEOMAlgo_Splitter.hxx +++ b/src/GeomAlgoImpl/GEOMAlgo_Splitter.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2015 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2019 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 @@ -19,9 +19,6 @@ // // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // -// File: GEOMAlgo_Splitter.hxx -// -// Author: Peter KURNEV #ifndef GEOMAlgo_Splitter_HeaderFile #define GEOMAlgo_Splitter_HeaderFile @@ -39,9 +36,6 @@ #include -#include -#include - #include //======================================================================= @@ -70,7 +64,7 @@ GEOMALGOIMPL_EXPORT void AddTool(const TopoDS_Shape& theShape); /// Returns list of tool shapes - GEOMALGOIMPL_EXPORT const BOPCol_ListOfShape& Tools()const; + GEOMALGOIMPL_EXPORT const NCollection_List& Tools()const; /// Set type of used shapes /// \param aLimit a shape type @@ -99,10 +93,10 @@ protected: /// List of tools - BOPCol_ListOfShape myTools; + NCollection_List myTools; /// Map of tools - BOPCol_MapOfShape myMapTools; + NCollection_Map myMapTools; /// A limit type TopAbs_ShapeEnum myLimit;