X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDLoader%2FMEDFileMeshSupport.hxx;h=8e8e38e48203bc7b012eccdf2a40459e1f38d347;hb=b7e277ad50223814bc479c5bd64cf12abe8fc959;hp=7f7569422317881018a3c09d2438bf34c2deb549;hpb=6ebb06512fe4733596a3e5414d97303d67ee5cc0;p=tools%2Fmedcoupling.git diff --git a/src/MEDLoader/MEDFileMeshSupport.hxx b/src/MEDLoader/MEDFileMeshSupport.hxx index 7f7569422..8e8e38e48 100644 --- a/src/MEDLoader/MEDFileMeshSupport.hxx +++ b/src/MEDLoader/MEDFileMeshSupport.hxx @@ -39,8 +39,9 @@ namespace MEDCoupling std::vector getDirectChildrenWithNull() const; std::size_t getHeapMemorySizeWithoutChildren() const; void writeLL(med_idt fid) const; + std::vector getSupMeshNames() const; const MEDFileUMesh *getSupMeshWithName(const std::string& name) const; - int getNumberOfNodesPerCellOf(const std::string& name) const; + int getNumberOfNodesInConnOf(TypeOfField entity, const std::string& name) const; private: MEDFileMeshSupports(med_idt fid); MEDFileMeshSupports();