Code_TYMPAN  4.2.0
Industrial site acoustic simulation
Public Member Functions | Protected Attributes | List of all members
tympan::AcousticResultModel Class Reference

Contains the results of the model solved. More...

#include <acoustic_result_model.hpp>

Collaboration diagram for tympan::AcousticResultModel:
Collaboration graph
[legend]

Public Member Functions

 AcousticResultModel ()
 
virtual ~AcousticResultModel ()
 Constructor. More...
 
SpectrumMatrixget_data ()
 Return the results matrix. More...
 
tab_acoustic_pathget_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...
 

Detailed Description

Contains the results of the model solved.

Definition at line 25 of file acoustic_result_model.hpp.

Constructor & Destructor Documentation

◆ AcousticResultModel()

tympan::AcousticResultModel::AcousticResultModel ( )
inline

Definition at line 28 of file acoustic_result_model.hpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ~AcousticResultModel()

tympan::AcousticResultModel::~AcousticResultModel ( )
virtual

Constructor.

Destructor

Definition at line 15 of file acoustic_result_model.cpp.

Here is the caller graph for this function:

Member Function Documentation

◆ get_data()

SpectrumMatrix& tympan::AcousticResultModel::get_data ( )
inline

Return the results matrix.

Definition at line 32 of file acoustic_result_model.hpp.

Here is the caller graph for this function:

◆ get_path_data()

tab_acoustic_path& tympan::AcousticResultModel::get_path_data ( )
inline

Return the array of the acoustic paths.

Definition at line 33 of file acoustic_result_model.hpp.

Here is the caller graph for this function:

Member Data Documentation

◆ acoustic_data

SpectrumMatrix tympan::AcousticResultModel::acoustic_data
protected

Matrix of the spectrum results.

Definition at line 37 of file acoustic_result_model.hpp.

◆ path_data

tab_acoustic_path tympan::AcousticResultModel::path_data
protected

Array of the acoustic paths.

Definition at line 38 of file acoustic_result_model.hpp.


The documentation for this class was generated from the following files: