OpenSWMM Engine  6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
Loading...
Searching...
No Matches
SWMM_ImpactReport Struct Reference

Aggregate impact report for a deletion operation. More...

#include <openswmm_edit.h>

Collaboration diagram for SWMM_ImpactReport:

Public Attributes

SWMM_ImpactEntryentries
 
int n_entries
 

Detailed Description

Aggregate impact report for a deletion operation.

entries is heap-allocated by the engine. The caller must pass this struct to swmm_impact_report_free when done.

Member Data Documentation

◆ entries

SWMM_ImpactEntry* SWMM_ImpactReport::entries

Array of impacted objects (may be NULL if n_entries==0).

◆ n_entries

int SWMM_ImpactReport::n_entries

Number of entries.


The documentation for this struct was generated from the following file: