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

This file provides the top-level declaration for the acoustic problem model. More...

#include <string>
#include <memory>
#include "data_model_common.hpp"
#include "entities.hpp"
Include dependency graph for acoustic_problem_model.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  tympan::AcousticProblemModel
 Class to describe the acoustic problem. More...
 

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

This file provides the top-level declaration for the acoustic problem 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.hpp.