Logo
Reference manual - version orea_version
Namespaces | Functions
cube_io.hpp File Reference

load / save cubes and agg scen data from / to disk More...

#include <orea/cube/npvcube.hpp>
#include <orea/scenario/aggregationscenariodata.hpp>

Namespaces

 ore
 
 ore::analytics
 

Functions

boost::shared_ptr< NPVCube > loadCube (const std::string &filename, const bool doublePrecision=false)
 
void saveCube (const std::string &filename, const NPVCube &cube, const bool doublePrecision=false)
 
boost::shared_ptr< AggregationScenarioData > loadAggregationScenarioData (const std::string &filename)
 
void saveAggregationScenarioData (const std::string &filename, const AggregationScenarioData &cube)
 

Detailed Description

load / save cubes and agg scen data from / to disk