A point structure representing Euclidean xyz coordinates, and the CIELAB color. More...
#include <pcl/impl/point_types.hpp>
|
| union { |
| struct { |
| float L
|
| float a
|
| float b
|
| } |
|
| float data_lab [4] |
| }; |
|
A point structure representing Euclidean xyz coordinates, and the CIELAB color.
Definition at line 658 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: