Point Cloud Library (PCL)
1.14.1-dev
|
#include <pcl/common/impl/accumulators.hpp>
Public Member Functions | |
AddPoint (const PointT &point) | |
template<typename AccumulatorT > | |
void | operator() (AccumulatorT &accumulator) const |
Public Attributes | |
const PointT & | p |
Definition at line 251 of file accumulators.hpp.
|
inline |
Definition at line 256 of file accumulators.hpp.
|
inline |
Definition at line 259 of file accumulators.hpp.
References pcl::detail::AddPoint< PointT >::p.
const PointT& pcl::detail::AddPoint< PointT >::p |
Definition at line 254 of file accumulators.hpp.
Referenced by pcl::detail::AddPoint< PointT >::operator()().