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... | |
![]() | |
virtual | ~RoutingGraphValidator ()=default |
Static Public Member Functions | |
constexpr static const char * | name () |
![]() | |
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.