|
Point Cloud Library (PCL)
1.11.1-dev
|
#include <pcl/impl/point_types.hpp>
Inheritance diagram for pcl::PointXYZI:Public Member Functions | |
| PointXYZI (const _PointXYZI &p) | |
| PointXYZI (float _intensity=0.f) | |
| PointXYZI (float _x, float _y, float _z, float _intensity=0.f) | |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const PointXYZI &p) |
Additional Inherited Members | |
Public Attributes inherited from pcl::_PointXYZI | |
| PCL_ADD_POINT4D | |
| union { | |
| struct { | |
| float intensity | |
| } | |
| float data_c [4] | |
| }; | |
Definition at line 464 of file point_types.hpp.
|
inline |
Definition at line 466 of file point_types.hpp.
References pcl::_PointXYZI::intensity.
|
inline |
Definition at line 472 of file point_types.hpp.
|
inline |
Definition at line 474 of file point_types.hpp.
References pcl::_PointXYZI::intensity.
|
friend |