Point Cloud Library (PCL)
1.7.2
|
#include <pcl/common/impl/accumulators.hpp>
Public Types | |
typedef pcl::traits::has_normal < boost::mpl::_1 > | IsCompatible |
Public Member Functions | |
AccumulatorNormal () | |
template<typename PointT > | |
void | add (const PointT &t) |
template<typename PointT > | |
void | get (PointT &t, size_t) const |
Public Attributes | |
Eigen::Vector4f | normal |
Definition at line 86 of file accumulators.hpp.
typedef pcl::traits::has_normal<boost::mpl::_1> pcl::detail::AccumulatorNormal::IsCompatible |
Definition at line 90 of file accumulators.hpp.
|
inline |
Definition at line 95 of file accumulators.hpp.
|
inline |
Definition at line 100 of file accumulators.hpp.
References normal.
|
inline |
Definition at line 103 of file accumulators.hpp.
References normal.
Eigen::Vector4f pcl::detail::AccumulatorNormal::normal |
Definition at line 93 of file accumulators.hpp.