Public Member Functions | Static Public Member Functions | List of all members
lanelet::validation::RoutingGraphValidator Class Referenceabstract

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

#include <BasicValidator.h>

Inheritance diagram for lanelet::validation::RoutingGraphValidator:
Inheritance graph
[legend]

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 ()
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ~RoutingGraphValidator()

virtual lanelet::validation::RoutingGraphValidator::~RoutingGraphValidator ( )
virtualdefault

Member Function Documentation

◆ name()

constexpr static const char* lanelet::validation::RoutingGraphValidator::name ( )
inlinestaticconstexpr

Definition at line 41 of file BasicValidator.h.

◆ operator()()

virtual Issues lanelet::validation::RoutingGraphValidator::operator() ( const routing::RoutingGraph graph,
const traffic_rules::TrafficRules rules 
)
pure virtual

The RoutingGraphValidator is called together with the rules with which it was created.

Implemented in lanelet::validation::RoutingGraphIsValid.


The documentation for this class was generated from the following file:


lanelet2_validation
Author(s): Fabian Poggenhans
autogenerated on Thu Mar 6 2025 03:26:17