|
Point Cloud Library (PCL) 1.15.0
|
A point structure representing Euclidean xyz coordinates, intensity, together with normal coordinates and the surface curvature estimate. More...
#include <pcl/impl/point_types.hpp>
Public Member Functions | |
| constexpr | PointXYZINormal (const _PointXYZINormal &p) |
| constexpr | PointXYZINormal (float _intensity=0.f) |
| constexpr | PointXYZINormal (float _x, float _y, float _z, float _intensity=0.f) |
| constexpr | PointXYZINormal (float _x, float _y, float _z, float _intensity, float n_x, float n_y, float n_z, float _curvature=0.f) |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const PointXYZINormal &p) |
Additional Inherited Members | |
| Public Attributes inherited from pcl::_PointXYZINormal | |
| union { | |
| struct { | |
| float intensity | |
| float curvature | |
| } | |
| float data_c [4] | |
| }; | |
A point structure representing Euclidean xyz coordinates, intensity, together with normal coordinates and the surface curvature estimate.
Definition at line 971 of file point_types.hpp.
|
inlineconstexpr |
Definition at line 973 of file point_types.hpp.
References pcl::_PointXYZINormal::curvature, pcl::_PointXYZINormal::intensity, and PointXYZINormal().
Referenced by operator<<, PointXYZINormal(), PointXYZINormal(), and PointXYZINormal().
|
inlineconstexpr |
Definition at line 976 of file point_types.hpp.
References PointXYZINormal().
|
inlineconstexpr |
Definition at line 978 of file point_types.hpp.
References PointXYZINormal().
|
inlineconstexpr |
Definition at line 981 of file point_types.hpp.
|
friend |
References PointXYZINormal().