W3cubDocs

/PointCloudLibrary

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

#include <pcl/impl/point_types.hpp>

Public Member Functions

Intensity32u (const _Intensity32u &p)
Intensity32u (std::uint32_t _intensity=0)

Friends

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

Additional Inherited Members

- Public Attributes inherited from pcl::_Intensity32u
PCL_ADD_INTENSITY_32U

Detailed Description

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

Intensity is represented as a std::uint32_t value.

Definition at line 481 of file point_types.hpp.

Constructor & Destructor Documentation

Intensity32u() [1/2]

pcl::Intensity32u::Intensity32u ( const _Intensity32u & p )
inline

Definition at line 483 of file point_types.hpp.

Intensity32u() [2/2]

pcl::Intensity32u::Intensity32u ( std::uint32_t _intensity = 0 )
inline

Definition at line 488 of file point_types.hpp.

Friends And Related Function Documentation

operator<<

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

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

© 2009–2012, Willow Garage, Inc.
© 2012–, Open Perception, Inc.
Licensed under the BSD License.
https://pointclouds.org/documentation/structpcl_1_1_intensity32u.html