Home
last modified time | relevance | path

Searched refs:is_germ_cell (Results 1 – 3 of 3) sorted by relevance

/dports/biology/avida/avida-2.12.4-src/avida-core/source/main/
H A DcOrganism.h733 void JoinGermline() {m_phenotype.is_germ_cell = true;} in JoinGermline()
734 void ExitGermline() {m_phenotype.is_germ_cell = false;} in ExitGermline()
737 bool IsGermline() { return m_phenotype.is_germ_cell; } in IsGermline()
H A DcPhenotype.cc91 , is_germ_cell(m_world->GetConfig().DEMES_ORGS_START_IN_GERM.Get()) in cPhenotype()
238 is_germ_cell = in_phen.is_germ_cell; in operator =()
460 is_germ_cell = parent_phenotype.is_germ_cell; in SetupOffspring()
1279 is_germ_cell = clone_phenotype.is_germ_cell; in SetupClone()
H A DcPhenotype.h218 bool is_germ_cell; // records whether or not the organism is part of the germline. variable