|
Code_TYMPAN
4.4.0
Industrial site acoustic simulation
|
Describe surface intersections. More...
#include <TYSolverDefines.h>

Public Member Functions | |
| bool | is_infra () const |
| Detect if a face is on a infrastructure (has a material) More... | |
| bool | is_infra () const |
| Detect if a face is on a infrastructure (has a material) More... | |
Public Attributes | |
| string | volume_id |
| Volume id. More... | |
| TabPoint3D | tabPoint |
| Array of points used for the preselection. More... | |
| OVector3D | normal |
| Normal vector to a face. More... | |
| bool | isEcran |
| Flag to define if it is a screen. More... | |
| tympan::AcousticMaterialBase * | material |
| Reference to a material. More... | |
Describe surface intersections.
Definition at line 36 of file TYSolverDefines.h.
|
inline |
Detect if a face is on a infrastructure (has a material)
Definition at line 47 of file TYSolverDefines.h.

|
inline |
Detect if a face is on a infrastructure (has a material)
Definition at line 47 of file TYSolverDefines.h.
| bool TYStructSurfIntersect::isEcran |
Flag to define if it is a screen.
Definition at line 41 of file TYSolverDefines.h.
| tympan::AcousticMaterialBase * TYStructSurfIntersect::material |
Reference to a material.
Definition at line 42 of file TYSolverDefines.h.
| OVector3D TYStructSurfIntersect::normal |
Normal vector to a face.
Definition at line 40 of file TYSolverDefines.h.
| TabPoint3D TYStructSurfIntersect::tabPoint |
Array of points used for the preselection.
Definition at line 39 of file TYSolverDefines.h.
| string TYStructSurfIntersect::volume_id |
Volume id.
Definition at line 38 of file TYSolverDefines.h.