|
Point Cloud Library (PCL)
1.7.2
|
#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 |
Definition at line 163 of file accumulators.hpp.
| typedef pcl::traits::has_intensity<boost::mpl::_1> pcl::detail::AccumulatorIntensity::IsCompatible |
Definition at line 167 of file accumulators.hpp.
|
inline |
Definition at line 172 of file accumulators.hpp.
|
inline |
Definition at line 175 of file accumulators.hpp.
References intensity.
|
inline |
Definition at line 178 of file accumulators.hpp.
References intensity.
| float pcl::detail::AccumulatorIntensity::intensity |
Definition at line 170 of file accumulators.hpp.