Loading [MathJax]/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_Aphid Class Reference

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

Detailed Description

Used for creation of a new Aphid object.

Member Data Documentation

◆ empty_flag

bool struct_Aphid::empty_flag

Indicator show whether it is an empty subpopulation.

Referenced by Aphid_Population_Manager::CreateObjects(), and Aphid_Population_Manager::initialiseSimWithEggs().

◆ farm_flag

◆ h

◆ index_x

◆ index_y

◆ L

◆ NPM

◆ random_biomass_weight

double struct_Aphid::random_biomass_weight

◆ species

int struct_Aphid::species

species ID

Referenced by Aphid_Population_Manager::CreateObjects().

◆ starting_popu_density

double* struct_Aphid::starting_popu_density

Starting weighted population density for the subpopulation.

Referenced by Aphid_Population_Manager::CreateObjects(), and Aphid_Population_Manager::initialiseSimWithEggs().

◆ starting_suitability

double* struct_Aphid::starting_suitability

Starting suitability for the subpopulation.

Referenced by Aphid_Population_Manager::CreateObjects(), and Aphid_Population_Manager::initialiseSimWithEggs().

◆ summer_landscape_host

◆ w

◆ winter_landscape_host

◆ x

◆ y


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