pcl::Intensity 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::Intensity:
Inheritance graph
[legend]
Collaboration diagram for pcl::Intensity:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Intensity (const _Intensity &p)
 Intensity ()

Friends

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

Detailed Description

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.


Constructor & Destructor Documentation

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.


Friends And Related Function Documentation

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

The documentation for this struct was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends