|
Point Cloud Library (PCL) 1.12.1
|
A point structure representing Euclidean xyz coordinates. More...
#include <pcl/impl/point_types.hpp>
Public Member Functions | |
| PointXYZ (const _PointXYZ &p) | |
| PointXYZ () | |
| PointXYZ (float _x, float _y, float _z) | |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const PointXYZ &p) |
Additional Inherited Members | |
| Public Attributes inherited from pcl::_PointXYZ | |
| PCL_ADD_POINT4D | |
A point structure representing Euclidean xyz coordinates.
(SSE friendly)
Definition at line 346 of file point_types.hpp.
|
inline |
Definition at line 348 of file point_types.hpp.
References PointXYZ().
Referenced by operator<<, PointXYZ(), and PointXYZ().
|
inline |
Definition at line 350 of file point_types.hpp.
References PointXYZ().
|
inline |
Definition at line 352 of file point_types.hpp.
|
friend |
References PCL_MAKE_ALIGNED_OPERATOR_NEW, and PointXYZ().