![]() |
ALMaSS
1.2 (after EcoStack, March 2024)
The Animal, Landscape and Man Simulation System
|
A data class to store nectar or pollen data. More...
#include <PollenNectar.h>
Public Member Functions | |
PollenNectarData () | |
PollenNectarData (double a_quantity, double a_quality) | |
double | GetNectarSugarConc () |
Returns volume of sugar in volume of nectar (vol/vol). More... | |
Public Attributes | |
double | m_quantity = 0.0 |
double | m_quality = 0.0 |
A data class to store nectar or pollen data.
PollenNectarData::PollenNectarData | ( | ) |
References m_quality, and m_quantity.
PollenNectarData::PollenNectarData | ( | double | a_quantity, |
double | a_quality | ||
) |
References m_quality, and m_quantity.
double PollenNectarData::GetNectarSugarConc | ( | ) |
Returns volume of sugar in volume of nectar (vol/vol).
Bumblebee nectar quality in vol/vol of sugar to nectar.
References m_quality, and m_quantity.
double PollenNectarData::m_quality = 0.0 |
Referenced by Landscape::CalHaibitatFlowerResource(), GetNectarSugarConc(), LE::GetPollenQuality(), LE::GetSugar(), PollenNectarData(), VegElement::PollenNectarPhenologyCalculation(), VegElement::PollenNectarReset(), Osmia_Female::st_ReproductiveBehaviour(), and PollenNectarDevelopmentData::updateHabitatFlowerResource().
double PollenNectarData::m_quantity = 0.0 |
Referenced by Landscape::CalHaibitatFlowerResource(), LE::GetNectarQuantity(), GetNectarSugarConc(), LE::GetPollenQuantity(), PollenNectarData(), VegElement::PollenNectarPhenologyCalculation(), VegElement::PollenNectarReset(), VegElement::RecalculateBugsNStuff(), Landscape::ResetFlowerLocIndex(), Landscape::SupplyResourceAtLocInPoly(), and PollenNectarDevelopmentData::updateHabitatFlowerResource().