![]() |
FIMS
v0.8.1
|
Base class for all growth functors. More...
#include <growth_base.hpp>
Public Member Functions | |
| GrowthBase () | |
| Constructor. | |
| virtual const Type | evaluate (int year, const double &a)=0 |
| Calculates the growth at the independent variable value. | |
Public Member Functions inherited from fims_model_object::FIMSObject< Type > | |
| uint32_t | GetId () const |
| Getter that returns the unique id for parameters in the model. | |
| bool | CheckDimensions (size_t actual, size_t expected) |
| Check the dimensions of an object. | |
Static Public Attributes | |
| static uint32_t | id_g = 0 |
Additional Inherited Members | |
Public Attributes inherited from fims_model_object::FIMSObject< Type > | |
| uint32_t | id |
| std::vector< Type * > | parameters |
| std::vector< Type * > | random_effects_parameters |
| std::vector< Type * > | fixed_effects_parameters |
Base class for all growth functors.
| Type | The type of the growth functor. |
|
pure virtual |
Calculates the growth at the independent variable value.
| year | The year at which to return weight of the fish (in kg). |
| a | The age at which to return weight of the fish (in kg). |
Implemented in fims_popdy::EWAAGrowth< Type >.
|
static |
reference id for growth object