MCPcopy Create free account
hub / github.com/Tencent/TAD_Sim / getLane

Function getLane

common/map_sdk/map_engine/src/hadmap_engine.cpp:126–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126int getLane(txMapHandle* pHandle, const hadmap::txPoint& loc, hadmap::txLanePtr& lanePtr, double radius) {
127 handleSafeDetect det(pHandle, "getLane by loc");
128
129 return pHandle->searchPtr->getLane(loc, radius, lanePtr);
130}
131
132int getLane(txMapHandle* pHandle, const hadmap::txLaneId& laneId, hadmap::txLanePtr& lanePtr) {
133 handleSafeDetect det(pHandle, "getLane by id");

Callers 15

getLinkRoadsEndPointsMethod · 0.85
ComposeCacheDataMethod · 0.85
ParseMapOldMethod · 0.85
GetLaneWidthMethod · 0.85
QuerySectionByEnuMethod · 0.85
QueryLonLatByEnuMethod · 0.85
QueryLonLatWGS84Method · 0.85

Calls 3

frontMethod · 0.80
getLaneMethod · 0.45
getLanesMethod · 0.45

Tested by

no test coverage detected