|
Code_TYMPAN
4.4.0
Industrial site acoustic simulation
|
#include "Tympan/core/logging.h"#include "Tympan/core/exceptions.h"#include "Tympan/models/business/TYCalcul.h"#include "TYPluginManager.h"#include <windows.h>
Go to the source code of this file.
Namespaces | |
| tympan | |
Macros | |
| #define | WIN32_LEAN_AND_MEAN |
Functions | |
| void | tympan::load_solvers (const char *path) |
Load the solver plugins found in path More... | |
| SolverInterface * | tympan::select_solver (OGenID uuid) |
| Select a solver amongst the loaded solvers (a previous call to tympan::load_solvers() is. More... | |
| OGenID | tympan::solver_id (std::string name) |
Return the id of the solver named name (a previous call to tympan::load_solvers() is. More... | |
| #define WIN32_LEAN_AND_MEAN |
Definition at line 22 of file TYPluginManager.cpp.