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


Public Member Functions | |
| AcousticReceptor (const Point &position_) | |
| Constructor to build a receptor defined by the its position. More... | |
| virtual | ~AcousticReceptor () |
Public Member Functions inherited from tympan::BaseEntity | |
| virtual | ~BaseEntity () |
| Constructor. More... | |
Public Attributes | |
| Point | position |
| Destructor. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from tympan::BaseEntity | |
| BaseEntity () | |
Describes an acoustic receptor.
Definition at line 387 of file entities.hpp.
| tympan::AcousticReceptor::AcousticReceptor | ( | const Point & | position_ | ) |
Constructor to build a receptor defined by the its position.
Definition at line 1094 of file entities.cpp.
|
inlinevirtual |
Definition at line 392 of file entities.hpp.
| Point tympan::AcousticReceptor::position |