Antkeeper
0.0.1
|
Ant mandibles phene. More...
#include <mandibles.hpp>
Public Attributes | |
render::model * | model |
3D model of the mandibles. More... | |
float | length |
Mandible length at closure, in mesosomal lengths. More... | |
int | apical_dental_count |
Number of teeth and denticles on the masticatory (apical) margin of the mandible. More... | |
int | basal_dental_count |
Number of teeth and denticles on the basal margin of the mandible. More... | |
Ant mandibles phene.
Definition at line 35 of file phene/mandibles.hpp.
int ant::phene::mandibles::apical_dental_count |
Number of teeth and denticles on the masticatory (apical) margin of the mandible.
Definition at line 44 of file phene/mandibles.hpp.
int ant::phene::mandibles::basal_dental_count |
Number of teeth and denticles on the basal margin of the mandible.
Definition at line 47 of file phene/mandibles.hpp.
float ant::phene::mandibles::length |
Mandible length at closure, in mesosomal lengths.
Definition at line 41 of file phene/mandibles.hpp.
render::model* ant::phene::mandibles::model |
3D model of the mandibles.
Definition at line 38 of file phene/mandibles.hpp.