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 <point_types.hpp>
Public Member Functions | |
PointSurfel (const _PointSurfel &p) | |
PointSurfel () | |
Friends | |
std::ostream & | operator<< (std::ostream &os, const PointSurfel &p) |
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 1460 of file point_types.hpp.
pcl::PointSurfel::PointSurfel | ( | const _PointSurfel & | p | ) | [inline] |
Definition at line 1462 of file point_types.hpp.
pcl::PointSurfel::PointSurfel | ( | ) | [inline] |
Definition at line 1471 of file point_types.hpp.
std::ostream& operator<< | ( | std::ostream & | os, |
const PointSurfel & | p | ||
) | [friend] |