![]() |
OpenSWMM Engine
6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
|
Result of a node or link type conversion. More...
#include <openswmm_edit.h>
Public Attributes | |
| int | new_type |
| const char ** | cleared_fields |
| int | n_cleared |
| const char ** | warnings |
| int | n_warnings |
Result of a node or link type conversion.
Lists type-specific fields that were cleared and any topology warnings generated. Caller must pass to swmm_conversion_result_free when done.
| const char** SWMM_ConversionResult::cleared_fields |
NULL-terminated array of cleared field names.
| int SWMM_ConversionResult::n_cleared |
Number of cleared field names.
| int SWMM_ConversionResult::n_warnings |
Number of warnings.
| int SWMM_ConversionResult::new_type |
The resulting C-API type enum value.
| const char** SWMM_ConversionResult::warnings |
NULL-terminated array of topology warning strings.