|
Code_TYMPAN
4.4.0
Industrial site acoustic simulation
|
#include "TYAcousticModel9613Solver2024.h"#include <fstream>#include <string>#include "TYReflectionPruningStrategy.h"
Go to the source code of this file.
Namespaces | |
| anonymous_namespace{TYAcousticModel9613Solver2024.cpp} | |
Functions | |
| std::string | anonymous_namespace{TYAcousticModel9613Solver2024.cpp}::readValueFromConfig (const std::string &filePath, const std::string &key, const std::string &defaultValue) |
| std::string | anonymous_namespace{TYAcousticModel9613Solver2024.cpp}::readReflectionMethodFromConfig (const std::string &filePath, std::string defaultValue) |
| unsigned int | anonymous_namespace{TYAcousticModel9613Solver2024.cpp}::readRaytracingNbRaysFromConfig (const std::string &filePath, unsigned int defaultValue) |
| double | anonymous_namespace{TYAcousticModel9613Solver2024.cpp}::readRaytracingRcptRadiusFromConfig (const std::string &filePath, double defaultValue) |
| bool | anonymous_namespace{TYAcousticModel9613Solver2024.cpp}::intersectSegmentsFastInTheirPlane (const OSegment3D &segA, const OSegment3D &segB, OPoint3D &pt, double seuilConfondus) |