|
Code_TYMPAN
4.4.0
Industrial site acoustic simulation
|
Describes an acoustic source. More...
#include <entities.hpp>


Public Member Functions | |
| AcousticSource (const Point &point_, const Spectrum &spectrum_, SourceDirectivityInterface *directivity) | |
| Constructor to build a source defined by a point, spectrum, directivity. More... | |
| virtual | ~AcousticSource () |
Public Member Functions inherited from tympan::BaseEntity | |
| virtual | ~BaseEntity () |
| Constructor. More... | |
Public Attributes | |
| Point | position |
| Destructor. More... | |
| Spectrum | spectrum |
| Associated spectrum. More... | |
| SourceDirectivityInterface * | directivity |
| Pointer to the source directivity. More... | |
| string | volume_id |
| Volume id. More... | |
| string | face_id |
| Face id. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from tympan::BaseEntity | |
| BaseEntity () | |
Describes an acoustic source.
Definition at line 365 of file entities.hpp.
| tympan::AcousticSource::AcousticSource | ( | const Point & | point_, |
| const Spectrum & | spectrum_, | ||
| SourceDirectivityInterface * | directivity | ||
| ) |
Constructor to build a source defined by a point, spectrum, directivity.
Definition at line 1086 of file entities.cpp.
|
inlinevirtual |
Definition at line 371 of file entities.hpp.
| SourceDirectivityInterface* tympan::AcousticSource::directivity |
Pointer to the source directivity.
Definition at line 375 of file entities.hpp.
| string tympan::AcousticSource::face_id |
Face id.
Definition at line 377 of file entities.hpp.
| Point tympan::AcousticSource::position |
| Spectrum tympan::AcousticSource::spectrum |
Associated spectrum.
Definition at line 374 of file entities.hpp.
| string tympan::AcousticSource::volume_id |
Volume id.
Definition at line 376 of file entities.hpp.