Salome HOME
Just do it
[tools/medcoupling.git] / src / MEDLoader / MEDFileEntities.hxx
index 45c7b07fe93ecab3a42ea3646cb3b093f5eae606..dd230782483d906c2c9eb2267e1fd5642fec1cc1 100644 (file)
@@ -65,6 +65,8 @@ namespace MEDCoupling
     MEDFileAllStaticEntitiesPlusDyn(const MEDFileStructureElements *se);
     std::vector<int> getDynGTAvail() const;
     bool areAllStaticTypesPresent() const;
+    const MEDFileStructureElement *getWithGT(int idGT) const;
+    const MEDFileUMesh *getSupMeshWithName(const std::string& name) const;
   private:
     MCConstAuto<MEDFileStructureElements> _se;
   };