Antkeeper
0.0.1
|
Ant ocelli phene. More...
#include <ant-ocelli-gene.hpp>
Public Attributes | |
bool | lateral_ocelli_present {false} |
Lateral ocelli present. More... | |
float | lateral_ocelli_width {0.0f} |
Lateral ocelli width, in mesosomal lengths. More... | |
float | lateral_ocelli_height {0.0f} |
Lateral ocelli height, in mesosomal lengths. More... | |
bool | median_ocellus_present {false} |
Median ocellus present. More... | |
float | median_ocellus_width {0.0f} |
Median ocellus width, in mesosomal lengths. More... | |
float | median_ocellus_height {0.0f} |
Median ocellus height, in mesosomal lengths. More... | |
std::shared_ptr< render::model > | model |
3D model of the ocelli, if present. More... | |
Ant ocelli phene.
Definition at line 30 of file ant-ocelli-gene.hpp.
float ant_ocelli_phene::lateral_ocelli_height {0.0f} |
Lateral ocelli height, in mesosomal lengths.
Definition at line 39 of file ant-ocelli-gene.hpp.
bool ant_ocelli_phene::lateral_ocelli_present {false} |
Lateral ocelli present.
Definition at line 33 of file ant-ocelli-gene.hpp.
float ant_ocelli_phene::lateral_ocelli_width {0.0f} |
Lateral ocelli width, in mesosomal lengths.
Definition at line 36 of file ant-ocelli-gene.hpp.
float ant_ocelli_phene::median_ocellus_height {0.0f} |
Median ocellus height, in mesosomal lengths.
Definition at line 48 of file ant-ocelli-gene.hpp.
bool ant_ocelli_phene::median_ocellus_present {false} |
Median ocellus present.
Definition at line 42 of file ant-ocelli-gene.hpp.
float ant_ocelli_phene::median_ocellus_width {0.0f} |
Median ocellus width, in mesosomal lengths.
Definition at line 45 of file ant-ocelli-gene.hpp.
std::shared_ptr<render::model> ant_ocelli_phene::model |
3D model of the ocelli, if present.
Definition at line 51 of file ant-ocelli-gene.hpp.