|
Point Cloud Library (PCL) 1.3.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 230 of file point_types.hpp.
| union { ... } |
| float pcl::PointXYZI::data_c[4] |
Definition at line 239 of file point_types.hpp.
Definition at line 237 of file point_types.hpp.
Definition at line 232 of file point_types.hpp.
1.7.4