X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAlgoImpl%2FGEOMAlgo_Splitter.hxx;fp=src%2FGeomAlgoImpl%2FGEOMAlgo_Splitter.hxx;h=a698781e9d9505bb0e3073c47fc746301f7184f0;hb=3c3a34a6515ac15f7cb8a77e2f307d3835b72b78;hp=ad827f3e4517475677f4ce5be8b1b19ae3566c14;hpb=1e696647e5203fc6f23c7acc9e78a720163a225e;p=modules%2Fshaper.git diff --git a/src/GeomAlgoImpl/GEOMAlgo_Splitter.hxx b/src/GeomAlgoImpl/GEOMAlgo_Splitter.hxx index ad827f3e4..a698781e9 100644 --- a/src/GeomAlgoImpl/GEOMAlgo_Splitter.hxx +++ b/src/GeomAlgoImpl/GEOMAlgo_Splitter.hxx @@ -36,9 +36,6 @@ #include -#include -#include - #include //======================================================================= @@ -67,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 @@ -96,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;