![]() |
ALMaSS
1.2 (after EcoStack, March 2024)
The Animal, Landscape and Man Simulation System
|
Used for creation of a new Aphid object. More...
#include <Aphid_Population_Manager.h>
Public Attributes | |
int | x |
x-coord More... | |
int | y |
y-coord More... | |
int | w |
area width More... | |
int | h |
area height More... | |
int | species |
species ID More... | |
Landscape * | L |
Landscape pointer. More... | |
Aphid_Population_Manager * | NPM |
Aphid_Population_Manager pointer. More... | |
bool | empty_flag |
Indicator show whether it is an empty subpopulation. More... | |
double * | starting_suitability |
Starting suitability for the subpopulation. More... | |
double * | starting_popu_density |
Starting weighted population density for the subpopulation. More... | |
int | index_x |
int | index_y |
TTypesOfLandscapeElement | winter_landscape_host |
TTypesOfLandscapeElement | summer_landscape_host |
bool | farm_flag |
double | random_biomass_weight |
Used for creation of a new Aphid object.
bool struct_Aphid::empty_flag |
Indicator show whether it is an empty subpopulation.
Referenced by Aphid_Population_Manager::CreateObjects(), and Aphid_Population_Manager::initialiseSimWithEggs().
bool struct_Aphid::farm_flag |
int struct_Aphid::h |
area height
Referenced by Aphid_Population_Manager::CreateObjects(), and Aphid_Population_Manager::initialiseSimWithEggs().
int struct_Aphid::index_x |
int struct_Aphid::index_y |
Landscape* struct_Aphid::L |
Landscape pointer.
Referenced by Aphid_Population_Manager::CreateObjects(), and Aphid_Population_Manager::initialiseSimWithEggs().
Aphid_Population_Manager* struct_Aphid::NPM |
Aphid_Population_Manager pointer.
Referenced by Aphid_Population_Manager::CreateObjects(), and Aphid_Population_Manager::initialiseSimWithEggs().
double struct_Aphid::random_biomass_weight |
int struct_Aphid::species |
species ID
Referenced by Aphid_Population_Manager::CreateObjects().
double* struct_Aphid::starting_popu_density |
Starting weighted population density for the subpopulation.
Referenced by Aphid_Population_Manager::CreateObjects(), and Aphid_Population_Manager::initialiseSimWithEggs().
double* struct_Aphid::starting_suitability |
Starting suitability for the subpopulation.
Referenced by Aphid_Population_Manager::CreateObjects(), and Aphid_Population_Manager::initialiseSimWithEggs().
TTypesOfLandscapeElement struct_Aphid::summer_landscape_host |
int struct_Aphid::w |
area width
Referenced by Aphid_Population_Manager::CreateObjects(), and Aphid_Population_Manager::initialiseSimWithEggs().
TTypesOfLandscapeElement struct_Aphid::winter_landscape_host |
int struct_Aphid::x |
x-coord
Referenced by Aphid_Population_Manager::CreateObjects(), and Aphid_Population_Manager::initialiseSimWithEggs().
int struct_Aphid::y |
y-coord
Referenced by Aphid_Population_Manager::CreateObjects(), and Aphid_Population_Manager::initialiseSimWithEggs().