|
Point Cloud Library (PCL)
1.6.0
|
#include <pcl/impl/point_types.hpp>


Public Member Functions | |
| PointXYZI () | |
| PointXYZI (float _intensity) | |
Public Attributes | |
| PCL_ADD_POINT4D | |
| union { | |
| struct { | |
| float intensity | |
| } | |
| float data_c [4] | |
| }; | |
Definition at line 261 of file point_types.hpp.
| pcl::PointXYZI::PointXYZI | ( | ) | [inline] |
Definition at line 263 of file point_types.hpp.
| pcl::PointXYZI::PointXYZI | ( | float | _intensity | ) | [inline] |
Definition at line 269 of file point_types.hpp.
union { ... } [inherited] |
float pcl::_PointXYZI::data_c[4] [inherited] |
Definition at line 256 of file point_types.hpp.
float pcl::_PointXYZI::intensity [inherited] |
Definition at line 254 of file point_types.hpp.
pcl::_PointXYZI::PCL_ADD_POINT4D [inherited] |
Definition at line 249 of file point_types.hpp.
1.7.6.1