This check basically calls the RoutingGraph self-check to ensure the graph is valid. More...
#include <RoutingGraphIsValid.h>

Public Member Functions | |
| Issues | operator() (const routing::RoutingGraph &graph, const traffic_rules::TrafficRules &) override |
| The RoutingGraphValidator is called together with the rules with which it was created. More... | |
Public Member Functions inherited from lanelet::validation::RoutingGraphValidator | |
| virtual | ~RoutingGraphValidator ()=default |
Static Public Member Functions | |
| constexpr static const char * | name () |
Static Public Member Functions inherited from lanelet::validation::RoutingGraphValidator | |
| constexpr static const char * | name () |
This check basically calls the RoutingGraph self-check to ensure the graph is valid.
Definition at line 7 of file RoutingGraphIsValid.h.
|
inlinestaticconstexpr |
Definition at line 9 of file RoutingGraphIsValid.h.
|
overridevirtual |
The RoutingGraphValidator is called together with the rules with which it was created.
Implements lanelet::validation::RoutingGraphValidator.
Definition at line 13 of file RoutingGraphIsValid.cpp.