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

#include <object_pool_types.h>

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

Public 成员函数

void operator() (AttributePointCloud< Point< T > > *cloud) const
 

详细描述

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

在文件 object_pool_types.h33 行定义.

成员函数说明

◆ operator()()

template<typename T >
void apollo::perception::base::PointCloudInitializer< T >::operator() ( AttributePointCloud< Point< T > > *  cloud) const
inline

在文件 object_pool_types.h34 行定义.

34 {
35 cloud->clear();
36 }

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