|
Point Cloud Library (PCL) 1.15.1
|
#include <pcl/impl/point_types.hpp>
Public Member Functions | |
| constexpr | PointXYZL (const _PointXYZL &p) |
| constexpr | PointXYZL (std::uint32_t _label=0) |
| constexpr | 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 | |
| Public Attributes inherited from pcl::_PointXYZL | |
| PCL_ADD_POINT4D std::uint32_t | label |
Definition at line 476 of file point_types.hpp.
|
inlineconstexpr |
Definition at line 478 of file point_types.hpp.
References pcl::_PointXYZL::label, and PointXYZL().
Referenced by operator<<, PointXYZL(), and PointXYZL().
|
inlineconstexpr |
Definition at line 480 of file point_types.hpp.
References PointXYZL().
|
inlineconstexpr |
Definition at line 482 of file point_types.hpp.
|
friend |
References PointXYZL().