#include <point_types.hpp>

Public Attributes | |
| union { | |
| struct { | |
| float h | |
| float s | |
| float v | |
| } | |
| float data_c [4] | |
| }; | |
| PCL_ADD_POINT4D | |
Definition at line 634 of file point_types.hpp.
| union { ... } |
| float pcl::_PointXYZHSV::data_c[4] |
Definition at line 645 of file point_types.hpp.
| float pcl::_PointXYZHSV::h |
Definition at line 641 of file point_types.hpp.
Definition at line 636 of file point_types.hpp.
| float pcl::_PointXYZHSV::s |
Definition at line 642 of file point_types.hpp.
| float pcl::_PointXYZHSV::v |
Definition at line 643 of file point_types.hpp.