|
Point Cloud Library (PCL) 1.15.1
|
#include <pcl/impl/point_types.hpp>
Public Member Functions | |
| constexpr | PointXYZHSV (const _PointXYZHSV &p) |
| constexpr | PointXYZHSV () |
| constexpr | PointXYZHSV (float _h, float _s, float _v) |
| constexpr | 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 | |
| union { | |
| struct { | |
| float h | |
| float s | |
| float v | |
| } | |
| float data_c [4] | |
| }; | |
Definition at line 690 of file point_types.hpp.
|
inlineconstexpr |
Definition at line 692 of file point_types.hpp.
References pcl::_PointXYZHSV::h, PointXYZHSV(), pcl::_PointXYZHSV::s, and pcl::_PointXYZHSV::v.
Referenced by operator<<, PointXYZHSV(), PointXYZHSV(), and PointXYZHSV().
|
inlineconstexpr |
Definition at line 695 of file point_types.hpp.
References PointXYZHSV().
|
inlineconstexpr |
Definition at line 699 of file point_types.hpp.
References PointXYZHSV().
|
inlineconstexpr |
Definition at line 702 of file point_types.hpp.
|
friend |
References PCL_MAKE_ALIGNED_OPERATOR_NEW, and PointXYZHSV().