|
Point Cloud Library (PCL) 1.15.0
|
A point structure representing the three moment invariants. More...
#include <pcl/impl/point_types.hpp>
Public Member Functions | |
| constexpr | MomentInvariants ()=default |
| constexpr | MomentInvariants (float _j1, float _j2, float _j3) |
Public Attributes | |
| float | j1 = 0.f |
| float | j2 = 0.f |
| float | j3 = 0.f |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const MomentInvariants &p) |
A point structure representing the three moment invariants.
Definition at line 1108 of file point_types.hpp.
|
inlineconstexprdefault |
Referenced by operator<<.
|
inlineconstexpr |
Definition at line 1114 of file point_types.hpp.
|
friend |
References MomentInvariants().
| float pcl::MomentInvariants::j1 = 0.f |
Definition at line 1110 of file point_types.hpp.
Referenced by MomentInvariants().
| float pcl::MomentInvariants::j2 = 0.f |
Definition at line 1110 of file point_types.hpp.
Referenced by MomentInvariants().
| float pcl::MomentInvariants::j3 = 0.f |
Definition at line 1110 of file point_types.hpp.
Referenced by MomentInvariants().