|
Point Cloud Library (PCL)
1.5.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 (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) | |
Public Attributes | |
| 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 789 of file point_types.hpp.
| pcl::PointWithViewpoint::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 |
||
| ) | [inline] |
Definition at line 791 of file point_types.hpp.
union { ... } [inherited] |
float pcl::_PointWithViewpoint::data_c[4] [inherited] |
Definition at line 781 of file point_types.hpp.
pcl::_PointWithViewpoint::PCL_ADD_POINT4D [inherited] |
Definition at line 772 of file point_types.hpp.
float pcl::_PointWithViewpoint::vp_x [inherited] |
Definition at line 777 of file point_types.hpp.
float pcl::_PointWithViewpoint::vp_y [inherited] |
Definition at line 778 of file point_types.hpp.
float pcl::_PointWithViewpoint::vp_z [inherited] |
Definition at line 779 of file point_types.hpp.
1.8.0