Antkeeper
0.0.1
|
Complete set of ant phenes. More...
#include <phenome.hpp>
Public Member Functions | |
phenome (const genome &genome, caste caste) | |
Constructs a phenome for a given caste. More... | |
phenome () | |
Constructs an empty phenome. More... | |
Public Attributes | |
const phene::antennae * | antennae |
const phene::body_size * | body_size |
const phene::cocoon * | cocoon |
const phene::diet * | diet |
const phene::egg * | egg |
const phene::eyes * | eyes |
const phene::foraging_time * | foraging_time |
const phene::founding_mode * | founding_mode |
const phene::gaster * | gaster |
const phene::head * | head |
const phene::larva * | larva |
const phene::legs * | legs |
const phene::mandibles * | mandibles |
const phene::mesosoma * | mesosoma |
const phene::nest_site * | nest_site |
const phene::ocelli * | ocelli |
const phene::pigmentation * | pigmentation |
const phene::pilosity * | pilosity |
const phene::sculpturing * | sculpturing |
const phene::sting * | sting |
const phene::waist * | waist |
const phene::wings * | wings |
Complete set of ant phenes.
Definition at line 53 of file phenome.hpp.
Constructs a phenome for a given caste.
genome | Ant genome. |
caste | Ant caste. |
Definition at line 24 of file phenome.cpp.
ant::phenome::phenome | ( | ) |
Constructs an empty phenome.
Definition at line 88 of file phenome.cpp.
const phene::antennae* ant::phenome::antennae |
Definition at line 66 of file phenome.hpp.
const phene::body_size* ant::phenome::body_size |
Definition at line 67 of file phenome.hpp.
const phene::cocoon* ant::phenome::cocoon |
Definition at line 68 of file phenome.hpp.
const phene::diet* ant::phenome::diet |
Definition at line 69 of file phenome.hpp.
const phene::egg* ant::phenome::egg |
Definition at line 70 of file phenome.hpp.
const phene::eyes* ant::phenome::eyes |
Definition at line 71 of file phenome.hpp.
const phene::foraging_time* ant::phenome::foraging_time |
Definition at line 72 of file phenome.hpp.
const phene::founding_mode* ant::phenome::founding_mode |
Definition at line 73 of file phenome.hpp.
const phene::gaster* ant::phenome::gaster |
Definition at line 74 of file phenome.hpp.
const phene::head* ant::phenome::head |
Definition at line 75 of file phenome.hpp.
const phene::larva* ant::phenome::larva |
Definition at line 76 of file phenome.hpp.
const phene::legs* ant::phenome::legs |
Definition at line 77 of file phenome.hpp.
const phene::mandibles* ant::phenome::mandibles |
Definition at line 78 of file phenome.hpp.
const phene::mesosoma* ant::phenome::mesosoma |
Definition at line 79 of file phenome.hpp.
const phene::nest_site* ant::phenome::nest_site |
Definition at line 80 of file phenome.hpp.
const phene::ocelli* ant::phenome::ocelli |
Definition at line 81 of file phenome.hpp.
const phene::pigmentation* ant::phenome::pigmentation |
Definition at line 82 of file phenome.hpp.
const phene::pilosity* ant::phenome::pilosity |
Definition at line 83 of file phenome.hpp.
const phene::sculpturing* ant::phenome::sculpturing |
Definition at line 84 of file phenome.hpp.
const phene::sting* ant::phenome::sting |
Definition at line 85 of file phenome.hpp.
const phene::waist* ant::phenome::waist |
Definition at line 86 of file phenome.hpp.
const phene::wings* ant::phenome::wings |
Definition at line 87 of file phenome.hpp.