Point Cloud Library (PCL)  1.8.0
List of all members | Public Types | Public Member Functions | Public Attributes
pcl::detail::AccumulatorIntensity Struct Reference

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

Public Types

typedef pcl::traits::has_intensity< boost::mpl::_1 > IsCompatible
 

Public Member Functions

 AccumulatorIntensity ()
 
template<typename PointT >
void add (const PointT &t)
 
template<typename PointT >
void get (PointT &t, size_t n) const
 

Public Attributes

float intensity
 

Detailed Description

Definition at line 163 of file accumulators.hpp.

Member Typedef Documentation

§ IsCompatible

typedef pcl::traits::has_intensity<boost::mpl::_1> pcl::detail::AccumulatorIntensity::IsCompatible

Definition at line 167 of file accumulators.hpp.

Constructor & Destructor Documentation

§ AccumulatorIntensity()

pcl::detail::AccumulatorIntensity::AccumulatorIntensity ( )
inline

Definition at line 172 of file accumulators.hpp.

Member Function Documentation

§ add()

template<typename PointT >
void pcl::detail::AccumulatorIntensity::add ( const PointT t)
inline

Definition at line 175 of file accumulators.hpp.

§ get()

template<typename PointT >
void pcl::detail::AccumulatorIntensity::get ( PointT t,
size_t  n 
) const
inline

Definition at line 178 of file accumulators.hpp.

Member Data Documentation

§ intensity

float pcl::detail::AccumulatorIntensity::intensity

Definition at line 170 of file accumulators.hpp.


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