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

#include <pcl/impl/point_types.hpp>

+ Inheritance diagram for pcl::_PointXYZINormal:

Public Attributes

 PCL_ADD_POINT4D
 
 PCL_ADD_NORMAL4D
 
union {
   struct {
      float   intensity
 
      float   curvature
 
   } 
 
   float   data_c [4]
 
}; 
 

Detailed Description

Definition at line 996 of file point_types.hpp.

Member Data Documentation

◆ @27

union { ... }

◆ curvature

float pcl::_PointXYZINormal::curvature

Definition at line 1005 of file point_types.hpp.

Referenced by pcl::PointXYZINormal::PointXYZINormal().

◆ data_c

float pcl::_PointXYZINormal::data_c[4]

Definition at line 1007 of file point_types.hpp.

◆ intensity

float pcl::_PointXYZINormal::intensity

Definition at line 1004 of file point_types.hpp.

Referenced by pcl::PointXYZINormal::PointXYZINormal().

◆ PCL_ADD_NORMAL4D

pcl::_PointXYZINormal::PCL_ADD_NORMAL4D

Definition at line 999 of file point_types.hpp.

◆ PCL_ADD_POINT4D

pcl::_PointXYZINormal::PCL_ADD_POINT4D

Definition at line 998 of file point_types.hpp.


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