16 #ifndef __TY_CHEMIN_DEFAULTSOLVER__
17 #define __TY_CHEMIN_DEFAULTSOLVER__
std::deque< TYCheminDefaultSolver > TYTabCheminDefaultSolver
TYChemin collection.
Representation of one of the most optimal path between source and receptor: S—>R.
std::deque< TYEtapeDefaultSolver > TYTabEtapeDefaultSolver
TYEtape collection.
Class for the definition of atmospheric conditions.
Representation of one of the most optimal path between source and receptor: S—>R. The class TYChemin ...
bool operator==(const TYCheminDefaultSolver &other) const
Operator ==.
void setAttenuation(const OSpectreComplex &att)
Set the attenuation.
OSpectreComplex & getAttenuation()
Return the path attenuation.
TYCheminDefaultSolver & operator=(const TYCheminDefaultSolver &other)
Operator =.
bool operator!=(const TYCheminDefaultSolver &other) const
Operator !=.
OSpectreComplex _attenuation
Attenuation spectrum of the path.
const OSpectreComplex & getAttenuation() const
void calcAttenuation(const TYTabEtapeDefaultSolver &tabEtapes, const AtmosphericConditions &atmos)
Compute the global attenuation on the path.
TYCheminDefaultSolver()
Constructor.
Representation of one of the most optimal path between source and receptor: S—>R. The class TYChemin ...