|
Point Cloud Library (PCL) 1.15.0
|
#include <pcl/impl/point_types.hpp>
Inheritance diagram for pcl::_PointXYZINormal:Public Attributes | ||
| union { | ||
| struct { | ||
| float intensity | ||
| float curvature | ||
| } | ||
| float data_c [4] | ||
| }; | ||
Definition at line 951 of file point_types.hpp.
| PCL_ADD_POINT4D PCL_ADD_NORMAL4D union { ... } pcl::_PointXYZINormal |
| float pcl::_PointXYZINormal::curvature |
Definition at line 960 of file point_types.hpp.
| float pcl::_PointXYZINormal::data_c[4] |
Definition at line 962 of file point_types.hpp.
| float pcl::_PointXYZINormal::intensity |
Definition at line 959 of file point_types.hpp.