Salome HOME
#16914 EDF 19401 - Wrong quadratic mesh (bis)
[modules/smesh.git] / src / StdMeshers / StdMeshers_RadialQuadrangle_1D2D.hxx
index 8d43c02a2f895b000af97d42e326dd35924fe749..bfbc1a09be286cf553a43e33d48e6903109d298f 100644 (file)
@@ -50,14 +50,13 @@ public:
 
   virtual bool Evaluate(SMESH_Mesh & aMesh, const TopoDS_Shape & aShape,
                         MapShapeNbElems& aResMap);
-  /*!
-   * \brief Allow algo to do something after persistent restoration
-    * \param subMesh - restored submesh
-   *
-   * This method is called only if a submesh has HYP_OK algo_state.
-   */
+
+  // Allow algo to do something after persistent restoration
   virtual void SubmeshRestored(SMESH_subMesh* subMesh);
-  
+
+  // Sets event listener to a submesh
+  virtual void SetEventListener(SMESH_subMesh* subMesh);
+
   virtual bool IsApplicableToShape(const TopoDS_Shape & shape, bool toCheckAll) const
   {
     return IsApplicable( shape, toCheckAll );