X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESH%2FSMESH_Mesh.hxx;h=18c11c894a6b61c1b43fade9ef5f96f87a3d620e;hb=d245f797f1b69aca678fa372391275d7042faa10;hp=27b54ed47ba6b36841c32ba5fde5b75011aab5cb;hpb=34d237befeb90f2b48ddb43cfd40fd6f80d58603;p=modules%2Fsmesh.git diff --git a/src/SMESH/SMESH_Mesh.hxx b/src/SMESH/SMESH_Mesh.hxx index 27b54ed47..18c11c894 100644 --- a/src/SMESH/SMESH_Mesh.hxx +++ b/src/SMESH/SMESH_Mesh.hxx @@ -214,6 +214,9 @@ class SMESH_EXPORT SMESH_Mesh bool IsNotConformAllowed() const; bool IsMainShape(const TopoDS_Shape& theShape) const; + + TopoDS_Shape GetShapeByEntry(const std::string& entry) const; + /*! * \brief Return list of ancestors of theSubShape in the order * that lower dimension shapes come first @@ -342,6 +345,7 @@ class SMESH_EXPORT SMESH_Mesh virtual void HypothesisModified( int hypID, bool updateIcons )=0; virtual void Load()=0; virtual bool IsLoaded()=0; + virtual TopoDS_Shape GetShapeByEntry(const std::string& entry)=0; virtual ~TCallUp() {} }; void SetCallUp( TCallUp * upCaller );