Point Cloud Library (PCL)  1.5.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Attributes
pcl::PointSurfel Struct Reference

A surfel, that is, a point structure representing Euclidean xyz coordinates, together with normal coordinates, a RGBA color, a radius, a confidence value and the surface curvature estimate. More...

#include <pcl/impl/point_types.hpp>

Collaboration diagram for pcl::PointSurfel:
Collaboration graph
[legend]

List of all members.

Public Attributes

 PCL_ADD_POINT4D
 PCL_ADD_NORMAL4D
union {
   struct {
      uint32_t   rgba
      float   radius
      float   confidence
      float   curvature
   } 
   float   data_c [4]
}; 

Detailed Description

A surfel, that is, a point structure representing Euclidean xyz coordinates, together with normal coordinates, a RGBA color, a radius, a confidence value and the surface curvature estimate.

Definition at line 1148 of file point_types.hpp.


Member Data Documentation

union { ... }

Definition at line 1158 of file point_types.hpp.

Definition at line 1159 of file point_types.hpp.

Definition at line 1161 of file point_types.hpp.

Definition at line 1151 of file point_types.hpp.

Definition at line 1150 of file point_types.hpp.

Definition at line 1157 of file point_types.hpp.

Definition at line 1156 of file point_types.hpp.


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