Antkeeper  0.0.1
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Attributes | List of all members
ant_wings_phene Struct Reference

Ant wings phene. More...

#include <ant-wings-gene.hpp>

Public Attributes

bool present {false}
 Wings presence. More...
 
float forewing_length {0.0f}
 Forewing length, in mesosomal lengths. More...
 
float forewing_width {0.0f}
 Forewing width, in mesosomal lengths. More...
 
float forewing_venation {0.0f}
 Degree of forewing venation. A value of 1.0 indicates a highly-developed venation pattern, while 0.0 indicates a complete absence of visible venation. More...
 
float hindwing_length {0.0f}
 Hindwing length, in mesosomal lengths. More...
 
float hindwing_width {0.0f}
 Hindwing width, in mesosomal lengths. More...
 
float hindwing_venation {0.0f}
 Degree of hindwing venation. A value of 1.0 indicates a highly-developed venation pattern, while 0.0 indicates a complete absence of visible venation. More...
 
std::shared_ptr< render::modelmodel
 3D model of the wings. More...
 

Detailed Description

Ant wings phene.

Definition at line 30 of file ant-wings-gene.hpp.

Member Data Documentation

◆ forewing_length

float ant_wings_phene::forewing_length {0.0f}

Forewing length, in mesosomal lengths.

Definition at line 36 of file ant-wings-gene.hpp.

◆ forewing_venation

float ant_wings_phene::forewing_venation {0.0f}

Degree of forewing venation. A value of 1.0 indicates a highly-developed venation pattern, while 0.0 indicates a complete absence of visible venation.

Definition at line 42 of file ant-wings-gene.hpp.

◆ forewing_width

float ant_wings_phene::forewing_width {0.0f}

Forewing width, in mesosomal lengths.

Definition at line 39 of file ant-wings-gene.hpp.

◆ hindwing_length

float ant_wings_phene::hindwing_length {0.0f}

Hindwing length, in mesosomal lengths.

Definition at line 45 of file ant-wings-gene.hpp.

◆ hindwing_venation

float ant_wings_phene::hindwing_venation {0.0f}

Degree of hindwing venation. A value of 1.0 indicates a highly-developed venation pattern, while 0.0 indicates a complete absence of visible venation.

Definition at line 51 of file ant-wings-gene.hpp.

◆ hindwing_width

float ant_wings_phene::hindwing_width {0.0f}

Hindwing width, in mesosomal lengths.

Definition at line 48 of file ant-wings-gene.hpp.

◆ model

std::shared_ptr<render::model> ant_wings_phene::model

3D model of the wings.

Definition at line 54 of file ant-wings-gene.hpp.

◆ present

bool ant_wings_phene::present {false}

Wings presence.

Definition at line 33 of file ant-wings-gene.hpp.


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