A point structure representing Euclidean xyz coordinates, intensity, together with normal coordinates and the surface curvature estimate. More...
#include <point_types.hpp>
Public Member Functions | |
PointXYZINormal (const _PointXYZINormal &p) | |
PointXYZINormal () | |
Friends | |
std::ostream & | operator<< (std::ostream &os, const PointXYZINormal &p) |
A point structure representing Euclidean xyz coordinates, intensity, together with normal coordinates and the surface curvature estimate.
Definition at line 953 of file point_types.hpp.
pcl::PointXYZINormal::PointXYZINormal | ( | const _PointXYZINormal & | p | ) | [inline] |
Definition at line 955 of file point_types.hpp.
pcl::PointXYZINormal::PointXYZINormal | ( | ) | [inline] |
Definition at line 963 of file point_types.hpp.
std::ostream& operator<< | ( | std::ostream & | os, |
const PointXYZINormal & | p | ||
) | [friend] |