|
Point Cloud Library (PCL) 1.12.1
|
#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 | |
| 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.
Referenced by operator<<, PointXYZHSV(), and PointXYZHSV().
|
inline |
Definition at line 805 of file point_types.hpp.
References PointXYZHSV().
|
inline |
Definition at line 809 of file point_types.hpp.
References PointXYZHSV().
|
inline |
Definition at line 812 of file point_types.hpp.
References pcl::_PointXYZHSV::data_c, pcl::_PointXYZHSV::h, pcl::_PointXYZHSV::s, and pcl::_PointXYZHSV::v.
|
friend |
References PCL_MAKE_ALIGNED_OPERATOR_NEW, and PointXYZHSV().