GCBM
|
#include <growthmultipliermodule.h>
Public Member Functions | |
void | add (std::string forestType, int timestep, double multiplier) |
std::unordered_map< std::string, double > | next () |
bool | end () |
std::string | toString () |
Private Attributes | |
std::unordered_map< std::string, GrowthMultiplierSeries > | seriesByForestType |
void add | ( | std::string | forestType, |
int | timestep, | ||
double | multiplier | ||
) |
bool end | ( | ) |
std::unordered_map<std::string, double> next | ( | ) |
std::string toString | ( | ) |
|
private |