![]() |
ALMaSS
1.2 (after EcoStack, March 2024)
The Animal, Landscape and Man Simulation System
|
Class for running mark-release-recapture experiments. More...
#include <Hare_All.h>
Public Member Functions | |
MRR_Data () | |
void | AddEntry (int a_RefNum) |
void | OutputToFile () |
void | IncTrapping () |
Protected Attributes | |
int | m_currenttrapping |
vector< MRR_Entry > | m_Entries |
Class for running mark-release-recapture experiments.
MRR_Data::MRR_Data | ( | ) |
Constructor for MRR_Data
References m_currenttrapping, and m_Entries.
void MRR_Data::AddEntry | ( | int | a_RefNum | ) |
Adds a new entry to the Mark Release Recapture data vector
References m_currenttrapping, m_Entries, MRR_Entry::m_HareRefNum, MRR_Entry::m_trappings1, and MRR_Entry::m_trappings2.
Referenced by THare_Population_Manager::MRROutputs().
|
inline |
void MRR_Data::OutputToFile | ( | ) |
Produces a file output for the Mark Release Recapture data
References g_land, m_Entries, MRR_Entry::m_HareRefNum, MRR_Entry::m_trappings1, MRR_Entry::m_trappings2, and Landscape::Warn().
Referenced by THare_Population_Manager::MRROutputs().
|
protected |
Referenced by AddEntry(), IncTrapping(), and MRR_Data().
|
protected |
Referenced by AddEntry(), MRR_Data(), and OutputToFile().