|
Code_TYMPAN
4.4.0
Industrial site acoustic simulation
|
The TYEtape class is used to describe a part (a step) of a path (TYChemin) for the computation of trajectories (TYTrajet) between Source and receptor (Recepteur) More...
#include <TYEtape.h>


Public Member Functions | |
| TYEtape () | |
| Constructor. More... | |
| TYEtape (const TYEtape &other) | |
| Copy constructor. More... | |
| virtual | ~TYEtape () |
| Destructor. More... | |
| TYEtape & | operator= (const TYEtape &other) |
| Operator =. More... | |
| bool | operator== (const TYEtape &other) const |
| Operator ==. More... | |
| bool | operator!= (const TYEtape &other) const |
| Operator !=. More... | |
| ACOUSTIC_EVENT_TYPES | getType () const |
| Set/Get du type de cette etape. More... | |
| void | setType (ACOUSTIC_EVENT_TYPES etapeType) |
| OPoint3D | getPoint () const |
| Get/Set of the first point of the step. More... | |
| void | setPoint (const OPoint3D &pt) |
| acoustic_event * | asEvent () const |
Public Attributes | |
| ACOUSTIC_EVENT_TYPES | _type |
| Acoustic event type. More... | |
| OPoint3D | _pt |
| The starting point of this step. More... | |
The TYEtape class is used to describe a part (a step) of a path (TYChemin) for the computation of trajectories (TYTrajet) between Source and receptor (Recepteur)
| TYEtape::TYEtape | ( | ) |
Constructor.
Definition at line 18 of file TYEtape.cpp.
| TYEtape::TYEtape | ( | const TYEtape & | other | ) |
Copy constructor.
Definition at line 20 of file TYEtape.cpp.
|
virtual |
Destructor.
Definition at line 25 of file TYEtape.cpp.
| acoustic_event * TYEtape::asEvent | ( | ) | const |
Definition at line 68 of file TYEtape.cpp.
|
inline |
|
inline |
| bool TYEtape::operator!= | ( | const TYEtape & | other | ) | const |
| bool TYEtape::operator== | ( | const TYEtape & | other | ) | const |
|
inline |
|
inline |
| ACOUSTIC_EVENT_TYPES TYEtape::_type |