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

#include <point.h>

类 apollo::perception::base::Point< T > 继承关系图:
apollo::perception::base::Point< T > 的协作图:

Public 类型

typedef T Type
 

Public 属性

x = 0
 
y = 0
 
z = 0
 
intensity = 0
 

详细描述

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

在文件 point.h28 行定义.

成员类型定义说明

◆ Type

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

在文件 point.h33 行定义.

类成员变量说明

◆ intensity

template<typename T >
T apollo::perception::base::Point< T >::intensity = 0

在文件 point.h32 行定义.

◆ x

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

在文件 point.h29 行定义.

◆ y

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

在文件 point.h30 行定义.

◆ z

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

在文件 point.h31 行定义.


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