11#ifndef FAUNA_BREEDING_SEASON_H
12#define FAUNA_BREEDING_SEASON_H
27 const int breeding_season_length);
Helper class for reproduction within a breeding season.
Definition: breeding_season.h:17
bool is_in_season(const int day) const
Whether given day (0=Jan 1st) is in the breeding season.
Definition: breeding_season.cpp:30
bool operator==(const BreedingSeason &other) const
Whether all member variables are the same in the other object.
Definition: breeding_season.h:39
int length
Definition: breeding_season.h:45
double annual_to_daily_rate(const double annual) const
Convert an annual reproduction rate to a daily one in season.
Definition: breeding_season.cpp:45
int start
Definition: breeding_season.h:44