Point Cloud Library (PCL) 1.15.1
Loading...
Searching...
No Matches
pcl::_PointXYZLNormal Struct Reference

#include <pcl/impl/point_types.hpp>

Inheritance diagram for pcl::_PointXYZLNormal:

Public Attributes

union { 
   struct { 
      std::uint32_t   label 
      float   curvature 
   } 
   float   data_c [4] 
}; 

Detailed Description

Definition at line 994 of file point_types.hpp.

Member Data Documentation

◆ [union]

PCL_ADD_POINT4D PCL_ADD_NORMAL4D union { ... } pcl::_PointXYZLNormal

◆ curvature

float pcl::_PointXYZLNormal::curvature

Definition at line 1003 of file point_types.hpp.

Referenced by pcl::PointXYZLNormal::PointXYZLNormal().

◆ data_c

float pcl::_PointXYZLNormal::data_c[4]

Definition at line 1005 of file point_types.hpp.

◆ label


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