Salome HOME
Porting to MED3
[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 std::vector<double>    GetBoundingBoxInMedFile( const char * aFile);
9 std::set<std::string>  GetListeGroupesInMedFile(const char * aFile);
10
11 #endif // HOMARD%MEDCOMMUN_H