X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAPI%2FGeomAPI_DataMapOfShapeShape.h;h=24d3db14ed4562770f69ef54a0cd510683c1826a;hb=7f873aed4bae5a98dca078209699b54276b46fce;hp=e67645e72efdb0a8cb2f8fdee2a617cf30ee28fb;hpb=a7f44a41bdf29e7bd978ff3b8c8bd514d1223be7;p=modules%2Fshaper.git diff --git a/src/GeomAPI/GeomAPI_DataMapOfShapeShape.h b/src/GeomAPI/GeomAPI_DataMapOfShapeShape.h index e67645e72..24d3db14e 100644 --- a/src/GeomAPI/GeomAPI_DataMapOfShapeShape.h +++ b/src/GeomAPI/GeomAPI_DataMapOfShapeShape.h @@ -1,3 +1,5 @@ +// Copyright (C) 2014-20xx CEA/DEN, EDF R&D + // File: GeomAPI_DataMapOfShapeShape.h // Created: 28 Oct 2014 // Author: Sergey Zaritchny @@ -15,7 +17,6 @@ class GeomAPI_Dir; * \ingroup DataModel * \brief DataMap of Shape - Shape defined by TopoDS_Shapes */ - class GEOMAPI_EXPORT GeomAPI_DataMapOfShapeShape : public GeomAPI_Interface { public: @@ -28,7 +29,7 @@ class GEOMAPI_EXPORT GeomAPI_DataMapOfShapeShape : public GeomAPI_Interface /// Size of the map int size(); - /// Adds the Key to the Map with the Item. Returns True if the Key was not already in the map + /// Adds \a theKey to me with \a theItem. Returns True if the Key was not already in the map bool bind (std::shared_ptr theKey, std::shared_ptr theItem); /// Returns true if theKey is stored in the map.