|
Point Cloud Library (PCL)
1.7.1
|
A point structure representing Euclidean xyz coordinates, and the intensity value. More...
#include <pcl/impl/point_types.hpp>
Inheritance diagram for pcl::_PointXYZI: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 380 of file point_types.hpp.
| union { ... } |
| float pcl::_PointXYZI::data_c[4] |
Definition at line 389 of file point_types.hpp.
| float pcl::_PointXYZI::intensity |
Definition at line 387 of file point_types.hpp.
Referenced by pcl::PointXYZI::PointXYZI(), pcl::PointXYZRGBtoXYZI(), and pcl::TextureMapping< PointInT >::showOcclusions().
| pcl::_PointXYZI::PCL_ADD_POINT4D |
Definition at line 382 of file point_types.hpp.