mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-15 10:08:34 +05:00
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:
parent
8c2bc4472d
commit
232594508e
@ -114,6 +114,11 @@ public:
|
|||||||
virtual bool IsAuxiliary() const
|
virtual bool IsAuxiliary() const
|
||||||
{ return GetType() == PARAM_ALGO && _param_algo_dim < 0; }
|
{ return GetType() == PARAM_ALGO && _param_algo_dim < 0; }
|
||||||
|
|
||||||
|
/*!
|
||||||
|
* \brief Find a mesh with given persistent ID
|
||||||
|
*/
|
||||||
|
SMESH_Mesh* GetMeshByPersistentID(int id);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
SMESH_Gen* _gen;
|
SMESH_Gen* _gen;
|
||||||
int _studyId;
|
int _studyId;
|
||||||
|
Loading…
Reference in New Issue
Block a user