Antkeeper
0.0.1
|
Complete set of ant genes. More...
#include <ant-genome.hpp>
Public Attributes | |
std::shared_ptr< ant_antennae_gene > | antennae |
std::shared_ptr< ant_body_size_gene > | body_size |
std::shared_ptr< ant_pupa_gene > | pupa |
std::shared_ptr< ant_diet_gene > | diet |
std::shared_ptr< ant_egg_gene > | egg |
std::shared_ptr< ant_eyes_gene > | eyes |
std::shared_ptr< ant_foraging_time_gene > | foraging_time |
std::shared_ptr< ant_founding_mode_gene > | founding_mode |
std::shared_ptr< ant_gaster_gene > | gaster |
std::shared_ptr< ant_head_gene > | head |
std::shared_ptr< ant_larva_gene > | larva |
std::shared_ptr< ant_legs_gene > | legs |
std::shared_ptr< ant_mandibles_gene > | mandibles |
std::shared_ptr< ant_mesosoma_gene > | mesosoma |
std::shared_ptr< ant_nest_site_gene > | nest_site |
std::shared_ptr< ant_ocelli_gene > | ocelli |
std::shared_ptr< ant_pigmentation_gene > | pigmentation |
std::shared_ptr< ant_pilosity_gene > | pilosity |
std::shared_ptr< ant_sculpturing_gene > | sculpturing |
std::shared_ptr< ant_sting_gene > | sting |
std::shared_ptr< ant_waist_gene > | waist |
std::shared_ptr< ant_wings_gene > | wings |
Complete set of ant genes.
Definition at line 49 of file ant-genome.hpp.
std::shared_ptr<ant_antennae_gene> ant_genome::antennae |
Definition at line 51 of file ant-genome.hpp.
std::shared_ptr<ant_body_size_gene> ant_genome::body_size |
Definition at line 52 of file ant-genome.hpp.
std::shared_ptr<ant_diet_gene> ant_genome::diet |
Definition at line 54 of file ant-genome.hpp.
std::shared_ptr<ant_egg_gene> ant_genome::egg |
Definition at line 55 of file ant-genome.hpp.
std::shared_ptr<ant_eyes_gene> ant_genome::eyes |
Definition at line 56 of file ant-genome.hpp.
std::shared_ptr<ant_foraging_time_gene> ant_genome::foraging_time |
Definition at line 57 of file ant-genome.hpp.
std::shared_ptr<ant_founding_mode_gene> ant_genome::founding_mode |
Definition at line 58 of file ant-genome.hpp.
std::shared_ptr<ant_gaster_gene> ant_genome::gaster |
Definition at line 59 of file ant-genome.hpp.
std::shared_ptr<ant_head_gene> ant_genome::head |
Definition at line 60 of file ant-genome.hpp.
std::shared_ptr<ant_larva_gene> ant_genome::larva |
Definition at line 61 of file ant-genome.hpp.
std::shared_ptr<ant_legs_gene> ant_genome::legs |
Definition at line 62 of file ant-genome.hpp.
std::shared_ptr<ant_mandibles_gene> ant_genome::mandibles |
Definition at line 63 of file ant-genome.hpp.
std::shared_ptr<ant_mesosoma_gene> ant_genome::mesosoma |
Definition at line 64 of file ant-genome.hpp.
std::shared_ptr<ant_nest_site_gene> ant_genome::nest_site |
Definition at line 65 of file ant-genome.hpp.
std::shared_ptr<ant_ocelli_gene> ant_genome::ocelli |
Definition at line 66 of file ant-genome.hpp.
std::shared_ptr<ant_pigmentation_gene> ant_genome::pigmentation |
Definition at line 67 of file ant-genome.hpp.
std::shared_ptr<ant_pilosity_gene> ant_genome::pilosity |
Definition at line 68 of file ant-genome.hpp.
std::shared_ptr<ant_pupa_gene> ant_genome::pupa |
Definition at line 53 of file ant-genome.hpp.
std::shared_ptr<ant_sculpturing_gene> ant_genome::sculpturing |
Definition at line 69 of file ant-genome.hpp.
std::shared_ptr<ant_sting_gene> ant_genome::sting |
Definition at line 70 of file ant-genome.hpp.
std::shared_ptr<ant_waist_gene> ant_genome::waist |
Definition at line 71 of file ant-genome.hpp.
std::shared_ptr<ant_wings_gene> ant_genome::wings |
Definition at line 72 of file ant-genome.hpp.