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