GCBM
Public Member Functions | Private Attributes | List of all members
GrowthMultiplierSet Class Reference

#include <growthmultipliermodule.h>

Collaboration diagram for GrowthMultiplierSet:
Collaboration graph

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, GrowthMultiplierSeriesseriesByForestType
 

Member Function Documentation

◆ add()

void add ( std::string  forestType,
int  timestep,
double  multiplier 
)

◆ end()

bool end ( )

◆ next()

std::unordered_map<std::string, double> next ( )

◆ toString()

std::string toString ( )

Member Data Documentation

◆ seriesByForestType

std::unordered_map<std::string, GrowthMultiplierSeries> seriesByForestType
private

The documentation for this class was generated from the following file: