|
Point Cloud Library (PCL)
1.5.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 482 of file point_types.hpp.
| union { ... } |
| float pcl::_PointXYZHSV::data_c[4] |
Definition at line 493 of file point_types.hpp.
| float pcl::_PointXYZHSV::h |
Definition at line 489 of file point_types.hpp.
Definition at line 484 of file point_types.hpp.
| float pcl::_PointXYZHSV::s |
Definition at line 490 of file point_types.hpp.
| float pcl::_PointXYZHSV::v |
Definition at line 491 of file point_types.hpp.
1.8.0