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


Public Member Functions | |
| PointXYZRGBL () | |
| PointXYZRGBL (uint8_t _r, uint8_t _g, uint8_t _b, uint8_t _label) | |
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 431 of file point_types.hpp.
| pcl::PointXYZRGBL::PointXYZRGBL | ( | ) | [inline] |
Definition at line 433 of file point_types.hpp.
| pcl::PointXYZRGBL::PointXYZRGBL | ( | uint8_t | _r, |
| uint8_t | _g, | ||
| uint8_t | _b, | ||
| uint8_t | _label | ||
| ) | [inline] |
Definition at line 437 of file point_types.hpp.
union { ... } [inherited] |
uint8_t pcl::_PointXYZRGBL::b [inherited] |
Definition at line 361 of file point_types.hpp.
uint8_t pcl::_PointXYZRGBL::g [inherited] |
Definition at line 362 of file point_types.hpp.
uint8_t pcl::_PointXYZRGBL::label [inherited] |
Definition at line 364 of file point_types.hpp.
pcl::_PointXYZRGBL::PCL_ADD_POINT4D [inherited] |
Definition at line 354 of file point_types.hpp.
uint8_t pcl::_PointXYZRGBL::r [inherited] |
Definition at line 363 of file point_types.hpp.
float pcl::_PointXYZRGBL::rgb [inherited] |
Definition at line 366 of file point_types.hpp.
uint32_t pcl::_PointXYZRGBL::rgba [inherited] |
Definition at line 368 of file point_types.hpp.
1.7.6.1