|
Point Cloud Library (PCL) 1.13.0
|
#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] | |
| }; | |
Definition at line 667 of file point_types.hpp.
| union { ... } pcl::_PointXYZLAB::@7 |
| float pcl::_PointXYZLAB::a |
Definition at line 675 of file point_types.hpp.
Referenced by pcl::GeneralizedIterativeClosestPoint6D::MyPointRepresentation::copyToFloatArray(), and pcl::PointXYZRGBtoXYZLAB().
| float pcl::_PointXYZLAB::b |
Definition at line 676 of file point_types.hpp.
Referenced by pcl::GeneralizedIterativeClosestPoint6D::MyPointRepresentation::copyToFloatArray(), and pcl::PointXYZRGBtoXYZLAB().
| float pcl::_PointXYZLAB::data_lab[4] |
Definition at line 678 of file point_types.hpp.
| float pcl::_PointXYZLAB::L |
Definition at line 674 of file point_types.hpp.
Referenced by pcl::common::IntensityFieldAccessor< pcl::PointXYZLAB >::add(), pcl::GeneralizedIterativeClosestPoint6D::MyPointRepresentation::copyToFloatArray(), pcl::common::IntensityFieldAccessor< pcl::PointXYZLAB >::demean(), pcl::common::IntensityFieldAccessor< pcl::PointXYZLAB >::get(), pcl::common::IntensityFieldAccessor< pcl::PointXYZLAB >::operator()(), pcl::PointXYZRGBtoXYZLAB(), and pcl::common::IntensityFieldAccessor< pcl::PointXYZLAB >::set().
| pcl::_PointXYZLAB::PCL_ADD_POINT4D |
Definition at line 669 of file point_types.hpp.