13#ifndef OPENSWMMVIS_IO_RPTPARSER_H
14#define OPENSWMMVIS_IO_RPTPARSER_H
32 static QVector<RptSection>
parse(
const QString &
path,
33 QString *errorOut =
nullptr);
38 double thresholdPct = 10.0);
Definition rptparser.h:28
static QVector< RptSection > parse(const QString &path, QString *errorOut=nullptr)
Parse a .rpt file into ordered sections.
Definition rptparser.cpp:15
static bool hasHighContinuityError(const QVector< RptSection > §ions, double thresholdPct=10.0)
Quick continuity-error scan — returns true if any "Continuity Error (%)" value exceeds thresholdPct (...
Definition rptparser.cpp:122
Definition gdaldrivers.h:22
int path
Definition pslgminsize.cpp:234
Definition rptparser.h:22
QString title
e.g. "Runoff Quantity Continuity"
Definition rptparser.h:23
QString body
raw text lines for this section.
Definition rptparser.h:24