#include <point_types.hpp>
Public Attributes | |
union { | |
struct { | |
float rgb | |
} | |
float data_c [4] | |
}; | |
PCL_ADD_POINT4D |
Definition at line 204 of file point_types.hpp.
union { ... } |
float pcl::PointXYZRGB::data_c[4] |
Definition at line 213 of file point_types.hpp.
Definition at line 206 of file point_types.hpp.
float pcl::PointXYZRGB::rgb |
Definition at line 211 of file point_types.hpp.