|
Point Cloud Library (PCL) 1.15.1
|
A point structure representing the intensity gradient of an XYZI point cloud. More...
#include <pcl/impl/point_types.hpp>
Public Member Functions | |
| constexpr | IntensityGradient () |
| constexpr | IntensityGradient (float _x, float _y, float _z) |
Public Attributes | |
| union { | |
| float gradient [3] | |
| struct { | |
| float gradient_x | |
| float gradient_y | |
| float gradient_z | |
| } | |
| }; | |
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 1574 of file point_types.hpp.
|
inlineconstexpr |
Definition at line 1587 of file point_types.hpp.
References IntensityGradient().
Referenced by IntensityGradient(), and operator<<.
|
inlineconstexpr |
Definition at line 1589 of file point_types.hpp.
References gradient_x, gradient_y, and gradient_z.
|
friend |
References IntensityGradient().
| union { ... } pcl::IntensityGradient |
| float pcl::IntensityGradient::gradient[3] |
Definition at line 1578 of file point_types.hpp.
| float pcl::IntensityGradient::gradient_x |
Definition at line 1581 of file point_types.hpp.
Referenced by IntensityGradient().
| float pcl::IntensityGradient::gradient_y |
Definition at line 1582 of file point_types.hpp.
Referenced by IntensityGradient().
| float pcl::IntensityGradient::gradient_z |
Definition at line 1583 of file point_types.hpp.
Referenced by IntensityGradient().