OpenSWMM Engine
6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
Loading...
Searching...
No Matches
ClimateFormat.hpp
Go to the documentation of this file.
1
23
24
#ifndef OPENSWMM_GEOPACKAGE_CLIMATE_FORMAT_HPP
25
#define OPENSWMM_GEOPACKAGE_CLIMATE_FORMAT_HPP
26
27
#include "
FormatTypes.hpp
"
28
29
#include <string>
30
#include <vector>
31
32
namespace
openswmm::gpkg::formats
{
33
34
FormatResult
parseClimateCsv
(
const
std::string& path,
35
std::vector<ClimateRow>& rows);
36
37
FormatResult
writeClimateCsv
(
const
std::string& path,
38
const
std::vector<ClimateRow>& rows);
39
40
}
// namespace openswmm::gpkg::formats
41
42
#endif
// OPENSWMM_GEOPACKAGE_CLIMATE_FORMAT_HPP
FormatTypes.hpp
Plain-data types shared by every external-file format parser.
openswmm::gpkg::formats
Definition
ClimateFormat.cpp:19
openswmm::gpkg::formats::writeClimateCsv
FormatResult writeClimateCsv(const std::string &path, const std::vector< ClimateRow > &rows)
Definition
ClimateFormat.cpp:107
openswmm::gpkg::formats::parseClimateCsv
FormatResult parseClimateCsv(const std::string &path, std::vector< ClimateRow > &rows)
Definition
ClimateFormat.cpp:59
openswmm::gpkg::formats::FormatResult
Lightweight outcome for format parse / materialise calls.
Definition
FormatTypes.hpp:165
src
engine
input
geopackage
formats
ClimateFormat.hpp
Generated by
1.13.2