|
Point Cloud Library (PCL)
1.5.1
|
#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 251 of file point_types.hpp.
| pcl::PointXYZI::PointXYZI | ( | ) | [inline] |
Definition at line 253 of file point_types.hpp.
| pcl::PointXYZI::PointXYZI | ( | float | _intensity | ) | [inline] |
Definition at line 259 of file point_types.hpp.
union { ... } [inherited] |
float pcl::_PointXYZI::data_c[4] [inherited] |
Definition at line 246 of file point_types.hpp.
float pcl::_PointXYZI::intensity [inherited] |
Definition at line 244 of file point_types.hpp.
pcl::_PointXYZI::PCL_ADD_POINT4D [inherited] |
Definition at line 239 of file point_types.hpp.
1.8.0