A point structure representing the intensity gradient of an XYZI point cloud. More...
#include <point_types.hpp>
Public Attributes | |
| union { | |
| struct { | |
| float gradient_x | |
| float gradient_y | |
| float gradient_z | |
| } | |
| float gradient [3] | |
| }; | |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const IntensityGradient &p) |
A point structure representing the intensity gradient of an XYZI point cloud.
Definition at line 1327 of file point_types.hpp.
| std::ostream& operator<< | ( | std::ostream & | os, |
| const IntensityGradient & | p | ||
| ) | [friend] |
| union { ... } |
| float pcl::IntensityGradient::gradient[3] |
Definition at line 1331 of file point_types.hpp.
Definition at line 1334 of file point_types.hpp.
Definition at line 1335 of file point_types.hpp.
Definition at line 1336 of file point_types.hpp.