|
Code_TYMPAN
4.4.0
Industrial site acoustic simulation
|
This file provides the declaration of the entities of the model, which inherit from BaseEntity. More...


Go to the source code of this file.
Namespaces | |
| tympan | |
Macros | |
| #define | NB_KA 38 |
| Number of KA values in the array. More... | |
| #define | NB_THETA 21 |
| Number of theta values in the array. More... | |
| #define | NB_KA 9 |
| Number of KA values in the array. More... | |
| #define | NB_THETA 41 |
| Number of theta values in the array. More... | |
Typedefs | |
| typedef shared_ptr< AcousticMaterialBase > | tympan::material_ptr_t |
| typedef std::deque< material_ptr_t > | tympan::material_pool_t |
| typedef std::deque< AcousticTriangle > | tympan::triangle_pool_t |
| Array of AcousticTriangle. More... | |
| typedef size_t | tympan::triangle_idx |
| typedef std::deque< AcousticSource > | tympan::source_pool_t |
| Array of sources. More... | |
| typedef size_t | tympan::source_idx |
| typedef std::deque< AcousticReceptor > | tympan::receptor_pool_t |
| Array of receptors. More... | |
| typedef size_t | tympan::receptor_idx |
Functions | |
| Point | tympan::ComputeAcousticCentroid (const source_pool_t &tabSources_) |
This file provides the declaration of the entities of the model, which inherit from BaseEntity.
Definition in file entities.hpp.
| #define NB_KA 38 |
Number of KA values in the array.
Definition at line 325 of file entities.hpp.
| #define NB_KA 9 |
Number of KA values in the array.
Definition at line 325 of file entities.hpp.
| #define NB_THETA 21 |
Number of theta values in the array.
Definition at line 333 of file entities.hpp.
| #define NB_THETA 41 |
Number of theta values in the array.
Definition at line 333 of file entities.hpp.