Code_TYMPAN  4.4.0
Industrial site acoustic simulation
Classes | Typedefs | Functions
TYRay.h File Reference
#include "Tympan/models/business/TYElement.h"
#include "Tympan/models/common/3d.h"
#include "Tympan/models/common/acoustic_path.h"
Include dependency graph for TYRay.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TYRay
 Classe decrivant un rayon acoustique gere par un lancer de rayon. Cette classe doit permettre la modelisation de rayons pour l'affichage de Tympan. More...
 

Typedefs

typedef SmartPtr< TYRayLPTYRay
 
typedef std::vector< LPTYRayTYTabRay
 

Functions

SmartPtr< TYRaybuild_ray (const acoustic_path &ap)
 Build a TYRay from an acoustic_path (used by cython interface) More...
 

Typedef Documentation

◆ LPTYRay

Definition at line 137 of file TYRay.h.

◆ TYTabRay

typedef std::vector<LPTYRay> TYTabRay

Definition at line 139 of file TYRay.h.

Function Documentation

◆ build_ray()

SmartPtr<TYRay> build_ray ( const acoustic_path ap)

Build a TYRay from an acoustic_path (used by cython interface)

Definition at line 167 of file TYRay.cpp.