|
Point Cloud Library (PCL) 1.12.1
|
#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 _s, float _v) | |
| PointXYZHSV (float _x, float _y, float _z, float _h, float _s, float _v) | |
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 797 of file point_types.hpp.
|
inline |
Definition at line 799 of file point_types.hpp.
References pcl::_PointXYZHSV::h, pcl::_PointXYZHSV::s, and pcl::_PointXYZHSV::v.
|
inline |
Definition at line 805 of file point_types.hpp.
Definition at line 809 of file point_types.hpp.
Definition at line 812 of file point_types.hpp.
References pcl::ConstCloudIterator< PointT >::ConstCloudIterator().
|
friend |