ALMaSS
1.2 (after EcoStack, March 2024)
The Animal, Landscape and Man Simulation System
|
#include <AOR_Probe.h>
Public Member Functions | |
AOR_Probe_Goose (Population_Manager *a_owner, Landscape *a_TheLandscape, string a_filename) | |
virtual void | DoProbe (int a_lifestage) |
Public Member Functions inherited from AOR_Probe | |
AOR_Probe (Population_Manager *a_owner, Landscape *a_TheLandscape, string a_filename) | |
virtual | ~AOR_Probe () |
virtual void | CloseFile () |
void | WriteData () |
void | WriteDataHL () |
virtual void | DoProbeInHaitatType (int a_lifestage, TTypesOfLandscapeElement a_tole) |
Records the locations of all beetles and classifies them as to in a habitat type or not. More... | |
Additional Inherited Members | |
Protected Attributes inherited from AOR_Probe | |
ofstream | m_ProbeFile |
ofstream | m_ProbeFileHL |
int | m_gridcountwidth [4] |
int | m_gridcountheight [4] |
int | m_gridcountsize [4] |
int | m_totalcells [4] |
ListOfCells | m_gridcount [4] |
ListOfCells | m_gridcountHLoc [4] |
Landscape * | m_TheLandscape |
TTypesOfLandscapeElement | m_target_tole |
Population_Manager * | m_owner |
AOR_Probe_Goose::AOR_Probe_Goose | ( | Population_Manager * | a_owner, |
Landscape * | a_TheLandscape, | ||
string | a_filename | ||
) |
|
virtual |
Reimplemented from AOR_Probe.
References Population_Manager::GetLiveArraySize(), AOR_Probe::m_gridcount, AOR_Probe::m_gridcountsize, AOR_Probe::m_gridcountwidth, AOR_Probe::m_owner, APoint::m_x, APoint::m_y, Population_Manager::SupplyAnimalPtr(), and AOR_Probe::WriteData().