|
Point Cloud Library (PCL) 1.15.1
|
#include <pcl/impl/point_types.hpp>
Public Member Functions | |
| constexpr | PointXYZRGBL (const _PointXYZRGBL &p) |
| constexpr | PointXYZRGBL (std::uint32_t _label=0) |
| constexpr | PointXYZRGBL (std::uint8_t _r, std::uint8_t _g, std::uint8_t _b) |
| constexpr | PointXYZRGBL (float _x, float _y, float _z) |
| constexpr | PointXYZRGBL (float _x, float _y, float _z, std::uint8_t _r, std::uint8_t _g, std::uint8_t _b, std::uint32_t _label=0, std::uint8_t _a=255) |
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 615 of file point_types.hpp.
|
inlineconstexpr |
Definition at line 617 of file point_types.hpp.
References pcl::_PointXYZRGBL::label, and PointXYZRGBL().
Referenced by operator<<, PointXYZRGBL(), PointXYZRGBL(), PointXYZRGBL(), and PointXYZRGBL().
|
inlineconstexpr |
Definition at line 619 of file point_types.hpp.
References PointXYZRGBL().
|
inlineconstexpr |
Definition at line 622 of file point_types.hpp.
References PointXYZRGBL().
|
inlineconstexpr |
Definition at line 625 of file point_types.hpp.
References PointXYZRGBL().
|
inlineconstexpr |
Definition at line 628 of file point_types.hpp.
|
friend |
References PCL_MAKE_ALIGNED_OPERATOR_NEW, and PointXYZRGBL().