|
Point Cloud Library (PCL) 1.12.1
|
#include <pcl/impl/point_types.hpp>
Public Member Functions | |
| PointXYZRGBL (const _PointXYZRGBL &p) | |
| PointXYZRGBL (std::uint32_t _label=0) | |
| PointXYZRGBL (std::uint8_t _r, std::uint8_t _g, std::uint8_t _b) | |
| PointXYZRGBL (float _x, float _y, float _z) | |
| PointXYZRGBL (float _x, float _y, float _z, std::uint8_t _r, std::uint8_t _g, std::uint8_t _b, std::uint32_t _label=0) | |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const PointXYZRGBL &p) |
Additional Inherited Members | |
| Public Attributes inherited from pcl::_PointXYZRGBL | |
| PCL_ADD_POINT4D | |
| PCL_ADD_RGB | |
| std::uint32_t | label |
Definition at line 705 of file point_types.hpp.
|
inline |
Definition at line 707 of file point_types.hpp.
References pcl::_PointXYZRGBL::label.
Referenced by operator<<, PointXYZRGBL(), PointXYZRGBL(), and PointXYZRGBL().
|
inline |
Definition at line 714 of file point_types.hpp.
References PointXYZRGBL().
|
inline |
Definition at line 717 of file point_types.hpp.
References PointXYZRGBL().
|
inline |
Definition at line 720 of file point_types.hpp.
References PointXYZRGBL().
|
inline |
Definition at line 723 of file point_types.hpp.
References pcl::_PointXYZRGBL::label.
|
friend |
References PCL_MAKE_ALIGNED_OPERATOR_NEW, and PointXYZRGBL().