Antkeeper
0.0.1
|
Trait that describes the waist (petiole plus postpetiole) of an ant. More...
#include <waist.hpp>
Public Attributes | |
render::model * | model |
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... | |
Trait that describes the waist (petiole plus postpetiole) of an ant.
Definition at line 33 of file phene/waist.hpp.
render::model* ant::phene::waist::model |
3D model of the waist.
Definition at line 36 of file phene/waist.hpp.
float ant::phene::waist::petiole_height |
Petiole height, in mesosomal lengths.
Definition at line 48 of file phene/waist.hpp.
float ant::phene::waist::petiole_length |
Petiole length, in mesosomal lengths.
Definition at line 42 of file phene/waist.hpp.
bool ant::phene::waist::petiole_present |
Definition at line 39 of file phene/waist.hpp.
float ant::phene::waist::petiole_spinescence |
Degree of petiole spinescence.
Definition at line 51 of file phene/waist.hpp.
float ant::phene::waist::petiole_width |
Petiole width, in mesosomal lengths.
Definition at line 45 of file phene/waist.hpp.
float ant::phene::waist::postpetiole_height |
Postpetiole height, in mesosomal lengths.
Definition at line 63 of file phene/waist.hpp.
float ant::phene::waist::postpetiole_length |
Postpetiole length, in mesosomal lengths.
Definition at line 57 of file phene/waist.hpp.
bool ant::phene::waist::postpetiole_present |
Postpetiole presence.
Definition at line 54 of file phene/waist.hpp.
float ant::phene::waist::postpetiole_spinescence |
Degree of postpetiole spinescence.
Definition at line 66 of file phene/waist.hpp.
float ant::phene::waist::postpetiole_width |
Postpetiole width, in mesosomal lengths.
Definition at line 60 of file phene/waist.hpp.