A standard class to contain a pollen or nectar curve based on indexed rates.
More...
#include <plants.h>
A standard class to contain a pollen or nectar curve based on indexed rates.
Definition at line 183 of file plants.h.
◆ PollenNectarDevelopmentCurve()
PollenNectarDevelopmentCurve::PollenNectarDevelopmentCurve |
( |
vector< int > * |
a_index, |
|
|
vector< double > * |
a_slopes |
|
) |
| |
|
inline |
◆ ~PollenNectarDevelopmentCurve()
PollenNectarDevelopmentCurve::~PollenNectarDevelopmentCurve |
( |
| ) |
|
|
inline |
◆ closest()
int PollenNectarDevelopmentCurve::closest |
( |
int |
a_value | ) |
|
|
inline |
◆ GetData()
double PollenNectarDevelopmentCurve::GetData |
( |
int |
a_index | ) |
|
|
inline |
◆ m_CurveRefNum
int PollenNectarDevelopmentCurve::m_CurveRefNum |
|
protected |
a reference to identify this precise curve - needs external management
Definition at line 202 of file plants.h.
◆ m_data
vector<double> PollenNectarDevelopmentCurve::m_data |
|
protected |
The slopes used.
Definition at line 204 of file plants.h.
◆ m_index
vector<int> PollenNectarDevelopmentCurve::m_index |
|
protected |
the index values to the slopes
Definition at line 206 of file plants.h.
The documentation for this class was generated from the following file: