X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FOBJECT%2FSMESH_Object.h;h=ade7920934f6743418f236b08497292c09c468cd;hp=5ce10b850076b6a3e73507336d4e6e188b0cdd0f;hb=9a54694a0ab1e5cbc558a35c4606ceea4f7af2ef;hpb=1067ffa6e7e5c394e3a1b17219d8b355a57607cd diff --git a/src/OBJECT/SMESH_Object.h b/src/OBJECT/SMESH_Object.h index 5ce10b850..ade792093 100644 --- a/src/OBJECT/SMESH_Object.h +++ b/src/OBJECT/SMESH_Object.h @@ -45,6 +45,9 @@ #include "SMESH_Controls.hxx" #include "SMDSAbs_ElementType.hxx" +#include +#include CORBA_SERVER_HEADER(SMESH_Mesh) + class SMDS_Mesh; class vtkUnstructuredGrid; @@ -62,6 +65,7 @@ public: virtual int GetNbEntities( const SMDSAbs_ElementType theType) const = 0; virtual SMDS_Mesh* GetMesh() const = 0; + virtual SMESH::SMESH_Mesh_ptr GetMeshServer() = 0; virtual bool GetEdgeNodes( const int theElemId, const int theEdgeNum,