|
The BioCro C++ Library
|
#include <map>#include <vector>#include "../framework/constants.h"
Include dependency graph for AuxBioCro.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | ET_Str |
| struct | ws_str |
| struct | soilML_str |
| struct | dbp_str |
| struct | seqRD_str |
| struct | rd_str |
| struct | frostParms |
| struct | nitroParms |
| struct | crop_phenology |
| struct | crop_phenology::minerals1 |
Macros | |
| #define | MAXLAY 200 /* Maximum number of layers */ |
Functions | |
| seqRD_str | seqRootDepth (double to, int lengthOut) |
| rd_str | rootDist (int layer, double rootDepth, double *depths, double rfl) |
| void | LNprof (double LeafN, double LAI, double kpLN, std::vector< double > &leafNla) |
| #define MAXLAY 200 /* Maximum number of layers */ |
Definition at line 13 of file AuxBioCro.h.
| void LNprof | ( | double | LeafN, |
| double | LAI, | ||
| double | kpLN, | ||
| std::vector< double > & | leafNla | ||
| ) |
| rd_str rootDist | ( | int | layer, |
| double | rootDepth, | ||
| double * | depths, | ||
| double | rfl | ||
| ) |
Definition at line 647 of file AuxBioCro.cpp.
References poisson_density(), rootDist(), and rd_str::rootDist.
Referenced by rootDist(), and soilML().
Here is the call graph for this function:
Here is the caller graph for this function:| seqRD_str seqRootDepth | ( | double | to, |
| int | lengthOut | ||
| ) |
Definition at line 636 of file AuxBioCro.cpp.
References seqRD_str::rootDepths.