Gadget
|
#include "commentstream.h"
#include "hasname.h"
#include "keeper.h"
#include "modelvariablevector.h"
Go to the source code of this file.
Classes | |
class | SelectFunc |
This is the base class used to calculate the selection level as a function of length. More... | |
class | ConstSelectFunc |
This is the class used to calculate a constant selection level. More... | |
class | ExpSelectFunc |
This is the class used to calculate the selection level based on an exponential function of length. More... | |
class | StraightSelectFunc |
This is the class used to calculate the selection level based on a linear function of length. More... | |