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

One object that references the deletion target. More...

#include <openswmm_edit.h>

Collaboration diagram for SWMM_ImpactEntry:

Public Attributes

int obj_type
 
int obj_idx
 
const char * field
 
int cascaded
 

Detailed Description

One object that references the deletion target.

field is a static string literal naming the specific cross- reference field (e.g. "node1", "outlet_node", "pump_curve"). The caller must NOT free it.

Member Data Documentation

◆ cascaded

int SWMM_ImpactEntry::cascaded

1 if this object was deleted (cascade), 0 if nullified.

◆ field

const char* SWMM_ImpactEntry::field

Static field-name string — do NOT free.

◆ obj_idx

int SWMM_ImpactEntry::obj_idx

Zero-based index in the referencing object's array.

◆ obj_type

int SWMM_ImpactEntry::obj_type

SWMM_RefType value.


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