|
Point Cloud Library (PCL) 1.15.1
|
A point structure representing the Global Radius-based Surface Descriptor (GRSD). More...
#include <pcl/impl/point_types.hpp>
Public Member Functions | |
| constexpr | GRSDSignature21 ()=default |
Static Public Member Functions | |
| static constexpr int | descriptorSize () |
Public Attributes | |
| float | histogram [21] = {0.f} |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const GRSDSignature21 &p) |
A point structure representing the Global Radius-based Surface Descriptor (GRSD).
Definition at line 1434 of file point_types.hpp.
|
inlineconstexprdefault |
Referenced by operator<<.
|
inlinestaticconstexpr |
Definition at line 1437 of file point_types.hpp.
References pcl::detail::traits::descriptorSize_v.
|
friend |
References GRSDSignature21().
| float pcl::GRSDSignature21::histogram[21] = {0.f} |
Definition at line 1436 of file point_types.hpp.