OpenSWMM Engine
6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
Loading...
Searching...
No Matches
InpWriter.hpp
Go to the documentation of this file.
1
16
#ifndef OPENSWMM_INP_WRITER_HPP
17
#define OPENSWMM_INP_WRITER_HPP
18
19
#include <string>
20
21
namespace
openswmm
{
22
23
struct
SimulationContext;
24
25
namespace
inp_writer {
26
45
int
writeInpFile
(
const
SimulationContext& ctx,
const
std::string& path);
46
47
}
// namespace inp_writer
48
}
// namespace openswmm
49
50
#endif
// OPENSWMM_INP_WRITER_HPP
openswmm::inp_writer::writeInpFile
int writeInpFile(const SimulationContext &ctx, const std::string &path)
Write the full model to a SWMM .inp file.
Definition
InpWriter.cpp:71
openswmm
Definition
Controls.cpp:24
src
engine
core
InpWriter.hpp
Generated by
1.9.8