|
Point Cloud Library (PCL)
1.5.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 727 of file point_types.hpp.
| union { ... } |
Definition at line 736 of file point_types.hpp.
| float pcl::PointXYZINormal::data_c[4] |
Definition at line 738 of file point_types.hpp.
Definition at line 735 of file point_types.hpp.
Definition at line 730 of file point_types.hpp.
Definition at line 729 of file point_types.hpp.
1.8.0