Point Cloud Library (PCL)
1.7.0
|
A point structure representing Euclidean xyz coordinates, padded with an extra range float. More...
#include <pcl/impl/point_types.hpp>
Public Member Functions | |
PointWithRange (const _PointWithRange &p) | |
PointWithRange () | |
Friends | |
std::ostream & | operator<< (std::ostream &os, const PointWithRange &p) |
Additional Inherited Members | |
![]() | |
PCL_ADD_POINT4D | |
union { | |
struct { | |
float range | |
} | |
float data_c [4] | |
}; | |
A point structure representing Euclidean xyz coordinates, padded with an extra range float.
Definition at line 993 of file point_types.hpp.
|
inline |
Definition at line 995 of file point_types.hpp.
References pcl::_PointWithRange::range.
|
inline |
Definition at line 1001 of file point_types.hpp.
References pcl::_PointWithRange::range.
|
friend |