10 #ifndef TYMPAN__ACOUSTIC_RESULT_MODEL_H__INCLUDED
11 #define TYMPAN__ACOUSTIC_RESULT_MODEL_H__INCLUDED
std::vector< acoustic_path * > tab_acoustic_path
Contains the results of the model solved.
SpectrumMatrix & get_data()
Return the results matrix.
tab_acoustic_path & get_path_data()
Return the array of the acoustic paths.
tab_acoustic_path path_data
Array of the acoustic paths.
SpectrumMatrix acoustic_data
Matrix of the spectrum results.
virtual ~AcousticResultModel()
Constructor.
Spectrum matrix N*M used to store results. N is the number of receptors. M is the number of sources.
Common utilities and includes for all data models.
This file provides the declaration of the entities of the model, which inherit from BaseEntity.
std::unique_ptr< AcousticResultModel > make_AcousticResultModel()