Home
last modified time | relevance | path

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

/dports/biology/avida/avida-2.12.4-src/avida-core/source/classification/
H A DcBGGenotype.h164 inline void SetLastBirthCell(int birth_cell) { m_last_birth_cell = birth_cell; } in SetLastBirthCell() argument
/dports/biology/avida/avida-2.12.4-src/avida-core/tests/avatars/expected/data/
H A Ddetail-750.spop2 …tivated depth hw_type inst_set sequence cells gest_offset lineage group_id forager_type birth_cell
/dports/biology/avida/avida-2.12.4-src/avida-core/source/main/
H A DcPhenotype.h393 inline void SetBirthCellID(int birth_cell);
723 inline void cPhenotype::SetBirthCellID(int birth_cell) { birth_cell_id = birth_cell; } in SetBirthCellID() argument
H A DcPopulation.cc5653 int birth_cell; member
5664 …, offset(o), lineage_label(l), curr_group(in_group), curr_forage(in_forage), birth_cell(in_bcell), in sOrgInfo()
5718 const int birth_cell = org->GetPhenotype().GetBirthCell(); in SavePopulation() local
5730 …OrgInfo(cell, offset, org->GetLineageLabel(), curr_group, curr_forage, birth_cell, -1, -1, -1, 0, … in SavePopulation()
5733 …OrgInfo(cell, offset, org->GetLineageLabel(), curr_group, curr_forage, birth_cell, avatar_cell, av… in SavePopulation()
5750 const int birth_cell = org->GetPhenotype().GetBirthCell(); in SavePopulation() local
5758 …OrgInfo(cell, offset, org->GetLineageLabel(), curr_group, curr_forage, birth_cell, -1, -1, -1, 0, … in SavePopulation()
5761 …OrgInfo(cell, offset, org->GetLineageLabel(), curr_group, curr_forage, birth_cell, avatar_cell, av… in SavePopulation()
5805 birthstr.Set("%d", cells[0].birth_cell); in SavePopulation()
5821 birthstr += cStringUtil::Stringf(",%d", cells[cell_i].birth_cell); in SavePopulation()
[all …]