ALMaSS Partridge ODdox
1.1
The partridge model description following ODdox protocol
|
For storing assessed habitat quality. More...
#include <Partridge_Population_Manager.h>
Public Member Functions | |
~CoverTempMap () | |
CoverTempMap (int a_lx, int a_ly) | |
void | ZeroQual () |
double | GetQual (int a_x, int a_y) |
void | SetQual (int a_x, int a_y, double a_qual) |
void | AddQual (int a_x, int a_y, double a_qual) |
double | GetQualIndexed (int a_x, int a_y) |
void | SetQualIndexed (int a_x, int a_y, double a_qual) |
Public Attributes | |
double * | qualmap |
int | m_maxx |
int | m_maxy |
For storing assessed habitat quality.
Definition at line 68 of file Partridge_Population_Manager.h.
|
inline |
|
inline |
|
inline |
Definition at line 77 of file Partridge_Population_Manager.h.
References m_maxx, and qualmap.
Referenced by Partridge_Population_Manager::CreateNestingCoverDensityMap(), and Partridge_Population_Manager::UpdateNestingCoverMap().
|
inline |
Definition at line 75 of file Partridge_Population_Manager.h.
References m_maxx, and qualmap.
Referenced by Partridge_Population_Manager::GetNestingCoverDensity(), and Partridge_Population_Manager::GetTerrQual().
|
inline |
Definition at line 78 of file Partridge_Population_Manager.h.
References m_maxx, and qualmap.
Referenced by Partridge_Population_Manager::CreateNestingCoverDensityMap(), and Partridge_Covey::HabitatEvaluateFaster().
|
inline |
|
inline |
Definition at line 79 of file Partridge_Population_Manager.h.
References m_maxx, and qualmap.
Referenced by Partridge_Population_Manager::CreateNestingCoverDensityMap().
|
inline |
Definition at line 74 of file Partridge_Population_Manager.h.
References m_maxx, m_maxy, and qualmap.
Referenced by Partridge_Population_Manager::CreateNestingCoverDensityMap(), and Partridge_Population_Manager::UpdateNestingCoverMap().
int CoverTempMap::m_maxx |
Definition at line 73 of file Partridge_Population_Manager.h.
Referenced by AddQual(), GetQual(), GetQualIndexed(), SetQual(), SetQualIndexed(), and ZeroQual().
int CoverTempMap::m_maxy |
Definition at line 73 of file Partridge_Population_Manager.h.
Referenced by ZeroQual().
double* CoverTempMap::qualmap |
Definition at line 71 of file Partridge_Population_Manager.h.
Referenced by AddQual(), GetQual(), GetQualIndexed(), SetQual(), SetQualIndexed(), ZeroQual(), and ~CoverTempMap().