Code_TYMPAN  4.4.0
Industrial site acoustic simulation
xml_project_util.h
Go to the documentation of this file.
1 
8 #ifndef TYMPAN__XML_PROJECT_UTIL_HPP__INCLUDED
9 #define TYMPAN__XML_PROJECT_UTIL_HPP__INCLUDED
10 
12 
13 namespace tympan
14 {
22 LPTYProjet load_project(const char* filename);
23 
29 void save_project(const char* filename, const LPTYProjet& project);
30 
36 std::vector<LPTYElement> load_elements(const char* filename);
37 
38 } /* namespace tympan */
39 
40 #endif /* TYMPAN__XML_PROJECT_UTIL_HPP__INCLUDED */
void save_project(const char *filename, const LPTYProjet &project)
save a project into an XML file
LPTYProjet load_project(const char *filename)
load an XML project file
std::vector< LPTYElement > load_elements(const char *filename)
load one or several objects from an xml file