Antkeeper
0.0.1
|
Ant mandibles phene. More...
#include <ant-mandibles-gene.hpp>
Public Attributes | |
float | length {0.0f} |
Mandible length at closure, in mesosomal lengths. More... | |
std::uint8_t | apical_dental_count {0} |
Number of teeth and denticles on the masticatory (apical) margin of the mandible. More... | |
std::uint8_t | basal_dental_count {0} |
Number of teeth and denticles on the basal margin of the mandible. More... | |
std::shared_ptr< render::model > | model |
3D model of the mandibles. More... | |
Ant mandibles phene.
Definition at line 35 of file ant-mandibles-gene.hpp.
std::uint8_t ant_mandibles_phene::apical_dental_count {0} |
Number of teeth and denticles on the masticatory (apical) margin of the mandible.
Definition at line 41 of file ant-mandibles-gene.hpp.
std::uint8_t ant_mandibles_phene::basal_dental_count {0} |
Number of teeth and denticles on the basal margin of the mandible.
Definition at line 44 of file ant-mandibles-gene.hpp.
float ant_mandibles_phene::length {0.0f} |
Mandible length at closure, in mesosomal lengths.
Definition at line 38 of file ant-mandibles-gene.hpp.
std::shared_ptr<render::model> ant_mandibles_phene::model |
3D model of the mandibles.
Definition at line 47 of file ant-mandibles-gene.hpp.