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

Public Member Functions | |
| Intensity (const _Intensity &p) | |
| Intensity () | |
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 311 of file point_types.hpp.
| pcl::Intensity::Intensity | ( | const _Intensity & | p | ) | [inline] |
Definition at line 313 of file point_types.hpp.
| pcl::Intensity::Intensity | ( | ) | [inline] |
Definition at line 318 of file point_types.hpp.
| std::ostream& operator<< | ( | std::ostream & | os, |
| const Intensity & | p | ||
| ) | [friend] |