|
Point Cloud Library (PCL)
1.4.0
|
A point structure representing Euclidean xyz coordinates. More...
#include <pcl/impl/point_types.hpp>


Public Member Functions | |
| PointXYZ () | |
| PointXYZ (float _x, float _y, float _z) | |
Public Attributes | |
| PCL_ADD_POINT4D | |
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW | |
A point structure representing Euclidean xyz coordinates.
(SSE friendly)
Definition at line 183 of file point_types.hpp.
| pcl::PointXYZ::PointXYZ | ( | ) | [inline] |
Definition at line 185 of file point_types.hpp.
| pcl::PointXYZ::PointXYZ | ( | float | _x, |
| float | _y, | ||
| float | _z | ||
| ) | [inline] |
Definition at line 190 of file point_types.hpp.
pcl::_PointXYZ::EIGEN_MAKE_ALIGNED_OPERATOR_NEW [inherited] |
Definition at line 171 of file point_types.hpp.
pcl::_PointXYZ::PCL_ADD_POINT4D [inherited] |
Definition at line 170 of file point_types.hpp.
1.7.6.1