|
Code_TYMPAN
4.4.0
Industrial site acoustic simulation
|
Directivity coefficient. More...
#include <entities.hpp>
Public Member Functions | |
| DirectivityCoefficient (double value_, double theta_, double phi_, bool solid_angle_) | |
| Constructor. More... | |
| virtual | ~DirectivityCoefficient () |
Public Attributes | |
| double | value |
| Destructor. More... | |
| double | theta |
| double | phi |
| bool | solid_angle |
Directivity coefficient.
Definition at line 419 of file entities.hpp.
| tympan::DirectivityCoefficient::DirectivityCoefficient | ( | double | value_, |
| double | theta_, | ||
| double | phi_, | ||
| bool | solid_angle_ | ||
| ) |
Constructor.
|
inlinevirtual |
Definition at line 424 of file entities.hpp.
| double tympan::DirectivityCoefficient::phi |
Definition at line 428 of file entities.hpp.
| bool tympan::DirectivityCoefficient::solid_angle |
Definition at line 430 of file entities.hpp.
| double tympan::DirectivityCoefficient::theta |
Definition at line 427 of file entities.hpp.
| double tympan::DirectivityCoefficient::value |
Destructor.
Definition at line 426 of file entities.hpp.