_alpha_male | LCE_Breed_base | private |
_do_inherit | LCE_Breed_base | private |
_event_name | LifeCycleEvent | protected |
_get_VA_func_ptr | LCE_Breed_Quanti | private |
_h2 | LCE_Breed_Quanti | private |
_LCELinkedTraitIndex | LifeCycleEvent | protected |
_LCELinkedTraitType | LifeCycleEvent | protected |
_mating_males | LCE_Breed_base | private |
_mating_proportion | LCE_Breed_base | private |
_mating_system | LCE_Breed_base | private |
_mean_fecundity | LCE_Breed_base | protected |
_myPopModelFuncPtr | LCE_Breed_Quanti | private |
_paramSet | SimComponent | protected |
_popPtr | LifeCycleEvent | protected |
_QuantiProto | LCE_Breed_Quanti | private |
_sd_fecundity | LCE_Breed_base | private |
add_parameter(Param *param) | SimComponent | inlinevirtual |
add_parameter(std::string Name, param_t Type, bool isRequired, bool isBounded, double low_bnd, double up_bnd) | SimComponent | inlinevirtual |
add_parameter(std::string Name, param_t Type, bool isRequired, bool isBounded, double low_bnd, double up_bnd, ParamUpdaterBase *updater) | SimComponent | inlinevirtual |
addAgeClass() | LCE_Breed_Quanti | inlinevirtual |
attach_trait(string trait) | LifeCycleEvent | inlinevirtual |
breed(Individual *mother, Individual *father, unsigned int LocalPatch) | LCE_Breed_base | |
breed_cloning(Individual *mother, Individual *father, unsigned int LocalPatch) | LCE_Breed_base | |
checkCloning(Patch *thePatch) | LCE_Breed_base | inline |
checkMatingCondition(Patch *thePatch) | LCE_Breed_base | inline |
CheckMatingConditionFuncPtr | LCE_Breed_base | private |
checkNoSelfing(Patch *thePatch) | LCE_Breed_base | inline |
checkPolygyny(Patch *thePatch) | LCE_Breed_base | inline |
checkSelfing(Patch *thePatch) | LCE_Breed_base | inline |
clone() | LCE_Breed_Quanti | inlinevirtual |
do_breed(Individual *mother, Individual *father, unsigned int LocalPatch) | LCE_Breed_base | inline |
DoBreedFuncPtr | LCE_Breed_base | private |
doInheritance() | LCE_Breed_base | inline |
execute() | LCE_Breed_Quanti | virtual |
FecundityFuncPtr | LCE_Breed_base | private |
fullMonoginy(Patch *thePatch, Individual *mother, unsigned int motherIndex) | LCE_Breed_base | inline |
fullPolyginy(Patch *thePatch, Individual *mother, unsigned int motherIndex) | LCE_Breed_base | inline |
fullPolyginy_manyMales(Patch *thePatch, Individual *mother, unsigned int motherIndex) | LCE_Breed_base | inline |
fullSelfing(Patch *thePatch, Individual *mother, unsigned int motherIndex) | LCE_Breed_base | inline |
get_event_name() | LifeCycleEvent | inlinevirtual |
get_name() | SimComponent | inlinevirtual |
get_parameter(std::string name) | SimComponent | inlinevirtual |
get_parameter_value(std::string name) | SimComponent | inlinevirtual |
get_paramset() | SimComponent | inlinevirtual |
get_pop_ptr() | LifeCycleEvent | inlinevirtual |
get_rank() | LifeCycleEvent | inlinevirtual |
getFatherPtr(Patch *thePatch, Individual *mother, unsigned int motherIndex) | LCE_Breed_base | inlinevirtual |
getFecundity(unsigned int patch) | LCE_Breed_base | inline |
getFecundity(double mean) | LCE_Breed_base | inline |
getFixedFecundity(double mean) | LCE_Breed_base | inline |
getGaussianFecundity(double mean) | LCE_Breed_base | inline |
getLogNormalFecundity(double mean) | LCE_Breed_base | inline |
getMatingProportion() | LCE_Breed_base | inline |
getMatingSystem() | LCE_Breed_base | inline |
getMeanFecundity(unsigned int patch) | LCE_Breed_base | inline |
getOffsprgSex() | LCE_Breed_base | inline |
GetOffsprgSex | LCE_Breed_base | private |
getOffsprgSexCloning() | LCE_Breed_base | inline |
getOffsprgSexFixed() | LCE_Breed_base | |
getOffsprgSexRandom() | LCE_Breed_base | inline |
getOffsprgSexSelfing() | LCE_Breed_base | inline |
getPoissonFecundity(double mean) | LCE_Breed_base | inline |
has_parameter(std::string name) | SimComponent | inlinevirtual |
init(Metapop *popPtr) | LifeCycleEvent | inlinevirtual |
LCE_Breed_base() | LCE_Breed_base | |
LCE_Breed_Quanti() | LCE_Breed_Quanti | inline |
LifeCycleEvent(const char *name, const char *trait_link) | LifeCycleEvent | inline |
loadFileServices(FileServices *loader) | LCE_Breed_Quanti | inlinevirtual |
loadStatServices(StatServices *loader) | LCE_Breed_Quanti | inlinevirtual |
loadUpdaters(UpdaterServices *loader) | SimComponent | inlinevirtual |
makeOffspring(Individual *ind) | LCE_Breed_base | |
MatingFuncPtr | LCE_Breed_base | private |
NonWrightFisherPopulation() | LCE_Breed_Quanti | |
partialMonoginy(Patch *thePatch, Individual *mother, unsigned int motherIndex) | LCE_Breed_base | inline |
partialPolyginy(Patch *thePatch, Individual *mother, unsigned int motherIndex) | LCE_Breed_base | inline |
partialPolyginy_manyMales(Patch *thePatch, Individual *mother, unsigned int motherIndex) | LCE_Breed_base | inline |
partialSelfing(Patch *thePatch, Individual *mother, unsigned int motherIndex) | LCE_Breed_base | inline |
PopModelFuncPtr | LCE_Breed_base | protected |
random_hermaphrodite(Patch *thePatch, Individual *mother, unsigned int motherIndex) | LCE_Breed_base | inline |
RandomMating(Patch *thePatch, Individual *mother, unsigned int motherIndex) | LCE_Breed_base | inline |
removeAgeClass() | LCE_Breed_Quanti | inlinevirtual |
requiredAgeClass() | LCE_Breed_Quanti | inlinevirtual |
resetParameterFromSource(std::string param, SimComponent *cmpt) | LCE_Breed_Quanti | inlinevirtual |
set_event_name(std::string &name) | LifeCycleEvent | inlinevirtual |
set_event_name(const char *name) | LifeCycleEvent | inlinevirtual |
set_paramset(std::string name, bool required, SimComponent *owner) | LifeCycleEvent | inlinevirtual |
SimComponent::set_paramset(ParamSet *paramset) | SimComponent | inlinevirtual |
set_paramsetFromCopy(const ParamSet &PSet) | SimComponent | inlinevirtual |
set_pop_ptr(Metapop *popPtr) | LifeCycleEvent | inlinevirtual |
setFecundity() | LCE_Breed_base | |
setIndPhenotype(Patch *patch, sex_t SEX, age_idx AGE) | LCE_Breed_Quanti | |
setMatingSystem() | LCE_Breed_base | |
setParameters() | LCE_Breed_Quanti | virtual |
setSexRatio() | LCE_Breed_base | |
setVefromVa(Patch *patch, age_idx AGE) | LCE_Breed_Quanti | |
SimComponent() | SimComponent | inline |
WrightFisherPopulation() | LCE_Breed_Quanti | |
~LCE_Breed_base() | LCE_Breed_base | inlinevirtual |
~LCE_Breed_Quanti() | LCE_Breed_Quanti | inlinevirtual |
~LifeCycleEvent() | LifeCycleEvent | inlinevirtual |
~SimComponent() | SimComponent | inlinevirtual |