|
Point Cloud Library (PCL) 1.12.1
|
#include <pcl/impl/point_types.hpp>
Inheritance diagram for pcl::_PointXYZRGBNormal:Public Attributes | |
| PCL_ADD_POINT4D | |
| PCL_ADD_NORMAL4D | |
| union { | |
| struct { | |
| PCL_ADD_UNION_RGB | |
| float curvature | |
| } | |
| float data_c [4] | |
| }; | |
| PCL_ADD_EIGEN_MAPS_RGB | |
Definition at line 999 of file point_types.hpp.
| union { ... } pcl::_PointXYZRGBNormal::@27 |
| float pcl::_PointXYZRGBNormal::curvature |
Definition at line 1008 of file point_types.hpp.
Referenced by pcl::PointXYZRGBNormal::PointXYZRGBNormal().
| float pcl::_PointXYZRGBNormal::data_c[4] |
Definition at line 1010 of file point_types.hpp.
| pcl::_PointXYZRGBNormal::PCL_ADD_EIGEN_MAPS_RGB |
Definition at line 1012 of file point_types.hpp.
| pcl::_PointXYZRGBNormal::PCL_ADD_NORMAL4D |
Definition at line 1002 of file point_types.hpp.
| pcl::_PointXYZRGBNormal::PCL_ADD_POINT4D |
Definition at line 1001 of file point_types.hpp.
| pcl::_PointXYZRGBNormal::PCL_ADD_UNION_RGB |
Definition at line 1007 of file point_types.hpp.