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
flowarrowsublayer.cpp File Reference

Direction-only flow-arrow sublayer — style bag + sublayer plumbing. More...

#include "render/sublayers/flowarrowsublayer.h"
#include <QJsonObject>
Include dependency graph for flowarrowsublayer.cpp:

Namespaces

namespace  OpenSWMM
 
namespace  OpenSWMM::Render
 

Detailed Description

Direction-only flow-arrow sublayer — style bag + sublayer plumbing.

    The QSG geometry for this sublayer is built inside
    SWMM2DResultsQSGRenderer (same pattern as ContourBand/Isoline),
    which has direct access to the cell-centered velocity field and
    the dry-depth mask. buildOrUpdateNode() therefore returns the
    existing node unchanged.