|
Code_TYMPAN
4.4.0
Industrial site acoustic simulation
|
Functions | |
| std::string | readValueFromConfig (const std::string &filePath, const std::string &key, const std::string &defaultValue) |
| std::string | readReflectionMethodFromConfig (const std::string &filePath, std::string defaultValue) |
| unsigned int | readRaytracingNbRaysFromConfig (const std::string &filePath, unsigned int defaultValue) |
| bool | intersectSegmentsFastInTheirPlane (const OSegment3D &segA, const OSegment3D &segB, OPoint3D &pt, double seuilConfondus) |
| bool anonymous_namespace{TYAcousticModel9613Solver2024.cpp}::intersectSegmentsFastInTheirPlane | ( | const OSegment3D & | segA, |
| const OSegment3D & | segB, | ||
| OPoint3D & | pt, | ||
| double | seuilConfondus | ||
| ) |
Definition at line 67 of file TYAcousticModel9613Solver2024.cpp.


| unsigned int anonymous_namespace{TYAcousticModel9613Solver2024.cpp}::readRaytracingNbRaysFromConfig | ( | const std::string & | filePath, |
| unsigned int | defaultValue | ||
| ) |
Definition at line 53 of file TYAcousticModel9613Solver2024.cpp.


| std::string anonymous_namespace{TYAcousticModel9613Solver2024.cpp}::readReflectionMethodFromConfig | ( | const std::string & | filePath, |
| std::string | defaultValue | ||
| ) |
Definition at line 48 of file TYAcousticModel9613Solver2024.cpp.


| std::string anonymous_namespace{TYAcousticModel9613Solver2024.cpp}::readValueFromConfig | ( | const std::string & | filePath, |
| const std::string & | key, | ||
| const std::string & | defaultValue | ||
| ) |
Definition at line 24 of file TYAcousticModel9613Solver2024.cpp.
