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