|
Code_TYMPAN
4.4.0
Industrial site acoustic simulation
|
#include <vector>#include <deque>#include "Geometry/Scene.h"#include "Ray/Ray.h"#include "Recepteur.h"#include "Tools/SelectorManager.h"#include "Acoustic/Solver.h"

Go to the source code of this file.
Classes | |
| class | Solver |
| The Solver class gives an interface to the developer to add easily a new acoustic method using ray tracing. This class provides a way for the programmer to interact at each point of the ray tracing algorithm. It is possible to add several acoustic objects to model phenomena like diffraction. The features of this class are: More... | |
| class | BasicSolver |