Point Cloud Library (PCL)  1.8.0
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 876 of file point_types.hpp.

Member Data Documentation

union { ... }
float pcl::_PointXYZRGBNormal::curvature

Definition at line 885 of file point_types.hpp.

Referenced by pcl::PointXYZRGBNormal::PointXYZRGBNormal().

float pcl::_PointXYZRGBNormal::data_c[4]

Definition at line 887 of file point_types.hpp.

pcl::_PointXYZRGBNormal::PCL_ADD_EIGEN_MAPS_RGB

Definition at line 889 of file point_types.hpp.

pcl::_PointXYZRGBNormal::PCL_ADD_NORMAL4D

Definition at line 879 of file point_types.hpp.

pcl::_PointXYZRGBNormal::PCL_ADD_POINT4D

Definition at line 878 of file point_types.hpp.

pcl::_PointXYZRGBNormal::PCL_ADD_UNION_RGB

Definition at line 884 of file point_types.hpp.


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