Point Cloud Library (PCL)  1.8.0
List of all members | Public Attributes
pcl::_PointSurfel Struct Reference

#include <pcl/impl/point_types.hpp>

+ Inheritance diagram for pcl::_PointSurfel:

Public Attributes

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

Detailed Description

Definition at line 1551 of file point_types.hpp.

Member Data Documentation

§ @57

union { ... }

§ confidence

float pcl::_PointSurfel::confidence

Definition at line 1561 of file point_types.hpp.

Referenced by pcl::PointSurfel::PointSurfel().

§ curvature

float pcl::_PointSurfel::curvature

§ data_c

float pcl::_PointSurfel::data_c[4]

Definition at line 1564 of file point_types.hpp.

§ PCL_ADD_EIGEN_MAPS_RGB

pcl::_PointSurfel::PCL_ADD_EIGEN_MAPS_RGB

Definition at line 1566 of file point_types.hpp.

§ PCL_ADD_NORMAL4D

pcl::_PointSurfel::PCL_ADD_NORMAL4D

Definition at line 1554 of file point_types.hpp.

§ PCL_ADD_POINT4D

pcl::_PointSurfel::PCL_ADD_POINT4D

Definition at line 1553 of file point_types.hpp.

§ PCL_ADD_UNION_RGB

pcl::_PointSurfel::PCL_ADD_UNION_RGB

Definition at line 1559 of file point_types.hpp.

§ radius

float pcl::_PointSurfel::radius

Definition at line 1560 of file point_types.hpp.

Referenced by pcl::PointSurfel::PointSurfel().


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