A point structure representing Euclidean xyz coordinates, and the intensity value. More...
#include <point_types.hpp>

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