![]() |
ALMaSS
1.2 (after EcoStack, March 2024)
The Animal, Landscape and Man Simulation System
|
Used for creation of a new struct_SubPopulation object. More...
#include <SubPopulation_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... | |
SubPopulation_Population_Manager * | NPM |
SubPopulation_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 |
Used for creation of a new struct_SubPopulation object.
bool struct_SubPopulation::empty_flag |
Indicator show whether it is an empty subpopulation.
Referenced by SubPopulation_Population_Manager::CreateObjects(), and SubPopulation_Population_Manager::initialisePopulation().
int struct_SubPopulation::h |
area height
Referenced by SubPopulation_Population_Manager::initialisePopulation().
int struct_SubPopulation::index_x |
int struct_SubPopulation::index_y |
Landscape* struct_SubPopulation::L |
Landscape pointer.
Referenced by SubPopulation_Population_Manager::CreateObjects(), and SubPopulation_Population_Manager::initialisePopulation().
SubPopulation_Population_Manager* struct_SubPopulation::NPM |
int struct_SubPopulation::species |
species ID
double* struct_SubPopulation::starting_popu_density |
Starting weighted population density for the subpopulation.
Referenced by SubPopulation_Population_Manager::CreateObjects(), and SubPopulation_Population_Manager::initialisePopulation().
double* struct_SubPopulation::starting_suitability |
Starting suitability for the subpopulation.
Referenced by SubPopulation_Population_Manager::CreateObjects(), and SubPopulation_Population_Manager::initialisePopulation().
int struct_SubPopulation::w |
area width
Referenced by SubPopulation_Population_Manager::initialisePopulation().
int struct_SubPopulation::x |
x-coord
Referenced by SubPopulation_Population_Manager::CreateObjects(), and SubPopulation_Population_Manager::initialisePopulation().
int struct_SubPopulation::y |
y-coord
Referenced by SubPopulation_Population_Manager::CreateObjects(), and SubPopulation_Population_Manager::initialisePopulation().