Salome HOME
*** empty log message ***
[modules/smesh.git] / src / SMESH / SMESH_IndexedDataMapOfShapeIndexedMapOfShape.hxx
index 4fc35195fab43095a82c14dc4c15937a067dad34..838d1f6a88ae3ce32ba5bbd8bff99e401b887884 100644 (file)
 
 #include "SMESH_SMESH.hxx"
 
+#include "SMESHDS_DataMapOfShape.hxx"
+
 #include <NCollection_DefineIndexedMap.hxx>
 
 #include <TopoDS_Shape.hxx>
 
-SMESH_EXPORT 
-inline Standard_Boolean IsEqual(const TopoDS_Shape& S1,
-                                const TopoDS_Shape& S2)
-{
-  return S1.IsSame(S2);
-}
-
 ///  Class SMESH_IndexedMapOfShape
 
 DEFINE_BASECOLLECTION (SMESH_BaseCollectionShape, TopoDS_Shape)