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
21namespace openswmm {
22
23struct SimulationContext;
24
25namespace inp_writer {
26
45int writeInpFile(const SimulationContext& ctx, const std::string& path);
46
47} // namespace inp_writer
48} // namespace openswmm
49
50#endif // OPENSWMM_INP_WRITER_HPP
int writeInpFile(const SimulationContext &ctx, const std::string &path)
Write the full model to a SWMM .inp file.
Definition InpWriter.cpp:71
Definition Controls.cpp:24