|
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>
Inheritance diagram for pcl::Intensity32u:
Collaboration diagram for pcl::Intensity32u:Public Member Functions | |
| Intensity32u (const _Intensity32u &p) | |
| Intensity32u (std::uint32_t _intensity=0) | |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const Intensity32u &p) |
Additional Inherited Members | |
Public Attributes inherited from pcl::_Intensity32u | |
| PCL_ADD_INTENSITY_32U | |
A point structure representing the grayscale intensity in single-channel images.
Intensity is represented as a std::uint32_t value.
Definition at line 477 of file point_types.hpp.
|
inline |
Definition at line 479 of file point_types.hpp.
|
inline |
Definition at line 484 of file point_types.hpp.
|
friend |