Apollo
6.0
Open source self driving car software
|
#include <point.h>
Public Types | |
typedef std::shared_ptr< PointIndices > | Ptr |
typedef std::shared_ptr< const PointIndices > | ConstPtr |
Public Member Functions | |
PointIndices () | |
Public Attributes | |
std::vector< int > | indices |
typedef std::shared_ptr<const PointIndices> apollo::perception::base::PointIndices::ConstPtr |
typedef std::shared_ptr<PointIndices> apollo::perception::base::PointIndices::Ptr |
|
inline |
std::vector<int> apollo::perception::base::PointIndices::indices |