|
Point Cloud Library (PCL) 1.13.0
|
#include <pcl/impl/point_types.hpp>
Inheritance diagram for pcl::_PointWithViewpoint:Public Attributes | ||
| PCL_ADD_POINT4D | ||
| union { | ||
| struct { | ||
| float vp_x | ||
| float vp_y | ||
| float vp_z | ||
| } | ||
| float data_c [4] | ||
| }; | ||
Definition at line 1097 of file point_types.hpp.
| union { ... } pcl::_PointWithViewpoint |
| float pcl::_PointWithViewpoint::data_c[4] |
Definition at line 1108 of file point_types.hpp.
| pcl::_PointWithViewpoint::PCL_ADD_POINT4D |
Definition at line 1099 of file point_types.hpp.
| float pcl::_PointWithViewpoint::vp_x |
Definition at line 1104 of file point_types.hpp.
| float pcl::_PointWithViewpoint::vp_y |
Definition at line 1105 of file point_types.hpp.
| float pcl::_PointWithViewpoint::vp_z |
Definition at line 1106 of file point_types.hpp.