|
Point Cloud Library (PCL) 1.12.0
|
#include <pcl/common/impl/accumulators.hpp>
Public Types | |
| using | IsCompatible = pcl::traits::has_label<boost::mpl::_1> |
Public Member Functions | |
| template<typename PointT > | |
| void | add (const PointT &t) |
| template<typename PointT > | |
| void | get (PointT &t, std::size_t) const |
Public Attributes | |
| std::map< std::uint32_t, std::size_t > | labels |
Definition at line 181 of file accumulators.hpp.
| using pcl::detail::AccumulatorLabel::IsCompatible = pcl::traits::has_label<boost::mpl::_1> |
Definition at line 185 of file accumulators.hpp.
Definition at line 192 of file accumulators.hpp.
References labels.
|
inline |
Definition at line 202 of file accumulators.hpp.
References labels.
| std::map<std::uint32_t, std::size_t> pcl::detail::AccumulatorLabel::labels |
Definition at line 189 of file accumulators.hpp.