Apollo 10.0
自动驾驶开放平台
apollo::hdmap::JunctionInfo类 参考

#include <hdmap_common.h>

apollo::hdmap::JunctionInfo 的协作图:

Public 成员函数

 JunctionInfo (const Junction &junction)
 
const Idid () const
 
const Junctionjunction () const
 
const apollo::common::math::Polygon2dpolygon () const
 
const std::vector< Id > & OverlapStopSignIds () const
 

友元

class HDMapImpl
 

详细描述

在文件 hdmap_common.h287 行定义.

构造及析构函数说明

◆ JunctionInfo()

apollo::hdmap::JunctionInfo::JunctionInfo ( const Junction junction)
explicit

在文件 hdmap_common.cc559 行定义.

559 : junction_(junction) {
560 Init();
561}
const Junction & junction() const

成员函数说明

◆ id()

const Id & apollo::hdmap::JunctionInfo::id ( ) const
inline

在文件 hdmap_common.h291 行定义.

291{ return junction_.id(); }

◆ junction()

const Junction & apollo::hdmap::JunctionInfo::junction ( ) const
inline

在文件 hdmap_common.h292 行定义.

292{ return junction_; }

◆ OverlapStopSignIds()

const std::vector< Id > & apollo::hdmap::JunctionInfo::OverlapStopSignIds ( ) const
inline

在文件 hdmap_common.h295 行定义.

295 {
296 return overlap_stop_sign_ids_;
297 }

◆ polygon()

const apollo::common::math::Polygon2d & apollo::hdmap::JunctionInfo::polygon ( ) const
inline

在文件 hdmap_common.h293 行定义.

293{ return polygon_; }

友元及相关函数文档

◆ HDMapImpl

friend class HDMapImpl
friend

在文件 hdmap_common.h300 行定义.


该类的文档由以下文件生成: