|
Code_TYMPAN
4.4.0
Industrial site acoustic simulation
|
Representation of one of the most optimal path between source and receptor: S—>R. More...
#include <deque>#include "TYEtape.h"#include "Tympan/models/common/atmospheric_conditions.h"#include "Tympan/models/common/acoustic_path.h"

Go to the source code of this file.
Classes | |
| class | TYChemin |
| Representation of one of the most optimal path between source and receptor: S—>R. The class TYChemin represents a path between a Source and a receptor (Recepteur class). It's constituted of a collection of steps (TYEtape class). More... | |
Typedefs | |
| typedef std::deque< TYChemin > | TYTabChemin |
| TYChemin collection. More... | |
Enumerations | |
| enum | TYTypeChemin { CHEMIN_DIRECT , CHEMIN_SOL , CHEMIN_ECRAN , CHEMIN_REFLEX , CHEMIN_DIRECT , CHEMIN_DIRECT , CHEMIN_SOL , CHEMIN_SOL , CHEMIN_ECRAN , CHEMIN_ECRAN , CHEMIN_REFLEX , CHEMIN_REFLEX } |
Representation of one of the most optimal path between source and receptor: S—>R.
Definition in file TYChemin.h.
| typedef std::deque<TYChemin> TYTabChemin |
TYChemin collection.
Definition at line 189 of file TYChemin.h.
| enum TYTypeChemin |
| Enumerator | |
|---|---|
| CHEMIN_DIRECT | |
| CHEMIN_SOL | |
| CHEMIN_ECRAN | |
| CHEMIN_REFLEX | |
| CHEMIN_DIRECT | |
| CHEMIN_DIRECT | |
| CHEMIN_SOL | |
| CHEMIN_SOL | |
| CHEMIN_ECRAN | |
| CHEMIN_ECRAN | |
| CHEMIN_REFLEX | |
| CHEMIN_REFLEX | |
Definition at line 31 of file TYChemin.h.