|
Point Cloud Library (PCL) 1.15.1
|
A point structure representing the generic Signature of Histograms of OrienTations (SHOT) - shape+color. More...
#include <pcl/impl/point_types.hpp>
Public Member Functions | |
| constexpr | SHOT1344 ()=default |
Static Public Member Functions | |
| static constexpr int | descriptorSize () |
Public Attributes | |
| float | descriptor [1344] = {0.f} |
| float | rf [9] = {0.f} |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const SHOT1344 &p) |
A point structure representing the generic Signature of Histograms of OrienTations (SHOT) - shape+color.
Definition at line 1336 of file point_types.hpp.
|
inlineconstexprdefault |
Referenced by operator<<.
|
inlinestaticconstexpr |
Definition at line 1340 of file point_types.hpp.
References pcl::detail::traits::descriptorSize_v.
|
friend |
References SHOT1344().
| float pcl::SHOT1344::descriptor[1344] = {0.f} |
Definition at line 1338 of file point_types.hpp.
Referenced by pcl::DefaultPointRepresentation< SHOT1344 >::copyToFloatArray().
| float pcl::SHOT1344::rf[9] = {0.f} |
Definition at line 1339 of file point_types.hpp.