Point Cloud Library (PCL)  1.13.1-dev
List of all members | Public Attributes
pcl::_PointXYZLAB Struct Reference

#include <pcl/impl/point_types.hpp>

+ Inheritance diagram for pcl::_PointXYZLAB:

Public Attributes

 PCL_ADD_POINT4D
 
union {
   struct {
      float   L
 
      float   a
 
      float   b
 
   } 
 
   float   data_lab [4]
 
}; 
 

Detailed Description

Definition at line 667 of file point_types.hpp.

Member Data Documentation

◆ 

union { ... }

◆ a

float pcl::_PointXYZLAB::a

◆ b

float pcl::_PointXYZLAB::b

◆ data_lab

float pcl::_PointXYZLAB::data_lab[4]

Definition at line 678 of file point_types.hpp.

◆ L

float pcl::_PointXYZLAB::L

◆ PCL_ADD_POINT4D

pcl::_PointXYZLAB::PCL_ADD_POINT4D

Definition at line 669 of file point_types.hpp.


The documentation for this struct was generated from the following file: