Gadget
|
#include "commentstream.h"
#include "hasname.h"
#include "keeper.h"
#include "modelvariablevector.h"
Go to the source code of this file.
Classes | |
class | SuitFunc |
This is the base class used to calculate the predator prey suitability value. More... | |
class | ExpSuitFuncA |
This is the class used to calculate the suitability based on an exponential function of the predator and prey lengths. More... | |
class | ConstSuitFunc |
This is the class used to calculate a constant suitability. More... | |
class | AndersenSuitFunc |
This is the class used to calculate the suitability based on an Andersen function. More... | |
class | ExpSuitFuncL50 |
This is the class used to calculate the suitability based on an exponential function of the prey length. More... | |
class | StraightSuitFunc |
This is the class used to calculate the suitability based on a linear function of the prey length. More... | |
class | InverseSuitFunc |
This is the class used to calculate the suitability based on an inverse exponential function of the prey length. More... | |
class | StraightUnboundedSuitFunc |
This is the class used to calculate the suitability based on a linear function of the prey length with no upper bound. More... | |
class | RichardsSuitFunc |
This is the class used to calculate the suitability based on a Richards function. More... | |
class | GammaSuitFunc |
This is the class used to calculate the suitability based on a Gamma function, usually used when calculating suitability curves for gillnet fleets. More... | |
class | AndersenFleetSuitFunc |
This is the class used to calculate the suitability based on an Andersen function for fleet based predators. More... | |