Point Cloud Library (PCL)
1.14.1-dev
|
A point structure representing Euclidean xyz coordinates, and the RGBA color. More...
#include <pcl/impl/point_types.hpp>
Public Member Functions | |
constexpr | PointXYZRGBA (const _PointXYZRGBA &p) |
constexpr | PointXYZRGBA () |
constexpr | PointXYZRGBA (std::uint8_t _r, std::uint8_t _g, std::uint8_t _b, std::uint8_t _a) |
constexpr | PointXYZRGBA (float _x, float _y, float _z) |
constexpr | PointXYZRGBA (float _x, float _y, float _z, std::uint8_t _r, std::uint8_t _g, std::uint8_t _b, std::uint8_t _a) |
Friends | |
std::ostream & | operator<< (std::ostream &os, const PointXYZRGBA &p) |
A point structure representing Euclidean xyz coordinates, and the RGBA color.
The RGBA information is available either as separate r, g, b, or as a packed std::uint32_t rgba value. To pack it, use:
To unpack it use:
Definition at line 527 of file point_types.hpp.
|
inlineconstexpr |
Definition at line 529 of file point_types.hpp.
|
inlineconstexpr |
Definition at line 531 of file point_types.hpp.
|
inlineconstexpr |
Definition at line 533 of file point_types.hpp.
|
inlineconstexpr |
Definition at line 536 of file point_types.hpp.
|
inlineconstexpr |
Definition at line 539 of file point_types.hpp.
|
friend |