A point structure representing the Narf descriptor. More...
#include <pcl/impl/point_types.hpp>
Public Member Functions | |
| constexpr | Narf36 ()=default |
| constexpr | Narf36 (float _x, float _y, float _z) |
| constexpr | Narf36 (float _x, float _y, float _z, float _roll, float _pitch, float _yaw) |
Static Public Member Functions | |
| static constexpr int | descriptorSize () |
Public Attributes | |
| float | x = 0.f |
| float | y = 0.f |
| float | z = 0.f |
| float | roll = 0.f |
| float | pitch = 0.f |
| float | yaw = 0.f |
| float | descriptor [36] = {0.f} |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const Narf36 &p) |
A point structure representing the Narf descriptor.
Definition at line 1536 of file point_types.hpp.
| inlineconstexprdefault |
| inlineconstexpr |
Definition at line 1544 of file point_types.hpp.
| inlineconstexpr |
Definition at line 1546 of file point_types.hpp.
| inlinestaticconstexpr |
Definition at line 1540 of file point_types.hpp.
| friend |
| float pcl::Narf36::descriptor[36] = {0.f} |
Definition at line 1539 of file point_types.hpp.
Referenced by pcl::DefaultPointRepresentation< Narf36 >::copyToFloatArray(), and pcl::Narf::copyToNarf36().
| float pcl::Narf36::pitch = 0.f |
Definition at line 1538 of file point_types.hpp.
Referenced by pcl::Narf::copyToNarf36().
| float pcl::Narf36::roll = 0.f |
Definition at line 1538 of file point_types.hpp.
Referenced by pcl::Narf::copyToNarf36().
| float pcl::Narf36::x = 0.f |
Definition at line 1538 of file point_types.hpp.
Referenced by pcl::Narf::copyToNarf36().
| float pcl::Narf36::y = 0.f |
Definition at line 1538 of file point_types.hpp.
Referenced by pcl::Narf::copyToNarf36().
| float pcl::Narf36::yaw = 0.f |
Definition at line 1538 of file point_types.hpp.
Referenced by pcl::Narf::copyToNarf36().
| float pcl::Narf36::z = 0.f |
Definition at line 1538 of file point_types.hpp.
Referenced by pcl::Narf::copyToNarf36().
© 2009–2012, Willow Garage, Inc.
© 2012–, Open Perception, Inc.
Licensed under the BSD License.
https://pointclouds.org/documentation/structpcl_1_1_narf36.html