![]() |
OpenSWMM Engine
6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
|
Topology construction and geometry precomputation for the 2D mesh. More...
#include "../data/MeshData.hpp"Go to the source code of this file.
Namespaces | |
| namespace | openswmm |
| namespace | openswmm::twoD |
Functions | |
| void | openswmm::twoD::buildMeshTopology (MeshData &mesh) |
| Build mesh topology and precompute geometry from raw vertex/triangle data. | |
| std::string | openswmm::twoD::validateMesh (const MeshData &mesh) |
| Validate mesh data for consistency. | |
| void | openswmm::twoD::recomputeVertexZDependents (MeshData &mesh, int vidx) |
| Recompute Z-derived per-triangle / per-edge geometry for triangles incident to a vertex whose Z just changed. | |
Topology construction and geometry precomputation for the 2D mesh.
After parsing [2D_VERTICES] and [2D_TRIANGLES], MeshBuilder computes: