27#ifndef SMESHDS_DataMapOfShape_HeaderFile
28#define SMESHDS_DataMapOfShape_HeaderFile
30#include <TopoDS_Shape.hxx>
37 static inline Standard_Boolean
IsEqual(
const TopoDS_Shape& S1,
38 const TopoDS_Shape& S2)
42 static inline Standard_Integer
HashCode(
const TopoDS_Shape& S,
43 const Standard_Integer Upper)
45 return ::HashCode( S, Upper);
Definition: SMESHDS_DataMapOfShape.hxx:36
static Standard_Boolean IsEqual(const TopoDS_Shape &S1, const TopoDS_Shape &S2)
Definition: SMESHDS_DataMapOfShape.hxx:37
static Standard_Integer HashCode(const TopoDS_Shape &S, const Standard_Integer Upper)
Definition: SMESHDS_DataMapOfShape.hxx:42