Code_TYMPAN  4.4.0
Industrial site acoustic simulation
Namespaces | Functions
acoustic_problem_model.cpp File Reference

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"
Include dependency graph for acoustic_problem_model.cpp:

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 ()
 

Detailed Description

Implementation for top-level of the model.

Date
jul. 12 2013
Author
Anthony Truchet antho.nosp@m.ny.t.nosp@m.ruche.nosp@m.t@lo.nosp@m.gilab.nosp@m..fr

Definition in file acoustic_problem_model.cpp.