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

Ant mesosoma phene. More...

#include <ant-mesosoma-gene.hpp>

Public Attributes

float pronotum_width {0.0f}
 Pronotum width, in mesosomal lengths. More...
 
float pronotum_spinescence {0.0f}
 Degree of spinescence on the pronotum. More...
 
float mesonotum_spinescence {0.0f}
 Degree of spinescence on the mesonotum. More...
 
float propodeum_spinescence {0.0f}
 Degree of spinescence on the propodeum. More...
 
std::shared_ptr< render::modelmodel
 3D model of the mesosoma. More...
 

Detailed Description

Ant mesosoma phene.

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

Definition at line 32 of file ant-mesosoma-gene.hpp.

Member Data Documentation

◆ mesonotum_spinescence

float ant_mesosoma_phene::mesonotum_spinescence {0.0f}

Degree of spinescence on the mesonotum.

Definition at line 41 of file ant-mesosoma-gene.hpp.

◆ model

std::shared_ptr<render::model> ant_mesosoma_phene::model

3D model of the mesosoma.

The mesosoma model skeleton must contain the following bones:

  • mesosoma
  • * head_socket
  • * procoxa_socket_l
  • * procoxa_socket_r
  • * mesocoxa_socket_l
  • * mesocoxa_socket_r
  • * metacoxa_socket_l
  • * metacoxa_socket_r
  • * petiole_socket

In alate phenes, the mesosoma model skeleton must additionally contain the following bones:

  • forewing_socket_l
  • forewing_socket_r
  • hindwing_socket_l
  • hindwing_socket_r

Definition at line 68 of file ant-mesosoma-gene.hpp.

◆ pronotum_spinescence

float ant_mesosoma_phene::pronotum_spinescence {0.0f}

Degree of spinescence on the pronotum.

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

◆ pronotum_width

float ant_mesosoma_phene::pronotum_width {0.0f}

Pronotum width, in mesosomal lengths.

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

◆ propodeum_spinescence

float ant_mesosoma_phene::propodeum_spinescence {0.0f}

Degree of spinescence on the propodeum.

Definition at line 44 of file ant-mesosoma-gene.hpp.


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