|
Point Cloud Library (PCL) 1.3.1
|
#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 440 of file point_types.hpp.
| union { ... } |
| float pcl::_PointXYZHSV::data_c[4] |
Definition at line 451 of file point_types.hpp.
| float pcl::_PointXYZHSV::h |
Definition at line 447 of file point_types.hpp.
Definition at line 442 of file point_types.hpp.
| float pcl::_PointXYZHSV::s |
Definition at line 448 of file point_types.hpp.
| float pcl::_PointXYZHSV::v |
Definition at line 449 of file point_types.hpp.
1.7.4