|
Code_TYMPAN
4.4.0
Industrial site acoustic simulation
|
Data-structure representing a reflection path It stores all needed data to build a TYChemin. More...
#include <TYReflectionPathFinder.h>

Public Attributes | |
| OPoint3D | source |
| OPoint3D | receptor |
| std::deque< OPoint3D > | reflectionPoints |
| std::vector< const TYSIntersection * > | reflectingSegments |
Data-structure representing a reflection path It stores all needed data to build a TYChemin.
Definition at line 28 of file TYReflectionPathFinder.h.
| OPoint3D TYReflectionPath::receptor |
Definition at line 31 of file TYReflectionPathFinder.h.
| std::vector<const TYSIntersection*> TYReflectionPath::reflectingSegments |
Definition at line 33 of file TYReflectionPathFinder.h.
| std::deque<OPoint3D> TYReflectionPath::reflectionPoints |
Definition at line 32 of file TYReflectionPathFinder.h.
| OPoint3D TYReflectionPath::source |
Definition at line 30 of file TYReflectionPathFinder.h.