20#ifndef OPENSWMM_ENGINE_2D_MESH_BUILDER_HPP
21#define OPENSWMM_ENGINE_2D_MESH_BUILDER_HPP
23#include "../data/MeshData.hpp"
Definition NodeCoupling.cpp:15
void buildMeshTopology(MeshData &mesh)
Build mesh topology and precompute geometry from raw vertex/triangle data.
Definition MeshBuilder.cpp:63
void recomputeVertexZDependents(MeshData &mesh, int vidx)
Recompute Z-derived per-triangle / per-edge geometry for triangles incident to a vertex whose Z just ...
Definition MeshBuilder.cpp:214
std::string validateMesh(const MeshData &mesh)
Validate mesh data for consistency.
Definition MeshBuilder.cpp:176