Point Cloud Library (PCL)
1.3.1
|
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)
pcl::PointXYZ::PointXYZ | ( | ) | [inline] |
Definition at line 177 of file point_types.hpp.
pcl::PointXYZ::PointXYZ | ( | float | _x, |
float | _y, | ||
float | _z | ||
) | [inline] |
Definition at line 182 of file point_types.hpp.
pcl::_PointXYZ::EIGEN_MAKE_ALIGNED_OPERATOR_NEW [inherited] |
Definition at line 163 of file point_types.hpp.
pcl::_PointXYZ::PCL_ADD_POINT4D [inherited] |
Definition at line 162 of file point_types.hpp.