Point Cloud Library (PCL) 1.13.1
Loading...
Searching...
No Matches
List of all members | Public Attributes
pcl::_PointXYZLNormal Struct Reference

#include <pcl/impl/point_types.hpp>

+ Inheritance diagram for pcl::_PointXYZLNormal:
+ Collaboration diagram for pcl::_PointXYZLNormal:

Public Attributes

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

Detailed Description

Definition at line 1021 of file point_types.hpp.

Member Data Documentation

◆ [union]

union { ... } pcl::_PointXYZLNormal

◆ curvature

float pcl::_PointXYZLNormal::curvature

Definition at line 1030 of file point_types.hpp.

◆ data_c

float pcl::_PointXYZLNormal::data_c[4]

Definition at line 1032 of file point_types.hpp.

◆ label

std::uint32_t pcl::_PointXYZLNormal::label

◆ PCL_ADD_NORMAL4D

pcl::_PointXYZLNormal::PCL_ADD_NORMAL4D

Definition at line 1024 of file point_types.hpp.

◆ PCL_ADD_POINT4D

pcl::_PointXYZLNormal::PCL_ADD_POINT4D

Definition at line 1023 of file point_types.hpp.


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