#include <pcl/impl/point_types.hpp>
|
| 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) |
|
Definition at line 705 of file point_types.hpp.
◆ PointXYZRGBL() [1/5]
◆ PointXYZRGBL() [2/5]
pcl::PointXYZRGBL::PointXYZRGBL |
( |
std::uint32_t | _label = 0 | ) |
|
|
inline |
◆ PointXYZRGBL() [3/5]
pcl::PointXYZRGBL::PointXYZRGBL |
( |
std::uint8_t | _r, |
|
|
std::uint8_t | _g, |
|
|
std::uint8_t | _b ) |
|
inline |
◆ PointXYZRGBL() [4/5]
pcl::PointXYZRGBL::PointXYZRGBL |
( |
float | _x, |
|
|
float | _y, |
|
|
float | _z ) |
|
inline |
◆ PointXYZRGBL() [5/5]
pcl::PointXYZRGBL::PointXYZRGBL |
( |
float | _x, |
|
|
float | _y, |
|
|
float | _z, |
|
|
std::uint8_t | _r, |
|
|
std::uint8_t | _g, |
|
|
std::uint8_t | _b, |
|
|
std::uint32_t | _label = 0 ) |
|
inline |
◆ operator<<
std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const PointXYZRGBL & | p ) |
|
friend |
The documentation for this struct was generated from the following file: