|
Point Cloud Library (PCL) 1.15.0
|
A point structure representing Euclidean xyz coordinates, padded with an extra range float. More...
#include <pcl/impl/point_types.hpp>
Inheritance diagram for pcl::PointWithRange:
Collaboration diagram for pcl::PointWithRange:Public Member Functions | |
| constexpr | PointWithRange (const _PointWithRange &p) |
| constexpr | PointWithRange (float _range=0.f) |
| constexpr | PointWithRange (float _x, float _y, float _z, float _range=0.f) |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const PointWithRange &p) |
Additional Inherited Members | ||
Public Attributes inherited from pcl::_PointWithRange | ||
| union { | ||
| struct { | ||
| float range | ||
| } | ||
| float data_c [4] | ||
| }; | ||
A point structure representing Euclidean xyz coordinates, padded with an extra range float.
Definition at line 1057 of file point_types.hpp.
|
inlineconstexpr |
Definition at line 1059 of file point_types.hpp.
References PointWithRange(), and pcl::_PointWithRange::range.
Referenced by operator<<, PointWithRange(), and PointWithRange().
|
inlineconstexpr |
Definition at line 1061 of file point_types.hpp.
References PointWithRange().
|
inlineconstexpr |
Definition at line 1063 of file point_types.hpp.
|
friend |
References PointWithRange().