|
Point Cloud Library (PCL) 1.15.1-dev
|
#include <pcl/impl/point_types.hpp>
Inheritance diagram for pcl::_PointXYZRGBNormal:Public Attributes | ||
| union { | ||
| struct { | ||
| PCL_ADD_UNION_RGB float curvature | ||
| } | ||
| float data_c [4] | ||
| }; | ||
Definition at line 857 of file point_types.hpp.
| PCL_ADD_POINT4D PCL_ADD_NORMAL4D union { ... } pcl::_PointXYZRGBNormal |
| PCL_ADD_UNION_RGB float pcl::_PointXYZRGBNormal::curvature |
Definition at line 866 of file point_types.hpp.
| float pcl::_PointXYZRGBNormal::data_c[4] |
Definition at line 868 of file point_types.hpp.