A point structure representing the grayscale intensity in single-channel images.
More...
#include <pcl/impl/point_types.hpp>
A point structure representing the grayscale intensity in single-channel images.
Intensity is represented as a std::uint32_t value.
Definition at line 429 of file point_types.hpp.
◆ Intensity32u() [1/2]
constexpr pcl::Intensity32u::Intensity32u |
( |
const _Intensity32u & |
p | ) |
|
|
inlineconstexpr |
◆ Intensity32u() [2/2]
constexpr pcl::Intensity32u::Intensity32u |
( |
std::uint32_t |
_intensity = 0 | ) |
|
|
inlineconstexpr |
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const Intensity32u & |
p |
|
) |
| |
|
friend |
The documentation for this struct was generated from the following file: