|
Point Cloud Library (PCL)
1.4.0
|
#include <pcl/impl/point_types.hpp>

Public Attributes | |
| PCL_ADD_POINT4D | |
| union { | |
| struct { | |
| float vp_x | |
| float vp_y | |
| float vp_z | |
| } | |
| float data_c [4] | |
| }; | |
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW | |
Definition at line 691 of file point_types.hpp.
| union { ... } |
| float pcl::_PointWithViewpoint::data_c[4] |
Definition at line 702 of file point_types.hpp.
Definition at line 704 of file point_types.hpp.
Definition at line 693 of file point_types.hpp.
Definition at line 698 of file point_types.hpp.
Definition at line 699 of file point_types.hpp.
Definition at line 700 of file point_types.hpp.
1.7.6.1