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


Public Attributes | |
| PCL_ADD_POINT4D | |
| union { | |
| union { | |
| struct { | |
| uint8_t b | |
| uint8_t g | |
| uint8_t r | |
| uint8_t label | |
| } | |
| float rgb | |
| } | |
| uint32_t rgba | |
| }; | |
Definition at line 352 of file point_types.hpp.
| union { ... } |
| uint8_t pcl::_PointXYZRGBL::b |
Definition at line 361 of file point_types.hpp.
| uint8_t pcl::_PointXYZRGBL::g |
Definition at line 362 of file point_types.hpp.
| uint8_t pcl::_PointXYZRGBL::label |
Definition at line 364 of file point_types.hpp.
Definition at line 354 of file point_types.hpp.
| uint8_t pcl::_PointXYZRGBL::r |
Definition at line 363 of file point_types.hpp.
| float pcl::_PointXYZRGBL::rgb |
Definition at line 366 of file point_types.hpp.
| uint32_t pcl::_PointXYZRGBL::rgba |
Definition at line 368 of file point_types.hpp.
1.7.6.1