11#ifndef POPULATION_DYNAMICS_GROWTH_BASE_HPP
12#define POPULATION_DYNAMICS_GROWTH_BASE_HPP
23template <
typename Type>
49template <
typename Type>
Definition of the FIMSObject structure.
The population dynamics of FIMS.
Definition catch_at_age.hpp:41
void clear_internal()
Clears the internal objects.
Definition rcpp_interface.hpp:236
void register_self(const uint32_t id)
Registers a FIMSObject instance with the memory tracker.
Definition model_object.hpp:35
FIMSObject struct that defines member types and returns the unique id.
Definition model_object.hpp:55
Base class for all growth functors.
Definition growth_base.hpp:24
static uint32_t id_g
Definition growth_base.hpp:29
GrowthBase()
Constructor.
Definition growth_base.hpp:34
virtual const Type evaluate(int year, const double &a)=0
Calculates the growth at the independent variable value.