|
Point Cloud Library (PCL)
1.10.0
|
#include <pcl/common/impl/accumulators.hpp>
Public Member Functions | |
| GetPoint (PointT &point, std::size_t num) | |
| template<typename AccumulatorT > | |
| void | operator() (AccumulatorT &accumulator) const |
Public Attributes | |
| PointT & | p |
| std::size_t | n |
Definition at line 268 of file accumulators.hpp.
|
inline |
Definition at line 274 of file accumulators.hpp.
|
inline |
Definition at line 277 of file accumulators.hpp.
References pcl::detail::GetPoint< PointT >::n, and pcl::detail::GetPoint< PointT >::p.
| std::size_t pcl::detail::GetPoint< PointT >::n |
Definition at line 272 of file accumulators.hpp.
Referenced by pcl::detail::GetPoint< PointT >::operator()().
| PointT& pcl::detail::GetPoint< PointT >::p |
Definition at line 271 of file accumulators.hpp.
Referenced by pcl::detail::GetPoint< PointT >::operator()().