]> SALOME platform Git repositories - modules/homard.git/blob - src/HOMARD_I/HomardMedCommun.h
Salome HOME
version 5_1_4 HOMARD_SRC
[modules/homard.git] / src / HOMARD_I / HomardMedCommun.h
1 #ifndef HOMARDMEDCOMMUN_H
2 #define HOMARDMEDCOMMUN_H
3
4 #include <vector>
5 #include <set>
6 #include <string>
7
8 extern "C"
9 {
10 #include <med.h>
11 }
12
13 std::vector<double>    GetBoundingBoxInMedFile( const char * aFile);
14 std::set<std::string>  GetListeGroupesInMedFile(const char * aFile);
15
16 #endif // HOMARD%MEDCOMMUN_H