|
Point Cloud Library (PCL) 1.15.0
|
#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.
References p.
|
inline |
Definition at line 259 of file accumulators.hpp.
References p.
| const PointT& pcl::detail::AddPoint< PointT >::p |
Definition at line 254 of file accumulators.hpp.
Referenced by AddPoint(), and operator()().