#include <pcl/common/intensity.h>
template<typename PointT>
struct pcl::common::IntensityFieldAccessor< PointT >
Definition at line 51 of file intensity.h.
template<typename PointT>
add value to intensity field
- Parameters
-
| in/out] | p point for which to modify inetnsity |
| [in] | value | value to be added to point intensity |
Definition at line 94 of file intensity.h.
template<typename PointT>
subtract value from intensity field
- Parameters
-
| in/out] | p point for which to modify inetnsity |
| [in] | value | value to be subtracted from point intensity |
Definition at line 85 of file intensity.h.
template<typename PointT>
gets the intensity value of a point
- Parameters
-
| in/out] | p point for which intensity to be get |
| [in] | intensity | value of the intensity field |
Definition at line 67 of file intensity.h.
template<typename PointT>
get intensity field
- Parameters
-
- Returns
- p.intensity
Definition at line 58 of file intensity.h.
template<typename PointT>
sets the intensity value of a point
- Parameters
-
| in/out] | p point for which intensity to be set |
| [in] | intensity | value of the intensity field |
Definition at line 76 of file intensity.h.
The documentation for this struct was generated from the following file:
- /builddir/build/BUILD/PCL-1.6.0-Source/common/include/pcl/common/intensity.h