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