A point structure representing Euclidean xyz coordinates, intensity, together with normal coordinates and the surface curvature estimate. More...
#include <point_types.hpp>
Public Attributes | |
union { | |
struct { | |
float curvature | |
float intensity | |
} | |
float data_c [4] | |
}; | |
PCL_ADD_NORMAL4D | |
PCL_ADD_POINT4D |
A point structure representing Euclidean xyz coordinates, intensity, together with normal coordinates and the surface curvature estimate.
Definition at line 745 of file point_types.hpp.
union { ... } |
Definition at line 754 of file point_types.hpp.
float pcl::_PointXYZINormal::data_c[4] |
Definition at line 756 of file point_types.hpp.
Definition at line 753 of file point_types.hpp.
Definition at line 748 of file point_types.hpp.
Definition at line 747 of file point_types.hpp.