|
Code_TYMPAN
4.4.0
Industrial site acoustic simulation
|
#include <cstring>#include <boost/foreach.hpp>#include "Tympan/core/logging.h"#include "Tympan/core/exceptions.h"#include "Tympan/core/config.h"#include "Tympan/models/business/TYXMLManager.h"#include "xml_project_util.h"
Go to the source code of this file.
Namespaces | |
| tympan | |
Functions | |
| LPTYProjet | tympan::load_project (const char *filename) |
| load an XML project file More... | |
| void | tympan::save_project (const char *filename, const LPTYProjet &project) |
| save a project into an XML file More... | |
| std::vector< LPTYElement > | tympan::load_elements (const char *filename) |
| load one or several objects from an xml file More... | |