Home
last modified time | relevance | path

Searched refs:GetOutflow (Results 1 – 7 of 7) sorted by relevance

/dports/biology/avida/avida-2.12.4-src/avida-core/source/targets/avida-viewer/
H A DcEnvironmentScreen.cc73 Print(i+1, 24, "%7.2f", res_lib.GetResource(i)->GetOutflow()); in DrawResource()
151 Print(res_selection+1, 24, "%7.2f", res_lib.GetResource(res_selection)->GetOutflow()); in UpdateResource()
252 cur_resource->GetOutflow()); in UpdateReaction()
281 Print(last_selection+1, 24, "%7.2f", res_lib.GetResource(last_selection)->GetOutflow()); in DoInput()
309 Print(last_selection+1, 24, "%7.2f", res_lib.GetResource(last_selection)->GetOutflow()); in DoInput()
/dports/biology/avida/avida-2.12.4-src/avida-core/source/main/
H A DcResource.h52 double GetOutflow() const { return outflow; } in GetOutflow() function
159 double GetOutflow() const { return outflow; } in GetOutflow() function
H A DcSpatialResCount.cc420 (*cell_list_ptr)[i].GetOutflow()), 0.0); in CellOutflow()
H A DcDeme.cc718 const double decay = 1.0 - res->GetOutflow(); in SetupDemeRes()
H A DcEnvironment.cc575 || (new_resource->GetOutflow() > 0.0) in LoadResource()
H A DcPopulation.cc294 const double decay = 1.0 - res->GetOutflow(); in cPopulation()
7689 const double decay = 1.0 - res->GetOutflow(); in UpdateResourceCount()
/dports/biology/avida/avida-2.12.4-src/avida-core/source/actions/
H A DEnvironmentActions.cc1033 double outflow = deme_res->GetOutflow(); in Process()