Point Cloud Library (PCL)
1.7.2
|
#include <pcl/common/impl/accumulators.hpp>
Public Types | |
typedef pcl::traits::has_xyz< boost::mpl::_1 > | IsCompatible |
Public Member Functions | |
AccumulatorXYZ () | |
template<typename PointT > | |
void | add (const PointT &t) |
template<typename PointT > | |
void | get (PointT &t, size_t n) const |
Public Attributes | |
Eigen::Vector3f | xyz |
Definition at line 65 of file accumulators.hpp.
typedef pcl::traits::has_xyz<boost::mpl::_1> pcl::detail::AccumulatorXYZ::IsCompatible |
Definition at line 69 of file accumulators.hpp.
|
inline |
Definition at line 74 of file accumulators.hpp.
|
inline |
Definition at line 77 of file accumulators.hpp.
|
inline |
Definition at line 80 of file accumulators.hpp.
Eigen::Vector3f pcl::detail::AccumulatorXYZ::xyz |
Definition at line 72 of file accumulators.hpp.