SWMMVis  6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
Loading...
Searching...
No Matches
meshreorder.h
Go to the documentation of this file.
1
27#ifndef OPENSWMMVIS_MESH_MESHREORDER_H
28#define OPENSWMMVIS_MESH_MESHREORDER_H
29
30#include "mesh/meshresult.h"
31
32namespace mesh {
33
37void reorderMeshHilbert(MeshResult *m);
38
41[[nodiscard]] double meanVertexIndexSpread(const MeshResult &m);
42
43} // namespace mesh
44
45#endif // OPENSWMMVIS_MESH_MESHREORDER_H
MaskMode m
Definition maskspec.cpp:18
Definition meshcommands.h:302
double meanVertexIndexSpread(const MeshResult &m)
Definition meshreorder.cpp:144
void reorderMeshHilbert(MeshResult *m)
Definition meshreorder.cpp:49