#include <point_types.hpp>
Public Attributes | |
| union { | |
| struct { | |
| uint8_t isF | |
| float rgb | |
| } | |
| float data_c [4] | |
| }; | |
| PCL_ADD_POINT4D | |
Definition at line 97 of file point_types.hpp.
| union { ... } |
| float PointXYZRGBF::data_c[4] |
Definition at line 107 of file point_types.hpp.
| uint8_t PointXYZRGBF::isF |
Definition at line 105 of file point_types.hpp.
Definition at line 99 of file point_types.hpp.
| float PointXYZRGBF::rgb |
Definition at line 104 of file point_types.hpp.