![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
#include "plot/numberformat.h"#include <QLocale>#include <QRegularExpression>#include <algorithm>#include <cmath>#include <cstdlib>Namespaces | |
| namespace | openswmmvis |
| namespace | openswmmvis::plot |
Functions | |
| NumberFormat | openswmmvis::plot::numberFormatForPreset (int preset) |
| The mode + count a preset stands for. Out-of-range input falls back to two decimals, which is the historic default. | |
| int | openswmmvis::plot::presetForNumberFormat (NumberFormatMode mode, int count) |
| The preset that best represents mode + count. | |
| int count |
| NumberFormatMode mode |