|
The BioCro C++ Library
|
#include "../framework/state_map.h"#include "multilayer_canopy_photosynthesis.h"#include "multilayer_canopy_properties.h"#include "rue_leaf_photosynthesis.h"
Include dependency graph for multilayer_rue_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_rue_canopy |
Represents a ten layer canopy where leaf-level photosynthesis is calculated using a simple radiation use efficiency (RUE) model; see the rue_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_rue_canopy_parent = multilayer_canopy_photosynthesis< ten_layer_canopy_properties, rue_leaf_photosynthesis > |