|
Point Cloud Library (PCL) 1.3.1
|
#include <pcl/impl/point_types.hpp>


Public Attributes | |
| PCL_ADD_POINT4D | |
| union { | |
| struct { | |
| uint8_t b | |
| uint8_t g | |
| uint8_t r | |
| uint8_t label | |
| } | |
| uint32_t rgba | |
| }; | |
Definition at line 344 of file point_types.hpp.
| union { ... } |
| uint8_t pcl::_PointXYZRGBL::b |
Definition at line 351 of file point_types.hpp.
| uint8_t pcl::_PointXYZRGBL::g |
Definition at line 352 of file point_types.hpp.
| uint8_t pcl::_PointXYZRGBL::label |
Definition at line 354 of file point_types.hpp.
Definition at line 346 of file point_types.hpp.
| uint8_t pcl::_PointXYZRGBL::r |
Definition at line 353 of file point_types.hpp.
| uint32_t pcl::_PointXYZRGBL::rgba |
Definition at line 356 of file point_types.hpp.
1.7.4