Point Cloud Library (PCL) 1.12.0
|
#include <pcl/impl/point_types.hpp>
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 | ||
![]() | ||
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 |