|
Point Cloud Library (PCL)
1.4.0
|
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 238 of file point_types.hpp.
| union { ... } |
| float pcl::PointXYZI::data_c[4] |
Definition at line 247 of file point_types.hpp.
Definition at line 245 of file point_types.hpp.
Definition at line 240 of file point_types.hpp.
1.7.6.1