|
Code_TYMPAN
4.4.0
Industrial site acoustic simulation
|
#include <set>#include <vector>#include <map>#include "Engine/AcousticRaytracerConfiguration.h"#include "Geometry/Triangle.h"#include "Geometry/Cylindre.h"#include "Tools/Logger.h"#include "PostTreatment.h"#include <math.h>
Go to the source code of this file.
Typedefs | |
| typedef std::pair< unsigned int, unsigned int > | segment |
| typedef std::map< segment, std::vector< Shape * > > | mapSegmentShapes |
Functions | |
| void | registerSegmentsFromShapes (Shape *shape, mapSegmentShapes ¤tMap) |
| bool | isAcceptableEdge (const segment &seg, Shape *p1, Shape *p2, decimal &angleOuverture, vector< bool > &isGround) |
| typedef std::map<segment, std::vector<Shape*> > mapSegmentShapes |
Definition at line 29 of file PostTreatment.cpp.
| typedef std::pair<unsigned int, unsigned int> segment |
Definition at line 28 of file PostTreatment.cpp.
| bool isAcceptableEdge | ( | const segment & | seg, |
| Shape * | p1, | ||
| Shape * | p2, | ||
| decimal & | angleOuverture, | ||
| vector< bool > & | isGround | ||
| ) |
Definition at line 75 of file PostTreatment.cpp.


| void registerSegmentsFromShapes | ( | Shape * | shape, |
| mapSegmentShapes & | currentMap | ||
| ) |