![]() |
ALMaSS
1.2 (after EcoStack, March 2024)
The Animal, Landscape and Man Simulation System
|
A data structure to store the pollen and nectar information for each cell. More...
#include <Landscape.h>
Public Attributes | |
int | d_x_loc = -1 |
int | d_y_loc = -1 |
double | d_quality |
double | d_quantity |
A data structure to store the pollen and nectar information for each cell.
double PollenNectarCellInfo::d_quality |
double PollenNectarCellInfo::d_quantity |
int PollenNectarCellInfo::d_x_loc = -1 |
int PollenNectarCellInfo::d_y_loc = -1 |