Point Cloud Library (PCL)
1.9.1
|
#include <pcl/impl/point_types.hpp>
Public Member Functions | |
PointXYZRGBL (const _PointXYZRGBL &p) | |
PointXYZRGBL () | |
PointXYZRGBL (uint8_t _r, uint8_t _g, uint8_t _b, uint32_t _label) | |
Friends | |
std::ostream & | operator<< (std::ostream &os, const PointXYZRGBL &p) |
Additional Inherited Members | |
![]() | |
PCL_ADD_POINT4D | |
PCL_ADD_RGB | |
uint32_t | label |
Definition at line 650 of file point_types.hpp.
|
inline |
Definition at line 652 of file point_types.hpp.
References pcl::_PointXYZRGBL::label.
|
inline |
Definition at line 659 of file point_types.hpp.
|
inline |
Definition at line 667 of file point_types.hpp.
References pcl::operator<<().
|
friend |