A point structure representing Euclidean xyz coordinates, padded with an extra range float. More...
#include <point_types.hpp>
Public Member Functions | |
PointWithRange (const _PointWithRange &p) | |
PointWithRange () | |
Friends | |
std::ostream & | operator<< (std::ostream &os, const PointWithRange &p) |
A point structure representing Euclidean xyz coordinates, padded with an extra range float.
Definition at line 993 of file point_types.hpp.
pcl::PointWithRange::PointWithRange | ( | const _PointWithRange & | p | ) | [inline] |
Definition at line 995 of file point_types.hpp.
pcl::PointWithRange::PointWithRange | ( | ) | [inline] |
Definition at line 1001 of file point_types.hpp.
std::ostream& operator<< | ( | std::ostream & | os, |
const PointWithRange & | p | ||
) | [friend] |