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>
|
|
PointXYZLNormal (const _PointXYZLNormal &p) |
|
|
PointXYZLNormal (std::uint32_t _label=0) |
|
|
PointXYZLNormal (float _x, float _y, float _z, std::uint32_t _label=0.f) |
|
|
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 1166 of file point_types.hpp.
PointXYZLNormal() [1/4]
PointXYZLNormal() [2/4]
pcl::PointXYZLNormal::PointXYZLNormal | ( | std::uint32_t |
_label = 0
|
) | | | inline |
PointXYZLNormal() [3/4]
pcl::PointXYZLNormal::PointXYZLNormal | ( | float |
_x, | | | float |
_y, | | | float |
_z, | | | std::uint32_t |
_label = 0.f | | ) | |
| | inline |
PointXYZLNormal() [4/4]
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 | | ) | |
| | inline |
operator<<
The documentation for this struct was generated from the following file: