MCPcopy Create free account
hub / github.com/comaps/comaps / FullRoadInfo

Class FullRoadInfo

libs/routing/road_graph.hpp:171–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169 };
170
171 struct FullRoadInfo
172 {
173 FullRoadInfo(FeatureID const & featureId, RoadInfo const & roadInfo) : m_featureId(featureId), m_roadInfo(roadInfo)
174 {}
175
176 FeatureID m_featureId;
177 RoadInfo m_roadInfo;
178 };
179
180 /// This class is responsible for loading edges in a cross.
181 class ICrossEdgesLoader

Callers 2

FindClosestEdgesMethod · 0.85
TestNearestOnMock1Function · 0.85

Calls

no outgoing calls

Tested by 1

TestNearestOnMock1Function · 0.68