#include <algorithm>
#include "../framework/module.h"
#include "../framework/state_map.h"
Go to the source code of this file.
|
| namespace | MLCP |
| |
| namespace | standardBML |
| | This is the standard BioCro module library; it includes the essential modules used in typical BioCro crop growth simulations.
|
| |
|
| template<typename leaf_module_type > |
| string_vector | get_leaf_input_subset (string_vector reference_names) |
| | A helping function for the multilayer canopy photosynthesis module that returns inputs to the leaf module that are also in the vector of reference names. More...
|
| |
| template<typename canopy_module_type , typename leaf_module_type > |
| string_vector | get_multiclass_multilayer_leaf_inputs () |
| | A helping function for the multlayer canopy photosynthesis module that returns inputs to the leaf module that will change with leaf class and canopy layer. More...
|
| |
| template<typename canopy_module_type , typename leaf_module_type > |
| string_vector | get_pure_multilayer_leaf_inputs () |
| | A helping function for the multlayer canopy photosynthesis module that returns inputs to the leaf module that will change with canopy layer but not leaf class. More...
|
| |
| template<typename canopy_module_type , typename leaf_module_type > |
| string_vector | get_other_leaf_inputs () |
| | A helping function for the multlayer canopy photosynthesis module that returns inputs to the leaf module that do not change with leaf class or canopy layer. More...
|
| |