Point Cloud Library (PCL)
1.8.1-dev
|
#include <pcl/impl/point_types.hpp>
Public Member Functions | |
PointXYZI (const _PointXYZI &p) | |
PointXYZI () | |
PointXYZI (float _intensity) | |
Friends | |
std::ostream & | operator<< (std::ostream &os, const PointXYZI &p) |
Additional Inherited Members | |
![]() | |
PCL_ADD_POINT4D | |
union { | |
struct { | |
float intensity | |
} | |
float data_c [4] | |
}; | |
Definition at line 451 of file point_types.hpp.
|
inline |
Definition at line 453 of file point_types.hpp.
References pcl::_PointXYZI::intensity.
|
inline |
Definition at line 459 of file point_types.hpp.
References pcl::_PointXYZI::intensity.
|
inline |
Definition at line 465 of file point_types.hpp.
References pcl::_PointXYZI::intensity.
|
friend |