16 #ifndef __TY_TASK_9613__
17 #define __TY_TASK_9613__
SmartPtr< TYTask > LPTYTask
Smart Pointer on TYTask.
Task of a threads collection.
Task of a thread collection for Tympan.
TYTrajet & _trajet
Reference to the path.
TYTask(TYSolver &solver, const tympan::nodes_pool_t &nodes, const tympan::triangle_pool_t &triangles, const tympan::material_pool_t &materials, TYTrajet &trajet, int nNbTrajets)
Constructor.
const tympan::nodes_pool_t & _nodes
void main()
Main procedure to run the task.
const tympan::material_pool_t & _materials
const tympan::triangle_pool_t & _triangles
unsigned int _nNbTrajets
Path number.
std::deque< TYSIntersection > _tabIntersect
Array of intersections.
TYSolver & _solver
Reference to the solver.
This class TYTrajet (journey) links a couple Source-Receptor and a collection of paths,...
std::deque< Point > nodes_pool_t
std::deque< material_ptr_t > material_pool_t
std::deque< AcousticTriangle > triangle_pool_t
Array of AcousticTriangle.