|
Modular Megafauna Model 1.1.5
A physiological, dynamic herbivore simulator in C++.
|
This is the complete list of members for Fauna::HerbivoreInterface, including all inherited members.
| eat(const ForageMass &kg_per_km2, const Digestibility &digestibility, const ForageMass &N_kg_per_km2=ForageMass(0))=0 | Fauna::HerbivoreInterface | pure virtual |
| get_bodymass() const =0 | Fauna::HerbivoreInterface | pure virtual |
| get_forage_demands(const HabitatForage &available_forage)=0 | Fauna::HerbivoreInterface | pure virtual |
| get_ind_per_km2() const =0 | Fauna::HerbivoreInterface | pure virtual |
| get_kg_per_km2() const =0 | Fauna::HerbivoreInterface | pure virtual |
| get_output_group() const =0 | Fauna::HerbivoreInterface | pure virtual |
| get_todays_output() const =0 | Fauna::HerbivoreInterface | pure virtual |
| is_dead() const =0 | Fauna::HerbivoreInterface | pure virtual |
| kill()=0 | Fauna::HerbivoreInterface | pure virtual |
| simulate_day(const int day, const HabitatEnvironment &environment, double &offspring)=0 | Fauna::HerbivoreInterface | pure virtual |
| ~HerbivoreInterface()=default | Fauna::HerbivoreInterface | virtual |