|
The BioCro C++ Library
|
#include "../framework/state_map.h"#include "multilayer_canopy_photosynthesis.h"#include "multilayer_canopy_properties.h"#include "c4_leaf_photosynthesis.h"
Include dependency graph for multilayer_c4_canopy.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | ten_layer_c4_canopy |
Represents a ten layer canopy where leaf-level photosynthesis is calculated using the Collatz et al. model for C4 photosynthesis; see the c4_leaf_photosynthesis class for more information about this model. More... | |
Namespaces | |
| namespace | standardBML |
| This is the standard BioCro module library; it includes the essential modules used in typical BioCro crop growth simulations. | |
Typedefs | |
| using | ten_layer_c4_canopy_parent = multilayer_canopy_photosynthesis< ten_layer_canopy_properties, c4_leaf_photosynthesis > |