|
Code_TYMPAN
4.4.0
Industrial site acoustic simulation
|
#include <memory>#include <boost/shared_ptr.hpp>#include "Base.h"#include "Geometry/mathlib.h"#include "Acoustic/Source.h"#include "Acoustic/Event.h"#include "Acoustic/Diffraction.h"

Go to the source code of this file.
Classes | |
| class | Ray |
| : Describes a ray by a pair of unsigned int. The first one gives the source number (in the range 0-4095) and the receptor number (in the range 0-1048576) as a bit field. The second one describes the sequences of events by their types (user could decide what 1 represent, may be REFLEXION or DIFFRACTION) More... | |
Typedefs | |
| typedef std::pair< bitSet, bitSet > | signature |