DuplicatedPoints.h
Go to the documentation of this file.
1 #pragma once
3 
5 
6 namespace lanelet {
7 namespace validation {
8 
12  public:
13  constexpr static const char* name() { return "mapping.duplicated_points"; }
14 
15  Issues operator()(const LaneletMap& map) override;
16 };
17 
18 } // namespace validation
19 } // namespace lanelet
std::vector< Issue > Issues
Definition: Issue.h:65
Issues operator()(const LaneletMap &map) override
Most simple form of a validator. It gets a map once and reports errors.
static constexpr const char * name()


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