|
Point Cloud Library (PCL)
1.5.1
|
A point structure representing Euclidean xyz coordinates, and the intensity value. More...
#include <pcl/impl/point_types.hpp>

Public Attributes | |
| PCL_ADD_POINT4D | |
| union { | |
| struct { | |
| float intensity | |
| } | |
| float data_c [4] | |
| }; | |
A point structure representing Euclidean xyz coordinates, and the intensity value.
Definition at line 237 of file point_types.hpp.
| union { ... } |
| float pcl::_PointXYZI::data_c[4] |
Definition at line 246 of file point_types.hpp.
Definition at line 244 of file point_types.hpp.
Definition at line 239 of file point_types.hpp.
1.8.0