|
Code_TYMPAN
4.4.0
Industrial site acoustic simulation
|
#include <TYEtape9613Solver.h>


Public Member Functions | |
| TYEtape9613Solver & | operator= (const TYEtape9613Solver &other) |
| Operator =. More... | |
| bool | operator== (const TYEtape9613Solver &other) const |
| Operator ==. More... | |
| bool | operator!= (const TYEtape9613Solver &other) const |
| Operator !=. More... | |
| OSpectreOctave | getAbsorption () |
| Get/Set the absorption spectrum associated to the first point of the step. More... | |
| const OSpectreOctave | getAbsorption () const |
| void | setAbsorption (const OSpectreOctave &Abso) |
| OSpectreOctave | getAttenuation () |
| Get/Set the attenuation spectrum associated to this step. More... | |
| const OSpectreOctave | getAttenuation () const |
| void | setAttenuation (const OSpectreOctave &Att) |
Public Member Functions inherited from TYEtape | |
| 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 | |
| OSpectreOctave | _Absorption |
| absorption Spectrum More... | |
| OSpectreOctave | _Attenuation |
| attenuation Spectrum More... | |
Public Attributes inherited from TYEtape | |
| ACOUSTIC_EVENT_TYPES | _type |
| Acoustic event type. More... | |
| OPoint3D | _pt |
| The starting point of this step. More... | |
Definition at line 47 of file TYEtape9613Solver.h.
|
inline |
Get/Set the absorption spectrum associated to the first point of the step.
const OSpectreOctave getAbsorption() void setAbsorption(const OSpectreOctave & Abso)
Definition at line 66 of file TYEtape9613Solver.h.
|
inline |
Definition at line 70 of file TYEtape9613Solver.h.
|
inline |
Get/Set the attenuation spectrum associated to this step.
const OSpectreOctave getAttenuation() void setAttenuation(const OSpectreOctave & Att)
Definition at line 89 of file TYEtape9613Solver.h.
|
inline |
Definition at line 93 of file TYEtape9613Solver.h.
| bool TYEtape9613Solver::operator!= | ( | const TYEtape9613Solver & | other | ) | const |
Operator !=.
Definition at line 58 of file TYEtape9613Solver.cpp.

| TYEtape9613Solver & TYEtape9613Solver::operator= | ( | const TYEtape9613Solver & | other | ) |
Operator =.
Definition at line 27 of file TYEtape9613Solver.cpp.

| bool TYEtape9613Solver::operator== | ( | const TYEtape9613Solver & | other | ) | const |
Operator ==.
Definition at line 38 of file TYEtape9613Solver.cpp.

|
inline |
Set/Get du spectre d'absorption associe au point de depart.
Definition at line 77 of file TYEtape9613Solver.h.
|
inline |
Set/Get du spectre d'attenuation associe a cette etape.
Definition at line 100 of file TYEtape9613Solver.h.
| OSpectreOctave TYEtape9613Solver::_Absorption |
absorption Spectrum
Definition at line 108 of file TYEtape9613Solver.h.
| OSpectreOctave TYEtape9613Solver::_Attenuation |
attenuation Spectrum
Definition at line 109 of file TYEtape9613Solver.h.