|
Point Cloud Library (PCL) 1.15.1
|
A point structure representing the grayscale intensity in single-channel images. More...
#include <pcl/impl/point_types.hpp>
Public Member Functions | |
| constexpr | Intensity (const _Intensity &p) |
| constexpr | Intensity (float _intensity=0.f) |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const Intensity &p) |
A point structure representing the grayscale intensity in single-channel images.
Intensity is represented as a float value.
Definition at line 383 of file point_types.hpp.
|
inlineconstexpr |
Definition at line 385 of file point_types.hpp.
References Intensity().
Referenced by Intensity(), and operator<<.
|
inlineconstexpr |
Definition at line 387 of file point_types.hpp.
|
friend |
References Intensity().