Code_TYMPAN  4.4.0
Industrial site acoustic simulation
Classes | Typedefs
Ray.h File Reference
#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"
Include dependency graph for Ray.h:
This graph shows which files directly or indirectly include this file:

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
 

Typedef Documentation

◆ signature

typedef std::pair<bitSet, bitSet> signature

Definition at line 30 of file Ray.h.