Salome HOME
Merge from V5_1_3_BR branch (07/12/09)
[modules/smesh.git] / src / StdMeshers / StdMeshers_RadialQuadrangle_1D2D.hxx
index 07d6b8a752247b1cecd00c439bf3739181fab636..10a1203651e6e5fc318177d0513cc0520587df73 100644 (file)
@@ -53,7 +53,14 @@ 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.
+   */
+  virtual void SubmeshRestored(SMESH_subMesh* subMesh);
+  
 protected:
 
   bool computeLayerPositions(const gp_Pnt& pIn,