Point Cloud Library (PCL) 1.12.0
Loading...
Searching...
No Matches
List of all members | Public Member Functions
pcl::common::IntensityFieldAccessor< pcl::PointWithRange > Struct Reference

#include <pcl/common/impl/intensity.hpp>

Public Member Functions

float operator() (const pcl::PointWithRange &p) const
 
void get (const pcl::PointWithRange &p, float &intensity) const
 
void set (pcl::PointWithRange &p, float intensity) const
 
void demean (pcl::PointWithRange &p, float value) const
 
void add (pcl::PointWithRange &p, float value) const
 

Detailed Description

Definition at line 453 of file intensity.hpp.

Member Function Documentation

◆ add()

Definition at line 480 of file intensity.hpp.

References pcl::_PointWithRange::range.

◆ demean()

Definition at line 474 of file intensity.hpp.

References pcl::_PointWithRange::range.

◆ get()

Definition at line 462 of file intensity.hpp.

References pcl::_PointWithRange::range.

◆ operator()()

Definition at line 456 of file intensity.hpp.

References pcl::_PointWithRange::range.

◆ set()

Definition at line 468 of file intensity.hpp.

References pcl::_PointWithRange::range.


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