Point Cloud Library (PCL)
1.8.1
|
#include <pcl/common/impl/accumulators.hpp>
Public Member Functions | |
GetPoint (PointT &point, size_t num) | |
template<typename AccumulatorT > | |
void | operator() (AccumulatorT &accumulator) const |
Public Attributes | |
PointT & | p |
size_t | n |
Definition at line 281 of file accumulators.hpp.
|
inline |
Definition at line 287 of file accumulators.hpp.
|
inline |
Definition at line 290 of file accumulators.hpp.
References pcl::detail::GetPoint< PointT >::n, and pcl::detail::GetPoint< PointT >::p.
size_t pcl::detail::GetPoint< PointT >::n |
Definition at line 285 of file accumulators.hpp.
Referenced by pcl::detail::GetPoint< PointT >::operator()().
PointT& pcl::detail::GetPoint< PointT >::p |
Definition at line 284 of file accumulators.hpp.
Referenced by pcl::detail::GetPoint< PointT >::operator()().