0020918: EDF 1447 SMESH: Mesh common borders

+  /*!
+   * \brief Find a mesh with given persistent ID
+   */
+  SMESH_Mesh* GetMeshByPersistentID(int id);
This commit is contained in:
eap 2010-11-12 14:34:11 +00:00
parent 8c2bc4472d
commit 232594508e

View File

@ -114,6 +114,11 @@ public:
virtual bool IsAuxiliary() const
{ return GetType() == PARAM_ALGO && _param_algo_dim < 0; }
/*!
* \brief Find a mesh with given persistent ID
*/
SMESH_Mesh* GetMeshByPersistentID(int id);
protected:
SMESH_Gen* _gen;
int _studyId;