Point Cloud Library (PCL)  1.14.0-dev
List of all members | Public Member Functions | Friends
pcl::Intensity8u Struct Reference

A point structure representing the grayscale intensity in single-channel images. More...

#include <pcl/impl/point_types.hpp>

+ Inheritance diagram for pcl::Intensity8u:
+ Collaboration diagram for pcl::Intensity8u:

Public Member Functions

constexpr Intensity8u (const _Intensity8u &p)
 
constexpr Intensity8u (std::uint8_t _intensity=0)
 

Friends

std::ostream & operator<< (std::ostream &os, const Intensity8u &p)
 

Additional Inherited Members

- Public Attributes inherited from pcl::_Intensity8u
 PCL_ADD_INTENSITY_8U
 

Detailed Description

A point structure representing the grayscale intensity in single-channel images.

Intensity is represented as a std::uint8_t value.

Definition at line 432 of file point_types.hpp.

Constructor & Destructor Documentation

◆ Intensity8u() [1/2]

constexpr pcl::Intensity8u::Intensity8u ( const _Intensity8u p)
inlineconstexpr

Definition at line 434 of file point_types.hpp.

◆ Intensity8u() [2/2]

constexpr pcl::Intensity8u::Intensity8u ( std::uint8_t  _intensity = 0)
inlineconstexpr

Definition at line 436 of file point_types.hpp.

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  os,
const Intensity8u p 
)
friend

The documentation for this struct was generated from the following file: