File failed to load: https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/extensions/ams.js
ALMaSS  1.2 (after EcoStack, March 2024)
The Animal, Landscape and Man Simulation System
All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
struct_SubPopulation Class Reference

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...
 
LandscapeL
 Landscape pointer. More...
 
SubPopulation_Population_ManagerNPM
 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
 

Detailed Description

Used for creation of a new struct_SubPopulation object.

Member Data Documentation

◆ empty_flag

bool struct_SubPopulation::empty_flag

Indicator show whether it is an empty subpopulation.

Referenced by SubPopulation_Population_Manager::CreateObjects(), and SubPopulation_Population_Manager::initialisePopulation().

◆ h

int struct_SubPopulation::h

◆ index_x

◆ index_y

◆ L

◆ NPM

◆ species

int struct_SubPopulation::species

species ID

◆ starting_popu_density

double* struct_SubPopulation::starting_popu_density

Starting weighted population density for the subpopulation.

Referenced by SubPopulation_Population_Manager::CreateObjects(), and SubPopulation_Population_Manager::initialisePopulation().

◆ starting_suitability

double* struct_SubPopulation::starting_suitability

◆ w

int struct_SubPopulation::w

◆ x

◆ y


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