Class RoutingGraphValidator

Inheritance Relationships

Derived Type

Class Documentation

class RoutingGraphValidator

A routing graph validator works similar, but instead uses the routing graph of a map to detect issues.

Subclassed by lanelet::validation::RoutingGraphIsValid

Public 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.

virtual ~RoutingGraphValidator() = default

Public Static Functions

static inline constexpr const char *name()