Salome HOME
Just do it
[tools/medcoupling.git] / src / MEDLoader / MEDFileEntities.hxx
index c2a0bf99dc4ac6374bf73371e32d6f7af4d70f6b..dd230782483d906c2c9eb2267e1fd5642fec1cc1 100644 (file)
@@ -66,6 +66,7 @@ namespace MEDCoupling
     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;
   };