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
sizeunit.h
Go to the documentation of this file.
1
18#ifndef OPENSWMM_RENDER_SIZEUNIT_H
19#define OPENSWMM_RENDER_SIZEUNIT_H
20
21namespace OpenSWMM::Render
22{
23
34enum class SizeUnit
35{
36 Pixels = 0,
37 MapUnits = 1, // reserved; not exposed in v1 UI
38};
39
40} // namespace OpenSWMM::Render
41
42#endif // OPENSWMM_RENDER_SIZEUNIT_H
Definition gisrasterlayer.h:40
SizeUnit
Unit for symbol-size scalars (markerSize, lineWidth, arrowLength, …).
Definition sizeunit.h:35