0020431: EDF 1020 SMESH : Radial Mesh of a cylinder

+  virtual void SubmeshRestored(SMESH_subMesh* subMesh);
This commit is contained in:
eap 2009-11-10 12:05:28 +00:00
parent c75712a62e
commit 9a71e5bbe8

View 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,