Apollo 10.0
自动驾驶开放平台
point_cloud.h 文件参考
#include <cstdint>
#include <limits>
#include <memory>
#include <utility>
#include <vector>
#include "Eigen/Dense"
#include "cyber/common/log.h"
#include "modules/common/util/eigen_defs.h"
#include "modules/perception/common/base/point.h"
point_cloud.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

class  apollo::perception::base::PointCloud< PointT >
 
class  apollo::perception::base::AttributePointCloud< PointT >
 

命名空间

namespace  apollo
 class register implement
 
namespace  apollo::perception
 apollo::perception
 
namespace  apollo::perception::base
 

类型定义

typedef std::shared_ptr< PointIndicesapollo::perception::base::PointIndicesPtr
 
typedef std::shared_ptr< const PointIndicesapollo::perception::base::PointIndicesConstPtr
 
typedef AttributePointCloud< PointFapollo::perception::base::PointFCloud
 
typedef AttributePointCloud< PointDapollo::perception::base::PointDCloud
 
typedef std::shared_ptr< PointFCloudapollo::perception::base::PointFCloudPtr
 
typedef std::shared_ptr< const PointFCloudapollo::perception::base::PointFCloudConstPtr
 
typedef std::shared_ptr< PointDCloudapollo::perception::base::PointDCloudPtr
 
typedef std::shared_ptr< const PointDCloudapollo::perception::base::PointDCloudConstPtr
 
typedef PointCloud< PointFapollo::perception::base::PolygonFType
 
typedef PointCloud< PointDapollo::perception::base::PolygonDType
 
typedef std::shared_ptr< PolygonFTypeapollo::perception::base::PolygonFTypePtr
 
typedef std::shared_ptr< const PolygonFTypeapollo::perception::base::PolygonFTypeConstPtr
 
typedef std::shared_ptr< PolygonDTypeapollo::perception::base::PolygonDTypePtr
 
typedef std::shared_ptr< const PolygonDTypeapollo::perception::base::PolygonDTypeConstPtr