Antkeeper  0.0.1
Public Attributes | List of all members
ant_mandibles_phene Struct Reference

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::modelmodel
 3D model of the mandibles. More...
 

Detailed Description

Ant mandibles phene.

See also
https://www.antwiki.org/wiki/Character_States_for_Extant_Ant_Genera_of_the_Formicidae
https://www.antwiki.org/wiki/Morphological_and_Functional_Diversity_of_Ant_Mandibles
https://www.antwiki.org/wiki/Morphological_Measurements

Definition at line 35 of file ant-mandibles-gene.hpp.

Member Data Documentation

◆ apical_dental_count

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.

◆ basal_dental_count

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.

◆ length

float ant_mandibles_phene::length {0.0f}

Mandible length at closure, in mesosomal lengths.

Definition at line 38 of file ant-mandibles-gene.hpp.

◆ model

std::shared_ptr<render::model> ant_mandibles_phene::model

3D model of the mandibles.

Definition at line 47 of file ant-mandibles-gene.hpp.


The documentation for this struct was generated from the following file: