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

#include <hdmap_common.h>

apollo::hdmap::ClearAreaInfo 的协作图:

Public 成员函数

 ClearAreaInfo (const ClearArea &clear_area)
 
const Idid () const
 
const ClearAreaclear_area () const
 
const apollo::common::math::Polygon2dpolygon () const
 

详细描述

在文件 hdmap_common.h468 行定义.

构造及析构函数说明

◆ ClearAreaInfo()

apollo::hdmap::ClearAreaInfo::ClearAreaInfo ( const ClearArea clear_area)
explicit

在文件 hdmap_common.cc734 行定义.

735 : clear_area_(clear_area) {
736 Init();
737}
const ClearArea & clear_area() const

成员函数说明

◆ clear_area()

const ClearArea & apollo::hdmap::ClearAreaInfo::clear_area ( ) const
inline

在文件 hdmap_common.h473 行定义.

473{ return clear_area_; }

◆ id()

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

在文件 hdmap_common.h472 行定义.

472{ return clear_area_.id(); }

◆ polygon()

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

在文件 hdmap_common.h474 行定义.

474{ return polygon_; }

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