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
Aphid_Population_Manager.h File Reference

The main header code for Aphid population manager More...

Go to the source code of this file.

Classes

class  struct_Aphid
 Used for creation of a new Aphid object. More...
 
class  Aphid_Population_Manager
 The class to handle all Aphid population related matters in the whole landscape. More...
 

Enumerations

enum  TTypesOfAphidDevelopmentSeason : unsigned {
  toAphidSpringDev =0, toAphidLateSpringDev, toAphidSummerDev, toAphidFallDev,
  toAphidHibernate
}
 

Detailed Description

The main header code for Aphid population manager

Version of Feb. 2021
By Xiaodong Duan

Enumeration Type Documentation

◆ TTypesOfAphidDevelopmentSeason

Enumerator
toAphidSpringDev 
toAphidLateSpringDev 
toAphidSummerDev 
toAphidFallDev 
toAphidHibernate 
85  : unsigned
86 {
92 };
toAphidSummerDev
Definition: Aphid_Population_Manager.h:89
toAphidHibernate
Definition: Aphid_Population_Manager.h:91
toAphidLateSpringDev
Definition: Aphid_Population_Manager.h:88
toAphidFallDev
Definition: Aphid_Population_Manager.h:90
toAphidSpringDev
Definition: Aphid_Population_Manager.h:87