![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
#include <conduitsplitpick.h>
Public Member Functions | |
| bool | valid () const |
Public Attributes | |
| SWMMModelLayer * | layer = nullptr |
| int | linkIdx = -1 |
| SoA/engine conduit index. | |
| QString | name |
| double | t = 0.5 |
| normalised polyline position, clamped to [0.02, 0.98] | |
| QPointF | point |
| closest point (layer CRS) | |
| bool | isStreet = false |
| cross section is SWMM_XSECT_STREET | |
One conduit hit: the layer, the conduit, the normalised split position and the closest point on its vertex-aware polyline (layer CRS).
|
inline |
| bool ConduitSplitPick::ConduitHit::isStreet = false |
cross section is SWMM_XSECT_STREET
| SWMMModelLayer* ConduitSplitPick::ConduitHit::layer = nullptr |
| int ConduitSplitPick::ConduitHit::linkIdx = -1 |
SoA/engine conduit index.
| QString ConduitSplitPick::ConduitHit::name |
| QPointF ConduitSplitPick::ConduitHit::point |
closest point (layer CRS)
| double ConduitSplitPick::ConduitHit::t = 0.5 |
normalised polyline position, clamped to [0.02, 0.98]