Public Member Functions
pcl::common::IntensityFieldAccessor< PointT > Struct Template Reference

#include <intensity.h>

List of all members.

Public Member Functions

void add (PointT &p, float value) const
 add value to intensity field
void demean (PointT &p, float value) const
 subtract value from intensity field
void get (const PointT &p, float &intensity) const
 gets the intensity value of a point
float operator() (const PointT &p) const
 get intensity field
void set (PointT &p, float intensity) const
 sets the intensity value of a point

Detailed Description

template<typename PointT>
struct pcl::common::IntensityFieldAccessor< PointT >

Definition at line 51 of file intensity.h.


Member Function Documentation

template<typename PointT>
void pcl::common::IntensityFieldAccessor< PointT >::add ( PointT p,
float  value 
) const [inline]

add value to intensity field

Parameters:
in/out]p point for which to modify inetnsity
[in]valuevalue to be added to point intensity

Definition at line 94 of file intensity.h.

template<typename PointT>
void pcl::common::IntensityFieldAccessor< PointT >::demean ( PointT p,
float  value 
) const [inline]

subtract value from intensity field

Parameters:
in/out]p point for which to modify inetnsity
[in]valuevalue to be subtracted from point intensity

Definition at line 85 of file intensity.h.

template<typename PointT>
void pcl::common::IntensityFieldAccessor< PointT >::get ( const PointT p,
float &  intensity 
) const [inline]

gets the intensity value of a point

Parameters:
in/out]p point for which intensity to be get
[in]intensityvalue of the intensity field

Definition at line 67 of file intensity.h.

template<typename PointT>
float pcl::common::IntensityFieldAccessor< PointT >::operator() ( const PointT p) const [inline]

get intensity field

Parameters:
[in]pointp
Returns:
p.intensity

Definition at line 58 of file intensity.h.

template<typename PointT>
void pcl::common::IntensityFieldAccessor< PointT >::set ( PointT p,
float  intensity 
) const [inline]

sets the intensity value of a point

Parameters:
in/out]p point for which intensity to be set
[in]intensityvalue of the intensity field

Definition at line 76 of file intensity.h.


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


pcl
Author(s): Open Perception
autogenerated on Mon Oct 6 2014 03:20:18