|
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.
| size_t pcl::detail::GetPoint< PointT >::n |
Definition at line 285 of file accumulators.hpp.
| PointT& pcl::detail::GetPoint< PointT >::p |
Definition at line 284 of file accumulators.hpp.