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

#include <pcl/impl/point_types.hpp>

+ Inheritance diagram for pcl::_PointXYZRGBNormal:

Public Attributes

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

Detailed Description

Definition at line 894 of file point_types.hpp.

Member Data Documentation

◆ 

union { ... }

◆ curvature

float pcl::_PointXYZRGBNormal::curvature

Definition at line 903 of file point_types.hpp.

◆ data_c

float pcl::_PointXYZRGBNormal::data_c[4]

Definition at line 905 of file point_types.hpp.

◆ PCL_ADD_EIGEN_MAPS_RGB

pcl::_PointXYZRGBNormal::PCL_ADD_EIGEN_MAPS_RGB

Definition at line 907 of file point_types.hpp.

◆ PCL_ADD_NORMAL4D

pcl::_PointXYZRGBNormal::PCL_ADD_NORMAL4D

Definition at line 897 of file point_types.hpp.

◆ PCL_ADD_POINT4D

pcl::_PointXYZRGBNormal::PCL_ADD_POINT4D

Definition at line 896 of file point_types.hpp.

◆ PCL_ADD_UNION_RGB

pcl::_PointXYZRGBNormal::PCL_ADD_UNION_RGB

Definition at line 902 of file point_types.hpp.


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