|
World Ocean Simulation System (WOSS) library
|
Definitions and library for Sound Speed Profiles. More...
Go to the source code of this file.
Classes | |
| class | woss::SSP |
| SSP class offers multiple creation and manipulation capabilities for sound speed profile. More... | |
Namespaces | |
| namespace | woss |
Typedefs | |
| using | woss::DepthMap = std::map< PDouble, double > |
| using | woss::DConstIter = DepthMap::const_iterator |
| using | woss::DIter = DepthMap::iterator |
| using | woss::DRIter = DepthMap::reverse_iterator |
| using | woss::DConstRIter = DepthMap::const_reverse_iterator |
Functions | |
| SSP & | woss::operator+= (SSP &left, const SSP &right) |
| SSP & | woss::operator-= (SSP &left, const SSP &right) |
| SSP & | woss::operator*= (SSP &left, const SSP &right) |
| SSP & | woss::operator/= (SSP &left, const SSP &right) |
| SSP & | woss::operator+= (SSP &left, const double right) |
| SSP & | woss::operator-= (SSP &left, const double right) |
| SSP & | woss::operator/= (SSP &left, const double right) |
| SSP & | woss::operator*= (SSP &left, const double right) |
| bool | woss::operator== (const SSP &left, const SSP &right) |
| bool | woss::operator!= (const SSP &left, const SSP &right) |
| const SSP | woss::operator+ (const SSP &left, const SSP &right) |
| const SSP | woss::operator- (const SSP &left, const SSP &right) |
| const SSP | woss::operator* (const SSP &left, const SSP &right) |
| const SSP | woss::operator/ (const SSP &left, const SSP &right) |
| const SSP | woss::operator+ (const SSP &left, const double right) |
| const SSP | woss::operator- (const SSP &left, const double right) |
| const SSP | woss::operator/ (const SSP &left, const double right) |
| const SSP | woss::operator* (const SSP &left, const double right) |
| const SSP | woss::operator+ (const double left, const SSP &right) |
| const SSP | woss::operator- (const double left, const SSP &right) |
| const SSP | woss::operator/ (const double left, const SSP &right) |
| const SSP | woss::operator* (const double left, const SSP &right) |
| std::ostream & | woss::operator<< (std::ostream &os, const SSP &instance) |
| std::istream & | woss::operator>> (std::istream &is, SSP &instance) |
Definitions and library for Sound Speed Profiles.
Definitions and library for woss::SSP (Sound Speed profile) class