|
Point Cloud Library (PCL)
1.6.0
|
Helper functor structure for n-D centroid estimation. More...
#include <pcl/common/centroid.h>
Public Types | |
| typedef traits::POD< PointT >::type | Pod |
Public Member Functions | |
| NdCentroidFunctor (const PointT &p, Eigen::VectorXf ¢roid) | |
| template<typename Key > | |
| void | operator() () |
Helper functor structure for n-D centroid estimation.
Definition at line 475 of file centroid.h.
| typedef traits::POD<PointT>::type pcl::NdCentroidFunctor< PointT >::Pod |
Definition at line 477 of file centroid.h.
| pcl::NdCentroidFunctor< PointT >::NdCentroidFunctor | ( | const PointT & | p, |
| Eigen::VectorXf & | centroid | ||
| ) | [inline] |
Definition at line 479 of file centroid.h.
| void pcl::NdCentroidFunctor< PointT >::operator() | ( | ) | [inline] |
Definition at line 484 of file centroid.h.
1.7.6.1