|
Modular Megafauna Model 1.1.5
A physiological, dynamic herbivore simulator in C++.
|
Parameters for an allometric relationship with exponent and one point. More...
#include <hft.h>
Public Member Functions | |
| double | extrapolate (const double bodymass_male_adult, const double bodymass) const |
| Calculate the value for a different body mass. More... | |
Public Attributes | |
| double | exponent |
| Exponent | |
| double | value_male_adult |
| Value | |
Parameters for an allometric relationship with exponent and one point.
The allometric relationship is 




Generally, 
| double GivenPointAllometry::extrapolate | ( | const double | bodymass_male_adult, |
| const double | bodymass | ||
| ) | const |
Calculate the value for a different body mass.
| bodymass_male_adult | The body mass of an adult, male animal. See Hft::body_mass_male. |
| bodymass | Current body mass of the animal for which the value is to be calculated. |
| std::invalid_argument | If any given parameter is outside of the allowed range. |
| double Fauna::GivenPointAllometry::exponent |
Exponent 

| double Fauna::GivenPointAllometry::value_male_adult |
Value 
