|
Point Cloud Library (PCL) 1.15.0
|
A point structure representing Euclidean xyz coordinates. More...
#include <pcl/impl/point_types.hpp>
Public Member Functions | |
| constexpr | PointXYZ (const _PointXYZ &p) |
| constexpr | PointXYZ () |
| constexpr | PointXYZ (float _x, float _y, float _z) |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const PointXYZ &p) |
A point structure representing Euclidean xyz coordinates.
(SSE friendly)
Definition at line 321 of file point_types.hpp.
|
inlineconstexpr |
Definition at line 323 of file point_types.hpp.
References PointXYZ().
Referenced by operator<<, PointXYZ(), and PointXYZ().
|
inlineconstexpr |
Definition at line 325 of file point_types.hpp.
References PointXYZ().
|
inlineconstexpr |
Definition at line 327 of file point_types.hpp.
|
friend |
References PCL_MAKE_ALIGNED_OPERATOR_NEW, and PointXYZ().