#include <string>
#include <utility>
#include <vector>
#include "cyclus.h"
#include "cycamore_version.h"
#include "growth_region_tests.h"
#include "toolkit/position.cycpp.h"
Go to the source code of this file.
|
class | cycamore::GrowthRegion |
| This region determines if there is a need to meet a certain capacity (as defined via input) at each time step. More...
|
|
|
typedef std::vector< std::pair< int, std::pair< std::string, std::string > > > | cycamore::Demand |
| A container of (time, (demand type, demand parameters))
|
|