Point Cloud Library (PCL)  1.7.0
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:

List of all members.

Public Member Functions

 Intensity8u (const _Intensity8u &p)
 Intensity8u ()

Friends

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

Detailed Description

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

Intensity is represented as a uint8_t value.

Definition at line 337 of file point_types.hpp.


Constructor & Destructor Documentation

Definition at line 339 of file point_types.hpp.

Definition at line 344 of file point_types.hpp.


Friends And Related Function Documentation

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

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