Antkeeper  0.0.1
Public Attributes | List of all members
ant::phene::waist Struct Reference

Trait that describes the waist (petiole plus postpetiole) of an ant. More...

#include <waist.hpp>

Public Attributes

render::modelmodel
 3D model of the waist. More...
 
bool petiole_present
 
float petiole_length
 Petiole length, in mesosomal lengths. More...
 
float petiole_width
 Petiole width, in mesosomal lengths. More...
 
float petiole_height
 Petiole height, in mesosomal lengths. More...
 
float petiole_spinescence
 Degree of petiole spinescence. More...
 
bool postpetiole_present
 Postpetiole presence. More...
 
float postpetiole_length
 Postpetiole length, in mesosomal lengths. More...
 
float postpetiole_width
 Postpetiole width, in mesosomal lengths. More...
 
float postpetiole_height
 Postpetiole height, in mesosomal lengths. More...
 
float postpetiole_spinescence
 Degree of postpetiole spinescence. More...
 

Detailed Description

Trait that describes the waist (petiole plus postpetiole) of an ant.

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

Definition at line 33 of file phene/waist.hpp.

Member Data Documentation

◆ model

render::model* ant::phene::waist::model

3D model of the waist.

Definition at line 36 of file phene/waist.hpp.

◆ petiole_height

float ant::phene::waist::petiole_height

Petiole height, in mesosomal lengths.

Definition at line 48 of file phene/waist.hpp.

◆ petiole_length

float ant::phene::waist::petiole_length

Petiole length, in mesosomal lengths.

Definition at line 42 of file phene/waist.hpp.

◆ petiole_present

bool ant::phene::waist::petiole_present

Definition at line 39 of file phene/waist.hpp.

◆ petiole_spinescence

float ant::phene::waist::petiole_spinescence

Degree of petiole spinescence.

Definition at line 51 of file phene/waist.hpp.

◆ petiole_width

float ant::phene::waist::petiole_width

Petiole width, in mesosomal lengths.

Definition at line 45 of file phene/waist.hpp.

◆ postpetiole_height

float ant::phene::waist::postpetiole_height

Postpetiole height, in mesosomal lengths.

Definition at line 63 of file phene/waist.hpp.

◆ postpetiole_length

float ant::phene::waist::postpetiole_length

Postpetiole length, in mesosomal lengths.

Definition at line 57 of file phene/waist.hpp.

◆ postpetiole_present

bool ant::phene::waist::postpetiole_present

Postpetiole presence.

Definition at line 54 of file phene/waist.hpp.

◆ postpetiole_spinescence

float ant::phene::waist::postpetiole_spinescence

Degree of postpetiole spinescence.

Definition at line 66 of file phene/waist.hpp.

◆ postpetiole_width

float ant::phene::waist::postpetiole_width

Postpetiole width, in mesosomal lengths.

Definition at line 60 of file phene/waist.hpp.


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