pcl::Intensity8u Struct Reference
[Module common]

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

#include <pcl/impl/point_types.hpp>

Inheritance diagram for pcl::Intensity8u:
Inheritance graph
[legend]
Collaboration diagram for pcl::Intensity8u:
Collaboration graph
[legend]

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

pcl::Intensity8u::Intensity8u ( const _Intensity8u p  )  [inline]

Definition at line 339 of file point_types.hpp.

pcl::Intensity8u::Intensity8u (  )  [inline]

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:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends