Home
last modified time | relevance | path

Searched defs:GetSpatialResource (Results 1 – 2 of 2) sorted by relevance

/dports/biology/avida/avida-2.12.4-src/avida-core/source/main/
H A DcResourceCount.h149 cSpatialResCount GetSpatialResource(int id) { return *(spatial_resource_count[id]); } in GetSpatialResource() function
150 const cSpatialResCount& GetSpatialResource(int id) const { return *(spatial_resource_count[id]); } in GetSpatialResource() function
H A DcDeme.cc1177 double cDeme::GetSpatialResource(int rel_cellid, int resource_id, cAvidaContext& ctx) const in GetSpatialResource() function in cDeme