#include "SwmmInterface.h"
#include <swmm5_iface.h>
#include <boost/algorithm/string/predicate.hpp>
#include <cctype>
#include <fstream>
#include <utility>
#include "Applications/FileIO/CsvInterface.h"
#include "BaseLib/FileTools.h"
#include "BaseLib/StringTools.h"
#include "GeoLib/GEOObjects.h"
#include "GeoLib/Point.h"
#include "GeoLib/PointVec.h"
#include "GeoLib/Polygon.h"
#include "GeoLib/Polyline.h"
#include "MeshLib/Elements/Line.h"
#include "MeshLib/Mesh.h"
#include "MeshLib/Node.h"
#include "MeshLib/Properties.h"
#include "MeshLib/Utils/getOrCreateMeshProperty.h"
Go to the source code of this file.
|
| const std::array< std::string, 9 > | FileIO::subcatchment_vars |
| | Variables that always exist for subcatchments. There might be more.
|
| const std::array< std::string, 7 > | FileIO::node_vars |
| | Variables that always exist for nodes. There might be more.
|
| const std::array< std::string, 6 > | FileIO::link_vars |
| | Variables that always exist for links. There might be more.
|
| const std::array< std::string, 15 > | FileIO::system_vars |
| | All variables that exist for the system.
|
| std::array< std::size_t, 4 > const | FileIO::n_obj_params = {8, 6, 5, 15} |