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

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 1063 of file point_types.hpp.


Member Data Documentation

union { ... }

Definition at line 1073 of file point_types.hpp.

Definition at line 1074 of file point_types.hpp.

Definition at line 1076 of file point_types.hpp.

Definition at line 1066 of file point_types.hpp.

Definition at line 1065 of file point_types.hpp.

Definition at line 1072 of file point_types.hpp.

Definition at line 1071 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