![]() |
ALMaSS
1.2 (after EcoStack, March 2024)
The Animal, Landscape and Man Simulation System
|
Used to map locations of animals in space. More...
#include <MovementMap.h>
Public Member Functions | |
a_type | GetMapValue (unsigned x, unsigned y) |
void | SetMapValue (unsigned x, unsigned y, a_type p) |
void | ClearMapValue (unsigned x, unsigned y) |
IDMap (Landscape *L) | |
~IDMap () | |
Public Attributes | |
vector< a_type > | m_TheMap |
int | maxx |
int | maxy |
Used to map locations of animals in space.
|
inline |
|
inline |
Referenced by Vole_Population_Manager::FindClosestFemale(), Vole_Population_Manager::FindClosestMale(), Vole_JuvenileMale::GetLocation(), Vole_JuvenileFemale::GetLocation(), Vole_Population_Manager::ListClosestFemales(), Vole_Population_Manager::ListClosestMales(), Vole_Base::MoveQuality(), Vole_Population_Manager::SupplyCountFemales(), Vole_Population_Manager::SupplyHowManyVoles(), Vole_Population_Manager::SupplyInOlderTerr(), Vole_Population_Manager::SupplyOlderFemales(), and Vole_Population_Manager::SupplyVoleList().
|
inline |
vector<a_type> IDMap< a_type >::m_TheMap |
int IDMap< a_type >::maxx |
int IDMap< a_type >::maxy |
Referenced by IDMap< TAnimal * >::IDMap().