A point structure representing Euclidean xyz coordinates, and the CIELAB color.
More...
#include <pcl/impl/point_types.hpp>
A point structure representing Euclidean xyz coordinates, and the CIELAB color.
Definition at line 687 of file point_types.hpp.
◆ PointXYZLAB() [1/3]
constexpr pcl::PointXYZLAB::PointXYZLAB |
( |
const _PointXYZLAB & |
p | ) |
|
|
inlineconstexpr |
◆ PointXYZLAB() [2/3]
constexpr pcl::PointXYZLAB::PointXYZLAB |
( |
| ) |
|
|
inlineconstexpr |
◆ PointXYZLAB() [3/3]
constexpr pcl::PointXYZLAB::PointXYZLAB |
( |
float |
_x, |
|
|
float |
_y, |
|
|
float |
_z, |
|
|
float |
_L, |
|
|
float |
_a, |
|
|
float |
_b |
|
) |
| |
|
inlineconstexpr |
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const PointXYZLAB & |
p |
|
) |
| |
|
friend |
The documentation for this struct was generated from the following file: