mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-15 10:08:34 +05:00
0020431: EDF 1020 SMESH : Radial Mesh of a cylinder
+ virtual void SubmeshRestored(SMESH_subMesh* subMesh);
This commit is contained in:
parent
c75712a62e
commit
9a71e5bbe8
@ -53,6 +53,13 @@ public:
|
|||||||
|
|
||||||
virtual bool Evaluate(SMESH_Mesh & aMesh, const TopoDS_Shape & aShape,
|
virtual bool Evaluate(SMESH_Mesh & aMesh, const TopoDS_Shape & aShape,
|
||||||
MapShapeNbElems& aResMap);
|
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:
|
protected:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user