Point Cloud Library (PCL)
1.12.1-dev
|
#include <pcl/impl/point_types.hpp>
Public Member Functions | |
PointXYZL (const _PointXYZL &p) | |
PointXYZL (std::uint32_t _label=0) | |
PointXYZL (float _x, float _y, float _z, std::uint32_t _label=0) | |
Friends | |
std::ostream & | operator<< (std::ostream &os, const PointXYZL &p) |
Additional Inherited Members | |
![]() | |
PCL_ADD_POINT4D | |
std::uint32_t | label |
Definition at line 543 of file point_types.hpp.
|
inline |
Definition at line 545 of file point_types.hpp.
References pcl::_PointXYZL::label.
|
inline |
Definition at line 551 of file point_types.hpp.
|
inline |
Definition at line 553 of file point_types.hpp.
References pcl::_PointXYZL::label.
|
friend |