|
Point Cloud Library (PCL) 1.3.1
|
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 Attributes | |
| PCL_ADD_POINT4D | |
| PCL_ADD_NORMAL4D | |
| 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 636 of file point_types.hpp.
| union { ... } |
Definition at line 645 of file point_types.hpp.
| float pcl::PointXYZINormal::data_c[4] |
Definition at line 647 of file point_types.hpp.
Definition at line 644 of file point_types.hpp.
Definition at line 639 of file point_types.hpp.
Definition at line 638 of file point_types.hpp.
1.7.4