Point Cloud Library (PCL)  1.6.0
 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>

Inheritance diagram for pcl::_PointSurfel:
Inheritance graph
[legend]
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 1261 of file point_types.hpp.


Member Data Documentation

union { ... }

Definition at line 1271 of file point_types.hpp.

Definition at line 1272 of file point_types.hpp.

Definition at line 1274 of file point_types.hpp.

Definition at line 1264 of file point_types.hpp.

Definition at line 1263 of file point_types.hpp.

Definition at line 1270 of file point_types.hpp.

Definition at line 1269 of file point_types.hpp.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines