Point Cloud Library (PCL)
1.8.1
|
A point structure representing Euclidean xyz coordinates together with the viewpoint from which it was seen. More...
#include <pcl/impl/point_types.hpp>
Public Member Functions | |
PointWithViewpoint (const _PointWithViewpoint &p) | |
PointWithViewpoint (float _x=0.0f, float _y=0.0f, float _z=0.0f, float _vp_x=0.0f, float _vp_y=0.0f, float _vp_z=0.0f) | |
Friends | |
std::ostream & | operator<< (std::ostream &os, const PointWithViewpoint &p) |
Additional Inherited Members | |
![]() | |
PCL_ADD_POINT4D | |
union { | |
struct { | |
float vp_x | |
float vp_y | |
float vp_z | |
} | |
float data_c [4] | |
}; | |
A point structure representing Euclidean xyz coordinates together with the viewpoint from which it was seen.
Definition at line 1093 of file point_types.hpp.
|
inline |
Definition at line 1095 of file point_types.hpp.
References pcl::_PointWithViewpoint::vp_x, pcl::_PointWithViewpoint::vp_y, and pcl::_PointWithViewpoint::vp_z.
|
inline |
Definition at line 1101 of file point_types.hpp.
|
friend |