|
Point Cloud Library (PCL)
1.7.2
|
#include <pcl/impl/point_types.hpp>
Inheritance diagram for pcl::PointXYZHSV:
Collaboration diagram for pcl::PointXYZHSV:Public Member Functions | |
| PointXYZHSV (const _PointXYZHSV &p) | |
| PointXYZHSV () | |
| PointXYZHSV (float _h, float _v, float _s) | |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const PointXYZHSV &p) |
Additional Inherited Members | |
Public Attributes inherited from pcl::_PointXYZHSV | |
| PCL_ADD_POINT4D | |
| union { | |
| struct { | |
| float h | |
| float s | |
| float v | |
| } | |
| float data_c [4] | |
| }; | |
Definition at line 674 of file point_types.hpp.
|
inline |
Definition at line 676 of file point_types.hpp.
References pcl::_PointXYZHSV::h, pcl::_PointXYZHSV::s, and pcl::_PointXYZHSV::v.
|
inline |
Definition at line 682 of file point_types.hpp.
|
inline |
Definition at line 688 of file point_types.hpp.
|
friend |