|
Point Cloud Library (PCL)
1.4.0
|
#include <pcl/impl/point_types.hpp>

Public Attributes | |
| PCL_ADD_POINT4D | |
| union { | |
| struct { | |
| float h | |
| float s | |
| float v | |
| } | |
| float data_c [4] | |
| }; | |
Definition at line 452 of file point_types.hpp.
| union { ... } |
| float pcl::_PointXYZHSV::data_c[4] |
Definition at line 463 of file point_types.hpp.
| float pcl::_PointXYZHSV::h |
Definition at line 459 of file point_types.hpp.
Definition at line 454 of file point_types.hpp.
| float pcl::_PointXYZHSV::s |
Definition at line 460 of file point_types.hpp.
| float pcl::_PointXYZHSV::v |
Definition at line 461 of file point_types.hpp.
1.7.6.1