SWMMVis  6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
Loading...
Searching...
No Matches
ProfileRouter::Result Struct Reference

What the router returns. Empty paths plus non-empty error means an outright failure (e.g. invalid endpoints); empty paths plus empty error means no path was found (disconnected components). More...

#include <profilerouter.h>

Collaboration diagram for ProfileRouter::Result:

Public Attributes

QVector< Pathpaths
 
bool truncated = false
 
QString error
 

Detailed Description

What the router returns. Empty paths plus non-empty error means an outright failure (e.g. invalid endpoints); empty paths plus empty error means no path was found (disconnected components).

Member Data Documentation

◆ error

QString ProfileRouter::Result::error

◆ paths

QVector<Path> ProfileRouter::Result::paths

◆ truncated

bool ProfileRouter::Result::truncated = false

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