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