![]() |
FIMS
v0.10.0
|
Growth module boundary (product-oriented). More...
#include <growth_model_base.hpp>
Public Member Functions | |
| virtual void | Prepare ()=0 |
| Compute and cache growth products (mean LAA, sd LAA, mean WAA). | |
| virtual const GrowthProducts< Type > & | GetProducts () const =0 |
| Read-only access to cached growth products. | |
Growth module boundary (product-oriented).
Downstream code calls Prepare() once (per evaluation/update) and then consumes cached products via GetProducts().
|
pure virtual |
Read-only access to cached growth products.
Implemented in fims_popdy::GrowthModel< Type >.
Compute and cache growth products (mean LAA, sd LAA, mean WAA).
Implemented in fims_popdy::GrowthModel< Type >.