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


Public Member Functions | |
| PointXYZI () | |
| PointXYZI (float _intensity) | |
Public Attributes | |
| PCL_ADD_POINT4D | |
| union { | |
| struct { | |
| float intensity | |
| } | |
| float data_c [4] | |
| }; | |
Definition at line 261 of file point_types.hpp.
|
inline |
Definition at line 263 of file point_types.hpp.
|
inline |
Definition at line 269 of file point_types.hpp.
| union { ... } |
|
inherited |
Definition at line 256 of file point_types.hpp.
|
inherited |
Definition at line 254 of file point_types.hpp.
|
inherited |
Definition at line 249 of file point_types.hpp.
1.8.4