Gadget
|
This is the class used to aggregate the recaptured tagged stock information. More...
#include <recaggregator.h>
Public Member Functions | |
RecAggregator (const FleetPtrVector &Fleets, const StockPtrVector &Stocks, LengthGroupDivision *const Lgrpdiv, const IntMatrix &Areas, const IntMatrix &Ages, Tags *tag) | |
This is the RecAggregator constructor. More... | |
~RecAggregator () | |
This is the default RecAggregator destructor. More... | |
LengthGroupDivision * | getLengthGroupDiv () const |
This function will return the LengthGroupDivision of the aggregator. More... | |
void | Reset () |
This function will reset the recapture data. More... | |
void | Sum () |
This function will aggregate the recapture data. More... | |
void | Print (ofstream &outfile) const |
This will print the aggregator information to the ofstream specified. More... | |
const AgeBandMatrixPtrVector & | getSum () const |
This will return the AgeBandMatrixPtrVector containing the aggregated recaptures information. More... | |
This is the class used to aggregate the recaptured tagged stock information.
RecAggregator::RecAggregator | ( | const FleetPtrVector & | Fleets, |
const StockPtrVector & | Stocks, | ||
LengthGroupDivision *const | Lgrpdiv, | ||
const IntMatrix & | Areas, | ||
const IntMatrix & | Ages, | ||
Tags * | tag | ||
) |
This is the RecAggregator constructor.
Stocks | is the StockPtrVector of the stocks that will be recaptured |
Fleets | is the FleetPtrVector of the fleets that will be recapturing the tagged fish |
Lgrpdiv | is the LengthGroupDivision of the recaptured fish |
Areas | is the IntMatrix of areas that the recaptures can take place on |
Ages | is the IntMatrix of ages of the recaptures |
tag | is the Tags of the tagging experiments |
RecAggregator::~RecAggregator | ( | ) |
This is the default RecAggregator destructor.
|
inline |
This function will return the LengthGroupDivision of the aggregator.
|
inline |
This will return the AgeBandMatrixPtrVector containing the aggregated recaptures information.
void RecAggregator::Print | ( | ofstream & | outfile | ) | const |
This will print the aggregator information to the ofstream specified.
outfile | is the ofstream to the file that the aggregator information gets sent to |
void RecAggregator::Reset | ( | ) |
This function will reset the recapture data.
void RecAggregator::Sum | ( | ) |
This function will aggregate the recapture data.