|
Point Cloud Library (PCL) 1.12.0
|
#include <pcl/impl/point_types.hpp>
Inheritance diagram for pcl::PointXYZI:
Collaboration 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 510 of file point_types.hpp.
|
inline |
Definition at line 512 of file point_types.hpp.
References pcl::_PointXYZI::intensity.
|
inline |
Definition at line 518 of file point_types.hpp.
|
inline |
Definition at line 520 of file point_types.hpp.
References pcl::_PointXYZI::intensity.
|
friend |