World Ocean Simulation System (WOSS) library
uw-woss-mpropagation.h File Reference

Provides the interface for WossMPropagation class. More...

Go to the source code of this file.

Classes

class  WossMPropagation
 UnderwaterMPropagation class for channel calculations with WOSS. More...
 

Namespaces

namespace  woss
 

Typedefs

using GainMatrix = std::map< woss::CoordZ, std::map< woss::CoordZ, double > >
 
using GMIter = GainMatrix::iterator
 
using GMRIter = GainMatrix::reverse_iterator
 

Detailed Description

Provides the interface for WossMPropagation class.

Author
Federico Guerra

Provides the interface for WossMPropagation class

Typedef Documentation

◆ GainMatrix

using GainMatrix = std::map< woss::CoordZ , std::map < woss::CoordZ , double > >

◆ GMIter

using GMIter = GainMatrix::iterator

◆ GMRIter

using GMRIter = GainMatrix::reverse_iterator