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>
|
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) |
|
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 1667 of file point_types.hpp.
◆ PointSurfel() [1/3]
constexpr pcl::PointSurfel::PointSurfel |
( |
const _PointSurfel & |
p | ) |
|
|
inlineconstexpr |
◆ PointSurfel() [2/3]
constexpr pcl::PointSurfel::PointSurfel |
( |
| ) |
|
|
inlineconstexpr |
◆ 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 |
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const PointSurfel & |
p |
|
) |
| |
|
friend |
The documentation for this struct was generated from the following file: