|
Code_TYMPAN
4.4.0
Industrial site acoustic simulation
|
Implementation for top-level of the model. More...
#include <iostream>#include <iomanip>#include "Tympan/models/common/cgal_tools.h"#include "Tympan/models/common/triangle.h"#include "acoustic_problem_model.hpp"
Go to the source code of this file.
Namespaces | |
| tympan | |
Functions | |
| deque< triangle_idx > | tympan::scene_volume_intersection (const triangle_pool_t &triangles, const nodes_pool_t &nodes, float l, float h, OPoint3D source, OPoint3D receptor) |
Find the intersection between some triangles (triangles, nodes) and a volume given by a width, a height and 2 points delimiting the length. The volume is centered on the midpoint between the source and the receptor. More... | |
| std::unique_ptr< AcousticProblemModel > | tympan::make_AcousticProblemModel () |
Implementation for top-level of the model.
Definition in file acoustic_problem_model.cpp.