#include <point_types.hpp>
Public Attributes | |
| union { | |
| struct { | |
| uint32_t rgba | |
| } | |
| float data_c [4] | |
| }; | |
| PCL_ADD_POINT4D | |
Definition at line 183 of file point_types.hpp.
| union { ... } |
| float pcl::PointXYZRGBA::data_c[4] |
Definition at line 192 of file point_types.hpp.
Definition at line 185 of file point_types.hpp.
| uint32_t pcl::PointXYZRGBA::rgba |
Definition at line 190 of file point_types.hpp.