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


Public Member Functions | |
| PointWithRange () | |
Public Attributes | |
| PCL_ADD_POINT4D | |
| union { | |
| struct { | |
| float range | |
| } | |
| float data_c [4] | |
| }; | |
Definition at line 795 of file point_types.hpp.
| pcl::PointWithRange::PointWithRange | ( | ) | [inline] |
Definition at line 797 of file point_types.hpp.
union { ... } [inherited] |
float pcl::_PointWithRange::data_c[4] [inherited] |
Definition at line 790 of file point_types.hpp.
pcl::_PointWithRange::PCL_ADD_POINT4D [inherited] |
Definition at line 783 of file point_types.hpp.
float pcl::_PointWithRange::range [inherited] |
Definition at line 788 of file point_types.hpp.
1.7.6.1