|
Point Cloud Library (PCL) 1.12.1
|
A point structure representing Euclidean xyz coordinates. More...
#include <pcl/impl/point_types.hpp>
Inheritance diagram for pcl::PointXYZ:
Collaboration diagram for pcl::PointXYZ: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.
Definition at line 348 of file point_types.hpp.
|
inline |
Definition at line 350 of file point_types.hpp.
Definition at line 352 of file point_types.hpp.
References pcl::ConstCloudIterator< PointT >::ConstCloudIterator().