20#ifndef CULVERTCODEREF_H
21#define CULVERTCODEREF_H
26#include <openswmm/engine/openswmm_callbacks.h>
44 &&
code == other.code &&
layer == other.layer;
Renders the SWMM network elements (nodes, links, subcatchments, rain gages) for one OpenSWMMEngine mo...
Definition swmmmodellayer.h:133
void registerCulvertCodeRefConverter()
Definition culvertcoderef.cpp:12
void * SWMM_Engine
Definition objectdefaultsapplier.h:19
Definition culvertcoderef.h:32
SWMM_Engine engine
Engine handle (borrow, not owned)
Definition culvertcoderef.h:33
SWMMModelLayer * layer
Definition culvertcoderef.h:39
QString linkName
Owning conduit id.
Definition culvertcoderef.h:34
int code
HDS-5 code; 0 = none.
Definition culvertcoderef.h:35
bool operator==(const CulvertCodeRef &other) const noexcept
Definition culvertcoderef.h:41