Salome HOME
Merging from V3_2_6pre4
[modules/smesh.git] / src / StdMeshers / StdMeshers_ProjectionUtils.hxx
index ea7ed73d70cde9b87c7c7f888c7121e0285f1290..53064e7f14028e7f1e6238bc567397e34a2cccaa 100644 (file)
@@ -195,6 +195,16 @@ class STDMESHERS_EXPORT StdMeshers_ProjectionUtils
   static int Count(const TopoDS_Shape&    shape,
                    const TopAbs_ShapeEnum type,
                    const bool             ignoreSame);
+
+  /*!
+   * \brief Set event listeners to submesh with projection algo
+    * \param subMesh - submesh with projection algo
+    * \param srcShape - source shape
+    * \param srcMesh - source mesh
+   */
+  static void SetEventListener(SMESH_subMesh* subMesh,
+                               TopoDS_Shape   srcShape,
+                               SMESH_Mesh*    srcMesh);
 };
 
 #endif