16 #ifndef __TY_TASK_9613SOLVER__
17 #define __TY_TASK_9613SOLVER__
std::vector< OPoint3D > TabPoint3D
Class to define a segment.
Task of a thread collection for Tympan.
virtual void getRayonFromTrajet(OSegment3D &rayon) override
Build a ray from the source->receptor Trajet.
void launchAcousticComputation(TabPoint3D &ptsTop, TabPoint3D &ptsLeft, TabPoint3D &ptsRight) override
Delegate to solver the acoustic computation for this task.
TYTask9613Solver(TYSolver9613Solver &solver, const tympan::nodes_pool_t &nodes, const tympan::triangle_pool_t &triangles, const tympan::material_pool_t &materials, TYTrajet9613Solver &trajet, int nNbTrajets)
Constructor.
TYTrajet9613Solver & _trajet
Reference to the path.
TYSolver9613Solver & _solver
Reference to the solver.
virtual void selectFaces(OSegment3D &rayon) override
Delegate to solver the build of the intersecting faces between the scene and the ray.
virtual void computePath(TabPoint3D &ptsTop, TabPoint3D &ptsLeft, TabPoint3D &ptsRight) override
Delegate to solver the computation of the intersecting top, left and right points between the scene a...
Task of a thread collection for Tympan.
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.