Point Cloud Library (PCL)
1.3.1
|
#include <pcl/impl/point_types.hpp>
Public Attributes | |
PCL_ADD_POINT4D | |
union { | |
struct { | |
uint8_t label | |
} | |
uint32_t data_l | |
}; |
union { ... } |
uint32_t pcl::PointXYZL::data_l |
Definition at line 258 of file point_types.hpp.
uint8_t pcl::PointXYZL::label |
Definition at line 256 of file point_types.hpp.
Definition at line 251 of file point_types.hpp.