|
Code_TYMPAN
4.4.0
Industrial site acoustic simulation
|
Data structure for intersections. More...
#include <TYSolverDefines.h>

Public Attributes | |
| OSegment3D | segInter [2] |
| bool | noIntersect |
| Flag to indicate that the face should not be tested for intersection. More... | |
| bool | bIntersect [2] |
| Flag to indicate the face cuts vertical plane ([0]) or horizontal plane ([1]) More... | |
| bool | isEcran |
| Flag to define if is a screen face. More... | |
| bool | isInfra |
| Flag to define if is a infrastructure face. More... | |
| tympan::AcousticMaterialBase * | material |
| Pointer to a material. More... | |
Data structure for intersections.
Definition at line 58 of file TYSolverDefines.h.
| bool TYSIntersection::bIntersect |
Flag to indicate the face cuts vertical plane ([0]) or horizontal plane ([1])
Definition at line 63 of file TYSolverDefines.h.
| bool TYSIntersection::isEcran |
Flag to define if is a screen face.
Definition at line 64 of file TYSolverDefines.h.
| bool TYSIntersection::isInfra |
Flag to define if is a infrastructure face.
Definition at line 65 of file TYSolverDefines.h.
| tympan::AcousticMaterialBase * TYSIntersection::material |
Pointer to a material.
Definition at line 66 of file TYSolverDefines.h.
| bool TYSIntersection::noIntersect |
Flag to indicate that the face should not be tested for intersection.
Definition at line 62 of file TYSolverDefines.h.
| OSegment3D TYSIntersection::segInter |
Intersection segment between face and vertical plane ([0]) and horizontal plane ([1])
Definition at line 60 of file TYSolverDefines.h.