Структура точки, представляющая евклидовы координаты xyz. Подробнее...
#include <pcl/impl/point_types.hpp>
Структура точки, представляющая евклидовы координаты xyz.
(Дружественная к SSE)
Определение в строке 350 файла point_types.hpp.
PointXYZ() [1/3]
| constexpr pcl::PointXYZ::PointXYZ |
( |
const _PointXYZ & |
p |
) |
|
|
inlineconstexpr
|
PointXYZ() [2/3]
| constexpr pcl::PointXYZ::PointXYZ |
( |
|
) |
|
|
inlineconstexpr
|
PointXYZ() [3/3]
| constexpr pcl::PointXYZ::PointXYZ |
( |
float |
_x, |
|
|
float |
_y, |
|
|
float |
_z |
|
) |
|
|
|
inlineconstexpr
|
operator<<
| std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const PointXYZ & |
p |
|
) |
|
|
|
friend
|