Code_TYMPAN  4.4.0
Industrial site acoustic simulation
acoustic_result_model.cpp
Go to the documentation of this file.
1 
10 
11 namespace tympan
12 {
13 
15 
16 std::unique_ptr<AcousticResultModel> make_AcousticResultModel()
17 {
18  return std::unique_ptr<AcousticResultModel>(new AcousticResultModel());
19 }
20 
21 } // namespace tympan
This file provides the top-level declaration for the acoustic result model.
Contains the results of the model solved.
virtual ~AcousticResultModel()
Constructor.
std::unique_ptr< AcousticResultModel > make_AcousticResultModel()