From 232594508eb7cc564c2ad65f0dd11939d41d990d Mon Sep 17 00:00:00 2001 From: eap Date: Fri, 12 Nov 2010 14:34:11 +0000 Subject: [PATCH] 0020918: EDF 1447 SMESH: Mesh common borders + /*! + * \brief Find a mesh with given persistent ID + */ + SMESH_Mesh* GetMeshByPersistentID(int id); --- src/SMESH/SMESH_Hypothesis.hxx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/SMESH/SMESH_Hypothesis.hxx b/src/SMESH/SMESH_Hypothesis.hxx index 1eb5ae8c8..82afd4bbc 100644 --- a/src/SMESH/SMESH_Hypothesis.hxx +++ b/src/SMESH/SMESH_Hypothesis.hxx @@ -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; -- 2.39.2