Home
last modified time | relevance | path

Searched refs:GetStolenReactionCount (Results 1 – 4 of 4) sorted by relevance

/dports/biology/avida/avida-2.12.4-src/avida-core/source/main/
H A DcOrganism.cc942 m_phenotype.GetStolenReactionCount()[required_reaction] == 0) { in Divide_CheckViable()
959 const tArray<int> stolenReactions = m_phenotype.GetStolenReactionCount(); in Divide_CheckViable()
H A DcPhenotype.h429 …const tArray<int>& GetStolenReactionCount() const { assert(initialized == true); return cur_stolen… in GetStolenReactionCount() function
H A DcEnvironment.cc1486 …nst tArray<int> stolen_reactions = taskctx.GetOrganism()->GetPhenotype().GetStolenReactionCount(); in TestRequisites()
/dports/biology/avida/avida-2.12.4-src/avida-core/source/cpu/
H A DcHardwareExperimental.cc4875 tArray<int> org_reactions = m_organism->GetPhenotype().GetStolenReactionCount(); in Inst_AttackPrey()
4974 tArray<int> org_reactions = m_organism->GetPhenotype().GetStolenReactionCount(); in Inst_AttackFTPrey()
5244 tArray<int> org_reactions = m_organism->GetPhenotype().GetStolenReactionCount(); in Inst_AttackPred()