Point Cloud Library (PCL) 1.13.0
|
#include <pcl/common/impl/accumulators.hpp>
Public Types | |
using | IsCompatible = pcl::traits::has_intensity< boost::mpl::_1 > |
Public Member Functions | |
template<typename PointT > | |
void | add (const PointT &t) |
template<typename PointT > | |
void | get (PointT &t, std::size_t n) const |
Public Attributes | |
float | intensity = 0 |
Definition at line 164 of file accumulators.hpp.
using pcl::detail::AccumulatorIntensity::IsCompatible = pcl::traits::has_intensity<boost::mpl::_1> |
Definition at line 168 of file accumulators.hpp.
Definition at line 174 of file accumulators.hpp.
References intensity.
|
inline |
Definition at line 177 of file accumulators.hpp.
References intensity.
float pcl::detail::AccumulatorIntensity::intensity = 0 |
Definition at line 171 of file accumulators.hpp.