Salome HOME
0021459: EDF 1495 SMESH: Manipulation of discrete elements with attributes
[modules/smesh.git] / src / StdMeshers_I / StdMeshers_ObjRefUlils.hxx
index 8ab879d60b6db7628543c67cb68654642a97651d..2f13689c1da73f726b350658b136010df6eaadb8 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2011  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
@@ -66,11 +66,17 @@ public:
   }
 
   /*!
-   * \brief Return GEOM Object by its sytudy entry or TopoDS_Shape
+   * \brief Return study entry of GEOM Object
+   */
+  static std::string GeomObjectToEntry(GEOM::GEOM_Object_ptr&  theGeomObject);
+
+  /*!
+   * \brief Return GEOM Object by its study entry or TopoDS_Shape
    */
   static GEOM::GEOM_Object_ptr EntryOrShapeToGeomObject (const std::string&  theEntry,
                                                          const TopoDS_Shape& theShape);
 
+
   /*!
    * \brief Store the shape in the stream
     * \param theShape - shape to store