A point structure representing the grayscale intensity in single-channel images. Intensity is represented as a uint8_t value. More...
#include <point_types.hpp>

Public Member Functions | |
| Intensity32u (const _Intensity32u &p) | |
| Intensity32u () | |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const Intensity32u &p) |
A point structure representing the grayscale intensity in single-channel images. Intensity is represented as a uint8_t value.
Definition at line 362 of file point_types.hpp.
| pcl::Intensity32u::Intensity32u | ( | const _Intensity32u & | p | ) | [inline] |
Definition at line 364 of file point_types.hpp.
| pcl::Intensity32u::Intensity32u | ( | ) | [inline] |
Definition at line 369 of file point_types.hpp.
| std::ostream& operator<< | ( | std::ostream & | os, |
| const Intensity32u & | p | ||
| ) | [friend] |