]> SALOME platform Git repositories - modules/homard.git/blobdiff - src/HOMARD_I/HomardMedCommun.h
Salome HOME
Copyright update 2022
[modules/homard.git] / src / HOMARD_I / HomardMedCommun.h
index 9f9c65df39ac9b023d207a8c90c7eac9c494104e..a9c2937d8321e1d149cb49679bcb820ca892e6cc 100644 (file)
@@ -1,16 +1,32 @@
+// Copyright (C) 2011-2022  CEA/DEN, EDF R&D
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License, or (at your option) any later version.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+//
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+//
+
 #ifndef HOMARDMEDCOMMUN_H
 #define HOMARDMEDCOMMUN_H
 
+#include "HOMARD_i.hxx"
 #include <vector>
 #include <set>
 #include <string>
 
-extern "C"
-{
-#include <med.h>
-}
-
-std::vector<double>    GetBoundingBoxInMedFile( const char * aFile);
-std::set<std::string>  GetListeGroupesInMedFile(const char * aFile);
+HOMARDENGINE_EXPORT int                    MEDFileExist( const char * aFile );
+HOMARDENGINE_EXPORT std::vector<double>    GetBoundingBoxInMedFile( const char * aFile);
+HOMARDENGINE_EXPORT std::set<std::string>  GetListeGroupesInMedFile(const char * aFile);
 
 #endif // HOMARD%MEDCOMMUN_H