|
Point Cloud Library (PCL)
1.6.0
|
A point structure representing Euclidean xyz coordinates, and the RGBA color. More...
#include <pcl/impl/point_types.hpp>

Public Attributes | |
| PCL_ADD_POINT4D | |
| PCL_ADD_RGB | |
A point structure representing Euclidean xyz coordinates, and the RGBA color.
The RGBA information is available either as separate r, g, b, or as a packed uint32_t rgba value. To pack it, use:
To unpack it use:
Definition at line 339 of file point_types.hpp.
| pcl::_PointXYZRGBA::PCL_ADD_POINT4D |
Definition at line 341 of file point_types.hpp.
| pcl::_PointXYZRGBA::PCL_ADD_RGB |
Definition at line 342 of file point_types.hpp.
1.8.4