Point Cloud Library (PCL)
1.14.1-dev
|
#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 269 of file accumulators.hpp.
|
inline |
Definition at line 275 of file accumulators.hpp.
|
inline |
Definition at line 278 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 273 of file accumulators.hpp.
Referenced by pcl::detail::GetPoint< PointT >::operator()().
PointT& pcl::detail::GetPoint< PointT >::p |
Definition at line 272 of file accumulators.hpp.
Referenced by pcl::detail::GetPoint< PointT >::operator()().