#include <test_routing_map.h>
Public Attributes | |
const std::unordered_map< Id, Area > & | areas {testData.areas} |
const LaneletMapConstPtr | laneletMap {testData.laneletMap} |
const std::unordered_map< Id, Lanelet > & | lanelets {testData.lanelets} |
const std::unordered_map< Id, LineString3d > & | lines {testData.lines} |
const std::unordered_map< Id, Point3d > & | points {testData.points} |
Definition at line 484 of file test_routing_map.h.
const std::unordered_map<Id, Area>& lanelet::routing::tests::RoutingGraphTest::areas {testData.areas} |
Definition at line 487 of file test_routing_map.h.
const LaneletMapConstPtr lanelet::routing::tests::RoutingGraphTest::laneletMap {testData.laneletMap} |
Definition at line 490 of file test_routing_map.h.
const std::unordered_map<Id, Lanelet>& lanelet::routing::tests::RoutingGraphTest::lanelets {testData.lanelets} |
Definition at line 486 of file test_routing_map.h.
const std::unordered_map<Id, LineString3d>& lanelet::routing::tests::RoutingGraphTest::lines {testData.lines} |
Definition at line 489 of file test_routing_map.h.
const std::unordered_map<Id, Point3d>& lanelet::routing::tests::RoutingGraphTest::points {testData.points} |
Definition at line 488 of file test_routing_map.h.