X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDLoader%2FMEDFileMeshSupport.hxx;h=1f69588dc9d8bfee0905f5411edd9f35baf9e64a;hb=35287602e212fd35b8a4b11215cb111b929a4875;hp=8e8e38e48203bc7b012eccdf2a40459e1f38d347;hpb=1fdc3c747607d0710fc4c17a0f7789289fbaa8f7;p=tools%2Fmedcoupling.git diff --git a/src/MEDLoader/MEDFileMeshSupport.hxx b/src/MEDLoader/MEDFileMeshSupport.hxx index 8e8e38e48..1f69588dc 100644 --- a/src/MEDLoader/MEDFileMeshSupport.hxx +++ b/src/MEDLoader/MEDFileMeshSupport.hxx @@ -36,12 +36,12 @@ namespace MEDCoupling MEDLOADER_EXPORT static MEDFileMeshSupports *New(med_idt fid); MEDLOADER_EXPORT static MEDFileMeshSupports *New(); public: - 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 getNumberOfNodesInConnOf(TypeOfField entity, const std::string& name) const; + MEDLOADER_EXPORT std::vector getDirectChildrenWithNull() const; + MEDLOADER_EXPORT std::size_t getHeapMemorySizeWithoutChildren() const; + MEDLOADER_EXPORT void writeLL(med_idt fid) const; + MEDLOADER_EXPORT std::vector getSupMeshNames() const; + MEDLOADER_EXPORT const MEDFileUMesh *getSupMeshWithName(const std::string& name) const; + MEDLOADER_EXPORT int getNumberOfNodesInConnOf(TypeOfField entity, const std::string& name) const; private: MEDFileMeshSupports(med_idt fid); MEDFileMeshSupports();