|
Point Cloud Library (PCL) 1.15.0
|
#include <pcl/impl/point_types.hpp>
Inheritance diagram for pcl::PointXYZI:
Collaboration diagram for pcl::PointXYZI:Public Member Functions | |
| constexpr | PointXYZI (const _PointXYZI &p) |
| constexpr | PointXYZI (float _intensity=0.f) |
| constexpr | 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 | ||
| union { | ||
| struct { | ||
| float intensity | ||
| } | ||
| float data_c [4] | ||
| }; | ||
Definition at line 456 of file point_types.hpp.
|
inlineconstexpr |
Definition at line 458 of file point_types.hpp.
References pcl::_PointXYZI::intensity, and PointXYZI().
Referenced by operator<<, PointXYZI(), and PointXYZI().
|
inlineconstexpr |
Definition at line 460 of file point_types.hpp.
References PointXYZI().
|
inlineconstexpr |
Definition at line 462 of file point_types.hpp.
|
friend |
References PointXYZI().