#include <pcl/impl/point_types.hpp>
|
| union { |
| struct { |
| float h
|
| float s
|
| float v
|
| } |
|
| float data_c [4] |
| }; |
|
Definition at line 690 of file point_types.hpp.
PointXYZHSV() [1/4]
| constexpr pcl::PointXYZHSV::PointXYZHSV | ( | const _PointXYZHSV & | p |
) | | | inlineconstexpr |
PointXYZHSV() [2/4]
| constexpr pcl::PointXYZHSV::PointXYZHSV | ( | |
) | | | inlineconstexpr |
PointXYZHSV() [3/4]
| constexpr pcl::PointXYZHSV::PointXYZHSV | ( | float |
_h, | | | float |
_s, | | | float |
_v | | ) | |
| | inlineconstexpr |
PointXYZHSV() [4/4]
| constexpr pcl::PointXYZHSV::PointXYZHSV | ( | float |
_x, | | | float |
_y, | | | float |
_z, | | | float |
_h, | | | float |
_s, | | | float |
_v | | ) | |
| | inlineconstexpr |
operator<<
| std::ostream& operator<< | ( | std::ostream & |
os, | | | const PointXYZHSV & |
p | | ) | |
| | friend |
The documentation for this struct was generated from the following file: