Point Cloud Library (PCL)
1.8.0
|
#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 450 of file point_types.hpp.
|
inline |
Definition at line 452 of file point_types.hpp.
References pcl::_PointXYZI::intensity.
|
inline |
Definition at line 458 of file point_types.hpp.
|
inline |
Definition at line 464 of file point_types.hpp.
References pcl::operator<<().
|
friend |