This is the class used to store information about the number of tagged fish in a population cell of a...
Definition: popratio.h:10
double R
This is the ratio of tagged fish in the population cell.
Definition: popratio.h:27
PopRatio & operator+=(const PopRatio &a)
This operator will add an existing PopRatio to the current PopRatio.
Definition: popratio.cc:19
PopRatio & operator=(const PopRatio &a)
This operator will set the PopRatio equal to an existing PopRatio.
Definition: popratio.cc:3
~PopRatio()
This is the PopRatio destructor.
Definition: popratio.h:19
double * N
This is the number of tagged fish in the population cell.
Definition: popratio.h:19
void operator*=(double a)
This operator will increase the PopRatio by a multiplicative constant.
Definition: popratio.h:37
void operator-=(double a)
This operator will subtract a number from the PopRatio.
Definition: popratio.h:32
PopRatio()
This is the PopRatio constructor.
Definition: popratio.h:15