Apollo 10.0
自动驾驶开放平台
apollo::perception::base::RadarPoint< T > 模板结构体 参考

#include <point.h>

apollo::perception::base::RadarPoint< T > 的协作图:

Public 类型

typedef T Type
 

Public 属性

x = 0
 
y = 0
 
z = 0
 
velocity = 0
 
comp_vel = 0
 
rcs = 0
 

详细描述

template<typename T>
struct apollo::perception::base::RadarPoint< T >

在文件 point.h103 行定义.

成员类型定义说明

◆ Type

template<typename T >
typedef T apollo::perception::base::RadarPoint< T >::Type

在文件 point.h110 行定义.

类成员变量说明

◆ comp_vel

template<typename T >
T apollo::perception::base::RadarPoint< T >::comp_vel = 0

在文件 point.h108 行定义.

◆ rcs

template<typename T >
T apollo::perception::base::RadarPoint< T >::rcs = 0

在文件 point.h109 行定义.

◆ velocity

template<typename T >
T apollo::perception::base::RadarPoint< T >::velocity = 0

在文件 point.h107 行定义.

◆ x

template<typename T >
T apollo::perception::base::RadarPoint< T >::x = 0

在文件 point.h104 行定义.

◆ y

template<typename T >
T apollo::perception::base::RadarPoint< T >::y = 0

在文件 point.h105 行定义.

◆ z

template<typename T >
T apollo::perception::base::RadarPoint< T >::z = 0

在文件 point.h106 行定义.


该结构体的文档由以下文件生成: