A point structure representing Euclidean xyz coordinates, padded with an extra range float.
More...
#include <pcl/impl/point_types.hpp>
A point structure representing Euclidean xyz coordinates, padded with an extra range float.
Definition at line 1057 of file point_types.hpp.
◆ PointWithRange() [1/3]
◆ PointWithRange() [2/3]
constexpr pcl::PointWithRange::PointWithRange |
( |
float |
_range = 0.f | ) |
|
|
inlineconstexpr |
◆ PointWithRange() [3/3]
constexpr pcl::PointWithRange::PointWithRange |
( |
float |
_x, |
|
|
float |
_y, |
|
|
float |
_z, |
|
|
float |
_range = 0.f |
|
) |
| |
|
inlineconstexpr |
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const PointWithRange & |
p |
|
) |
| |
|
friend |
The documentation for this struct was generated from the following file: