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
PollenNectar.h File Reference
#include <vector>
#include <algorithm>
#include <climits>
#include <Eigen/Dense>

Go to the source code of this file.

Classes

class  PollenNectarDevelopmentCurveSet
 This class justs holds the set of resource curves related to a specific plant community or crop. It is a data class, with no behaviour, but is convenient to group curves together. More...
 
class  PollenNectarData
 A data class to store nectar or pollen data. More...
 
class  PollenNectarDevelopmentData
 A class to manage a range of pollen and nectar development curves based on indexed rates. More...
 

Functions

PollenNectarDevelopmentDataCreatePollenNectarDevelopmentData ()
 

Function Documentation

◆ CreatePollenNectarDevelopmentData()

PollenNectarDevelopmentData* CreatePollenNectarDevelopmentData ( )
295 {
296  if (g_nectarpollen == NULL)
297  {
299  }
300  return g_nectarpollen;
301 }

References g_nectarpollen.

Referenced by main().

g_nectarpollen
class PollenNectarDevelopmentData * g_nectarpollen
Definition: Plants.cpp:41
PollenNectarDevelopmentData
A class to manage a range of pollen and nectar development curves based on indexed rates.
Definition: PollenNectar.h:174