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

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

#include <pcl/impl/point_types.hpp>

+ Inheritance diagram for pcl::Intensity:
+ Collaboration diagram for pcl::Intensity:

Public Member Functions

constexpr Intensity (const _Intensity &p)
 
constexpr Intensity (float _intensity=0.f)
 

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 412 of file point_types.hpp.

Constructor & Destructor Documentation

◆ Intensity() [1/2]

constexpr pcl::Intensity::Intensity ( const _Intensity p)
inlineconstexpr

Definition at line 414 of file point_types.hpp.

◆ Intensity() [2/2]

constexpr pcl::Intensity::Intensity ( float  _intensity = 0.f)
inlineconstexpr

Definition at line 416 of file point_types.hpp.

Friends And Related Function Documentation

◆ operator<<

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

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