![]() |
OpenSWMM Engine
6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
|
Interface for input file reader/writer plugins. More...
Go to the source code of this file.
Classes | |
| class | openswmm::IInputPlugin |
| Interface for input file reader/writer plugins. More... | |
Namespaces | |
| namespace | openswmm |
Interface for input file reader/writer plugins.
Implement this interface to support reading and writing SWMM model data from/to different file formats (e.g., .inp, GeoJSON, HDF5, database).
Input plugins are responsible for:
Threading model: All methods are called from the main thread.