A routing graph validator works similar, but instead uses the routing graph of a map to detect issues. More...
#include <BasicValidator.h>
Public Member Functions | |
virtual Issues | operator() (const routing::RoutingGraph &graph, const traffic_rules::TrafficRules &rules)=0 |
The RoutingGraphValidator is called together with the rules with which it was created. More... | |
virtual | ~RoutingGraphValidator ()=default |
Static Public Member Functions | |
constexpr static const char * | name () |
A routing graph validator works similar, but instead uses the routing graph of a map to detect issues.
Definition at line 39 of file BasicValidator.h.
|
virtualdefault |
|
inlinestaticconstexpr |
Definition at line 41 of file BasicValidator.h.
|
pure virtual |
The RoutingGraphValidator is called together with the rules with which it was created.
Implemented in lanelet::validation::RoutingGraphIsValid.