#include <benthosstats.h>
|
| BenthosStats () |
|
| ~BenthosStats () noexcept=default |
|
| BenthosStats (const BenthosStats &b) |
|
| BenthosStats (BenthosStats &&b) |
|
BenthosStats & | operator= (const BenthosStats &b) |
|
BenthosStats & | operator= (BenthosStats &&b) |
|
bool | dirty () const |
|
void | setDirty (bool dirty=true) |
|
void | clear () |
|
void | collectBiomass (int step, int funcid, int benthosid, double biomass) |
|
void | collectNumber (int step, int funcid, int benthosid, double number) |
|
void | collectMeanWeight (int step, int funcid, int benthosid, double number) |
|
void | collectBiomassOverK (int step, int funcid, int benthosid, double biomass) |
|
void | collectNumberOverK (int step, int funcid, int benthosid, double number) |
|
double | biomassForBenthosAndFuncGroup (int funcgroup, int benthos) const |
|
double | numberForBenthosAndFuncGroup (int funcgroup, int benthos) const |
|
double | meanweightForBenthosAndFuncGroup (int funcgroup, int benthos) const |
|
double | biomassOverKForBenthosAndFuncGroup (int funcgroup, int benthos) const |
|
double | numberOverKForBenthosAndFuncGroup (int funcgroup, int benthos) const |
|
◆ BenthosStats() [1/3]
BenthosStats::BenthosStats |
( |
| ) |
|
◆ ~BenthosStats()
BenthosStats::~BenthosStats |
( |
| ) |
|
|
defaultnoexcept |
◆ BenthosStats() [2/3]
◆ BenthosStats() [3/3]
◆ biomassForBenthosAndFuncGroup()
double BenthosStats::biomassForBenthosAndFuncGroup |
( |
int |
funcgroup, |
|
|
int |
benthos |
|
) |
| const |
◆ biomassOverKForBenthosAndFuncGroup()
double BenthosStats::biomassOverKForBenthosAndFuncGroup |
( |
int |
funcgroup, |
|
|
int |
benthos |
|
) |
| const |
◆ clear()
void BenthosStats::clear |
( |
| ) |
|
◆ collectBiomass()
void BenthosStats::collectBiomass |
( |
int |
step, |
|
|
int |
funcid, |
|
|
int |
benthosid, |
|
|
double |
biomass |
|
) |
| |
◆ collectBiomassOverK()
void BenthosStats::collectBiomassOverK |
( |
int |
step, |
|
|
int |
funcid, |
|
|
int |
benthosid, |
|
|
double |
biomass |
|
) |
| |
◆ collectMeanWeight()
void BenthosStats::collectMeanWeight |
( |
int |
step, |
|
|
int |
funcid, |
|
|
int |
benthosid, |
|
|
double |
number |
|
) |
| |
◆ collectNumber()
void BenthosStats::collectNumber |
( |
int |
step, |
|
|
int |
funcid, |
|
|
int |
benthosid, |
|
|
double |
number |
|
) |
| |
◆ collectNumberOverK()
void BenthosStats::collectNumberOverK |
( |
int |
step, |
|
|
int |
funcid, |
|
|
int |
benthosid, |
|
|
double |
number |
|
) |
| |
◆ dirty()
bool BenthosStats::dirty |
( |
| ) |
const |
|
inline |
◆ meanweightForBenthosAndFuncGroup()
double BenthosStats::meanweightForBenthosAndFuncGroup |
( |
int |
funcgroup, |
|
|
int |
benthos |
|
) |
| const |
◆ numberForBenthosAndFuncGroup()
double BenthosStats::numberForBenthosAndFuncGroup |
( |
int |
funcgroup, |
|
|
int |
benthos |
|
) |
| const |
◆ numberOverKForBenthosAndFuncGroup()
double BenthosStats::numberOverKForBenthosAndFuncGroup |
( |
int |
funcgroup, |
|
|
int |
benthos |
|
) |
| const |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ setDirty()
void BenthosStats::setDirty |
( |
bool |
dirty = true | ) |
|
|
inline |
◆ NoData
The documentation for this class was generated from the following files: