|
Point Cloud Library (PCL) 1.12.1
|
A point structure representing the grayscale intensity in single-channel images. More...
#include <pcl/impl/point_types.hpp>
Public Member Functions | |
| Intensity (const _Intensity &p) | |
| Intensity (float _intensity=0.f) | |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const Intensity &p) |
Additional Inherited Members | |
| Public Attributes inherited from pcl::_Intensity | |
| PCL_ADD_INTENSITY | |
A point structure representing the grayscale intensity in single-channel images.
Intensity is represented as a float value.
Definition at line 419 of file point_types.hpp.
|
inline |
Definition at line 421 of file point_types.hpp.
Referenced by operator<<.
|
inline |
Definition at line 426 of file point_types.hpp.
|
friend |
References Intensity().