Code_TYMPAN  4.4.0
Industrial site acoustic simulation
Public Attributes | List of all members
TYReflectionPath Struct Reference

Data-structure representing a reflection path It stores all needed data to build a TYChemin. More...

#include <TYReflectionPathFinder.h>

Collaboration diagram for TYReflectionPath:
Collaboration graph
[legend]

Public Attributes

OPoint3D source
 
OPoint3D receptor
 
std::deque< OPoint3DreflectionPoints
 
std::vector< const TYSIntersection * > reflectingSegments
 

Detailed Description

Data-structure representing a reflection path It stores all needed data to build a TYChemin.

Definition at line 28 of file TYReflectionPathFinder.h.

Member Data Documentation

◆ receptor

OPoint3D TYReflectionPath::receptor

Definition at line 31 of file TYReflectionPathFinder.h.

◆ reflectingSegments

std::vector<const TYSIntersection*> TYReflectionPath::reflectingSegments

Definition at line 33 of file TYReflectionPathFinder.h.

◆ reflectionPoints

std::deque<OPoint3D> TYReflectionPath::reflectionPoints

Definition at line 32 of file TYReflectionPathFinder.h.

◆ source

OPoint3D TYReflectionPath::source

Definition at line 30 of file TYReflectionPathFinder.h.


The documentation for this struct was generated from the following file: