X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAPI%2FGeomAPI_DataMapOfShapeShape.h;h=42c8a86d1329e631ef4c4cb3a595d34545a2dc62;hb=3d28bcbab2f3ed0e40295e64f4e836caebc19fca;hp=cbc5f113c52947c28e6a74b6ce06c5ef2dc8fa58;hpb=a3508b5b0db5dd5857049f3f046bd628030d9bb9;p=modules%2Fshaper.git diff --git a/src/GeomAPI/GeomAPI_DataMapOfShapeShape.h b/src/GeomAPI/GeomAPI_DataMapOfShapeShape.h index cbc5f113c..42c8a86d1 100644 --- a/src/GeomAPI/GeomAPI_DataMapOfShapeShape.h +++ b/src/GeomAPI/GeomAPI_DataMapOfShapeShape.h @@ -36,6 +36,12 @@ class GeomAPI_DataMapOfShapeShape : public GeomAPI_Interface GEOMAPI_EXPORT bool bind (std::shared_ptr theKey, std::shared_ptr theItem); + /// Merges two maps + GEOMAPI_EXPORT void merge(const GeomAPI_DataMapOfShapeShape& theDataMap); + + /// Merges two maps + GEOMAPI_EXPORT void merge(const std::shared_ptr theDataMap); + /// Returns true if theKey is stored in the map. GEOMAPI_EXPORT bool isBound (std::shared_ptr theKey);