|
Point Cloud Library (PCL) 1.3.1
|
#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 679 of file point_types.hpp.
| union { ... } |
| float pcl::_PointWithViewpoint::data_c[4] |
Definition at line 690 of file point_types.hpp.
Definition at line 692 of file point_types.hpp.
Definition at line 681 of file point_types.hpp.
Definition at line 686 of file point_types.hpp.
Definition at line 687 of file point_types.hpp.
Definition at line 688 of file point_types.hpp.
1.7.4