Salome HOME
0021530: EDF 2176 SMESH: Projection 1D-2D with compounds
[modules/smesh.git] / src / StdMeshers_I / StdMeshers_ObjRefUlils.hxx
index 8ab879d60b6db7628543c67cb68654642a97651d..913224364ce778e2cc842902006bbb5caf698858 100644 (file)
@@ -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