A point structure representing Euclidean xyz coordinates, together with normal coordinates and the surface curvature estimate.
More...
#include <pcl/impl/point_types.hpp>
A point structure representing Euclidean xyz coordinates, together with normal coordinates and the surface curvature estimate.
(SSE friendly)
Definition at line 849 of file point_types.hpp.
◆ PointNormal() [1/4]
constexpr pcl::PointNormal::PointNormal |
( |
const _PointNormal & |
p | ) |
|
|
inlineconstexpr |
◆ PointNormal() [2/4]
constexpr pcl::PointNormal::PointNormal |
( |
float |
_curvature = 0.f | ) |
|
|
inlineconstexpr |
◆ PointNormal() [3/4]
constexpr pcl::PointNormal::PointNormal |
( |
float |
_x, |
|
|
float |
_y, |
|
|
float |
_z |
|
) |
| |
|
inlineconstexpr |
◆ PointNormal() [4/4]
constexpr pcl::PointNormal::PointNormal |
( |
float |
_x, |
|
|
float |
_y, |
|
|
float |
_z, |
|
|
float |
n_x, |
|
|
float |
n_y, |
|
|
float |
n_z, |
|
|
float |
_curvature = 0.f |
|
) |
| |
|
inlineconstexpr |
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const PointNormal & |
p |
|
) |
| |
|
friend |
The documentation for this struct was generated from the following file: