Modular Megafauna Model 1.1.5
A physiological, dynamic herbivore simulator in C++.
Loading...
Searching...
No Matches
megafauna.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: 2020 W. Traylor <wolfgang.traylor@senckenberg.de>
2//
3// SPDX-License-Identifier: LGPL-3.0-or-later
4
11#ifndef MODULAR_MEGAFAUNA_LIBRARY_H
12#define MODULAR_MEGAFAUNA_LIBRARY_H
13
14#include "Fauna/date.h"
15#include "Fauna/forage_types.h"
16#include "Fauna/forage_values.h"
17#include "Fauna/habitat.h"
19#include "Fauna/world.h"
20
21#endif // MODULAR_MEGAFAUNA_LIBRARY_H
Simple class to hold the date of a simulation day.
Definition of forage types (grass, browse, etc.)
Basic classes encapsulating forage amounts & fractions.
The spatial unit where herbivores live in.
Forage in a habitat.
Central management of all herbivores and habitats.