RoutingGraphIsValid.h
Go to the documentation of this file.
2 
3 namespace lanelet {
4 namespace validation {
5 
8  public:
9  constexpr static const char* name() { return "routing.graph_is_valid"; }
10  Issues operator()(const routing::RoutingGraph& graph, const traffic_rules::TrafficRules& /*rules*/) override;
11 };
12 
13 } // namespace validation
14 } // namespace lanelet
A routing graph validator works similar, but instead uses the routing graph of a map to detect issues...
std::vector< Issue > Issues
Definition: Issue.h:65
static constexpr const char * name()
This check basically calls the RoutingGraph self-check to ensure the graph is valid.
Issues operator()(const routing::RoutingGraph &graph, const traffic_rules::TrafficRules &) override
The RoutingGraphValidator is called together with the rules with which it was created.


lanelet2_validation
Author(s): Fabian Poggenhans
autogenerated on Tue Jun 6 2023 02:24:02