A point structure representing Euclidean xyz coordinates, intensity, together with normal coordinates and the surface curvature estimate.
More...
#include <pcl/impl/point_types.hpp>
|
constexpr | PointXYZINormal (const _PointXYZINormal &p) |
|
constexpr | PointXYZINormal (float _intensity=0.f) |
|
constexpr | PointXYZINormal (float _x, float _y, float _z, float _intensity=0.f) |
|
constexpr | PointXYZINormal (float _x, float _y, float _z, float _intensity, float n_x, float n_y, float n_z, float _curvature=0.f) |
|
A point structure representing Euclidean xyz coordinates, intensity, together with normal coordinates and the surface curvature estimate.
Definition at line 971 of file point_types.hpp.
◆ PointXYZINormal() [1/4]
◆ PointXYZINormal() [2/4]
constexpr pcl::PointXYZINormal::PointXYZINormal |
( |
float |
_intensity = 0.f | ) |
|
|
inlineconstexpr |
◆ PointXYZINormal() [3/4]
constexpr pcl::PointXYZINormal::PointXYZINormal |
( |
float |
_x, |
|
|
float |
_y, |
|
|
float |
_z, |
|
|
float |
_intensity = 0.f |
|
) |
| |
|
inlineconstexpr |
◆ PointXYZINormal() [4/4]
constexpr pcl::PointXYZINormal::PointXYZINormal |
( |
float |
_x, |
|
|
float |
_y, |
|
|
float |
_z, |
|
|
float |
_intensity, |
|
|
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: