Function SimOneAPI::GetCrossHatchList
-
Defined in File SimOneHDMapAPI.h
Function Documentation
-
void
SimOneAPI
::
GetCrossHatchList
(
const
SSD
::
SimString
&
id
,
SSD
::
SimVector
<
HDMapStandalone
::
MObject
>
&
crossHatchList
)
-
获取指定车道所在道路上的网状线列表
Get the mesh lines list on the road where the specified lane is located.
此函数用于获取在指定车道所在道路附近的网状线列表
This function is used to get the list of cross hatches in the neighborhood of the road where the specified lane is located.
- 参数 :
-
-
id – [in]
输入的车道ID,格式为roadId_sectionIndex_laneId
Input lane ID, formatted as roadId_sectionIndex_laneId.
-
crossHatchList – [out]
与指定车道相关的网状线列表
List of cross hatches associated with the specified lane.
-