Point Cloud Library (PCL)  1.14.0-dev
List of all members | Public Member Functions | Friends
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:
+ Collaboration diagram for pcl::PointSurfel:

Public Member Functions

constexpr PointSurfel (const _PointSurfel &p)
 
constexpr PointSurfel ()
 
constexpr PointSurfel (float _x, float _y, float _z, float _nx, float _ny, float _nz, std::uint8_t _r, std::uint8_t _g, std::uint8_t _b, std::uint8_t _a, float _radius, float _confidence, float _curvature)
 

Friends

std::ostream & operator<< (std::ostream &os, const PointSurfel &p)
 

Additional Inherited Members

- Public Attributes inherited from pcl::_PointSurfel
union {
   struct {
      PCL_ADD_UNION_RGB 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 1696 of file point_types.hpp.

Constructor & Destructor Documentation

◆ PointSurfel() [1/3]

constexpr pcl::PointSurfel::PointSurfel ( const _PointSurfel p)
inlineconstexpr

Definition at line 1698 of file point_types.hpp.

◆ PointSurfel() [2/3]

constexpr pcl::PointSurfel::PointSurfel ( )
inlineconstexpr

Definition at line 1701 of file point_types.hpp.

◆ PointSurfel() [3/3]

constexpr pcl::PointSurfel::PointSurfel ( float  _x,
float  _y,
float  _z,
float  _nx,
float  _ny,
float  _nz,
std::uint8_t  _r,
std::uint8_t  _g,
std::uint8_t  _b,
std::uint8_t  _a,
float  _radius,
float  _confidence,
float  _curvature 
)
inlineconstexpr

Definition at line 1704 of file point_types.hpp.

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  os,
const PointSurfel p 
)
friend

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