|
Code_TYMPAN
4.4.0
Industrial site acoustic simulation
|
Contains the results of the model solved. More...
#include <acoustic_result_model.hpp>

Public Member Functions | |
| AcousticResultModel () | |
| virtual | ~AcousticResultModel () |
| Constructor. More... | |
| SpectrumMatrix & | get_data () |
| Return the results matrix. More... | |
| tab_acoustic_path & | get_path_data () |
| Return the array of the acoustic paths. More... | |
Protected Attributes | |
| SpectrumMatrix | acoustic_data |
| Matrix of the spectrum results. More... | |
| tab_acoustic_path | path_data |
| Array of the acoustic paths. More... | |
Contains the results of the model solved.
Definition at line 25 of file acoustic_result_model.hpp.
|
inline |
Definition at line 28 of file acoustic_result_model.hpp.
|
virtual |
|
inline |
Return the results matrix.
Definition at line 32 of file acoustic_result_model.hpp.

|
inline |
Return the array of the acoustic paths.
Definition at line 36 of file acoustic_result_model.hpp.

|
protected |
Matrix of the spectrum results.
Definition at line 42 of file acoustic_result_model.hpp.
|
protected |
Array of the acoustic paths.
Definition at line 43 of file acoustic_result_model.hpp.