10#ifndef POPULATION_DYNAMICS_GROWTH_MODEL_BASE_HPP
11#define POPULATION_DYNAMICS_GROWTH_MODEL_BASE_HPP
23template <
typename Type>
Growth module boundary (product-oriented).
Definition growth_model_base.hpp:24
virtual const GrowthProducts< Type > & GetProducts() const =0
Read-only access to cached growth products.
virtual void Prepare()=0
Compute and cache growth products (mean LAA, sd LAA, mean WAA).
Declares the GrowthProducts struct holding growth "products" that downstream population dynamics code...
The population dynamics of FIMS.
Definition catch_at_age.hpp:45
Growth "products" in a consistent (year, age, sex) space.
Definition growth_products.hpp:26