World Ocean Simulation System (WOSS) library
|
Definitions and library for woss::Sediment class. More...
Go to the source code of this file.
Classes | |
class | woss::Sediment |
Surficial sediment geoacoustic parameters definitions. More... | |
class | woss::SedimentGravel |
Gravel type implementation. More... | |
class | woss::SedimentSand |
Sand type implementation. More... | |
class | woss::SedimentSilt |
Silt type implementation. More... | |
class | woss::SedimentClay |
Clay type implementation. More... | |
class | woss::SedimentOoze |
Ooze type implementation. More... | |
class | woss::SedimentMud |
Mud type implementation. More... | |
class | woss::SedimentRocks |
Rocks type implementation. More... | |
class | woss::SedimentOrganic |
Organic type implementation. More... | |
class | woss::SedimentNodules |
Deck41 nodules type implementation. More... | |
class | woss::SedimentHardBottom |
Hard bottom type implementation. More... | |
Typedefs | |
typedef ::std::pair< int, int > | woss::Deck41Types |
Functions | |
const Sediment | woss::operator/ (const double left, const Sediment &right) |
const Sediment | woss::operator* (const double left, const Sediment &right) |
const Sediment | woss::operator/ (const Sediment &left, const double right) |
const Sediment | woss::operator* (const Sediment &left, const double right) |
Sediment & | woss::operator+= (Sediment &left, const Sediment &right) |
Sediment & | woss::operator-= (Sediment &left, const Sediment &right) |
Sediment & | woss::operator/= (Sediment &left, const Sediment &right) |
Sediment & | woss::operator*= (Sediment &left, const Sediment &right) |
Sediment & | woss::operator+= (Sediment &left, double right) |
Sediment & | woss::operator-= (Sediment &left, double right) |
Sediment & | woss::operator/= (Sediment &left, double right) |
Sediment & | woss::operator*= (Sediment &left, double right) |
bool | woss::operator== (const Sediment &left, const Sediment &right) |
bool | woss::operator!= (const Sediment &left, const Sediment &right) |
inline ::std::ostream & | woss::operator<< (::std::ostream &os, const Sediment &instance) |
const Sediment | woss::operator+ (const Sediment &left, const Sediment &right) |
const Sediment | woss::operator- (const Sediment &left, const Sediment &right) |
const Sediment | woss::operator/ (const Sediment &left, const Sediment &right) |
const Sediment | woss::operator* (const Sediment &left, const Sediment &right) |
Definitions and library for woss::Sediment class.
Definitions and library for surficial sediment
Inequality operator
left | left operand const reference |
right | right operand const reference |
Scalar multiplication operator
left | left operand const reference |
right | right operand const reference |
References woss::Sediment::att_c, woss::Sediment::att_s, woss::Sediment::density, woss::operator*(), woss::Sediment::type, woss::Sediment::vel_c, and woss::Sediment::vel_s.
Scalar multiplication operator
left | left operand const reference |
right | right operand const reference |
References woss::Sediment::att_c, woss::Sediment::att_s, woss::Sediment::density, woss::operator*(), woss::Sediment::type, woss::Sediment::vel_c, and woss::Sediment::vel_s.
Multiplication operator
left | left operand const reference |
right | right operand const reference |
Compound assignment multiplication operator
left | left operand reference |
right | right operand const reference |
References woss::Sediment::att_c, woss::Sediment::att_s, woss::Sediment::density, woss::operator*=(), woss::Sediment::type, woss::Sediment::vel_c, and woss::Sediment::vel_s.
Compound assignment multiplication operator
left | left operand reference |
right | right operand const reference |
References woss::Sediment::att_c, woss::Sediment::att_s, woss::Sediment::density, woss::operator*=(), woss::Sediment::type, woss::Sediment::vel_c, and woss::Sediment::vel_s.
Sum operator
left | left operand const reference |
right | right operand const reference |
Compound assignment sum operator
left | left operand reference |
right | right operand const reference |
References woss::Sediment::att_c, woss::Sediment::att_s, woss::Sediment::density, woss::operator+=(), woss::Sediment::type, woss::Sediment::vel_c, and woss::Sediment::vel_s.
Compound assignment sum operator
left | left operand reference |
right | right operand const reference |
References woss::Sediment::att_c, woss::Sediment::att_s, woss::Sediment::density, woss::operator+=(), woss::Sediment::type, woss::Sediment::vel_c, and woss::Sediment::vel_s.
Subtraction operator
left | left operand const reference |
right | right operand const reference |
Compound assignment subtraction operator
left | left operand reference |
right | right operand const reference |
References woss::Sediment::att_c, woss::Sediment::att_s, woss::Sediment::density, woss::operator-=(), woss::Sediment::type, woss::Sediment::vel_c, and woss::Sediment::vel_s.
Compound assignment subtraction operator
left | left operand reference |
right | right operand const reference |
References woss::Sediment::att_c, woss::Sediment::att_s, woss::Sediment::density, woss::operator-=(), woss::Sediment::type, woss::Sediment::vel_c, and woss::Sediment::vel_s.
Scalar division operator
left | left operand const reference |
right | right operand const reference |
References woss::Sediment::att_c, woss::Sediment::att_s, woss::Sediment::density, woss::operator/(), woss::Sediment::type, woss::Sediment::vel_c, and woss::Sediment::vel_s.
Scalar division operator
left | left operand const reference |
right | right operand const reference |
References woss::Sediment::att_c, woss::Sediment::att_s, woss::Sediment::density, woss::operator/(), woss::Sediment::type, woss::Sediment::vel_c, and woss::Sediment::vel_s.
Division operator
left | left operand const reference |
right | right operand const reference |
Compound assignment division operator
left | left operand reference |
right | right operand const reference |
References woss::Sediment::att_c, woss::Sediment::att_s, woss::Sediment::density, woss::operator/=(), woss::Sediment::type, woss::Sediment::vel_c, and woss::Sediment::vel_s.
Compound assignment division operator
left | left operand reference |
right | right operand const reference |
References woss::Sediment::att_c, woss::Sediment::att_s, woss::Sediment::density, woss::operator/=(), woss::Sediment::type, woss::Sediment::vel_c, and woss::Sediment::vel_s.