Helper functor structure for n-D centroid estimation. More...
#include <centroid.h>
Public Types | |
typedef traits::POD< PointT >::type | Pod |
Public Member Functions | |
NdCentroidFunctor (const PointT &p, Eigen::Matrix< Scalar, Eigen::Dynamic, 1 > ¢roid) | |
template<typename Key > | |
void | operator() () |
Private Attributes | |
Eigen::Matrix< Scalar, Eigen::Dynamic, 1 > & | centroid_ |
int | f_idx_ |
const Pod & | p_ |
Helper functor structure for n-D centroid estimation.
Definition at line 837 of file centroid.h.
typedef traits::POD<PointT>::type pcl::NdCentroidFunctor< PointT, Scalar >::Pod |
Definition at line 839 of file centroid.h.
pcl::NdCentroidFunctor< PointT, Scalar >::NdCentroidFunctor | ( | const PointT & | p, |
Eigen::Matrix< Scalar, Eigen::Dynamic, 1 > & | centroid | ||
) | [inline] |
Definition at line 841 of file centroid.h.
void pcl::NdCentroidFunctor< PointT, Scalar >::operator() | ( | ) | [inline] |
Definition at line 846 of file centroid.h.
Eigen::Matrix<Scalar, Eigen::Dynamic, 1>& pcl::NdCentroidFunctor< PointT, Scalar >::centroid_ [private] |
Definition at line 864 of file centroid.h.
int pcl::NdCentroidFunctor< PointT, Scalar >::f_idx_ [private] |
Definition at line 863 of file centroid.h.
const Pod& pcl::NdCentroidFunctor< PointT, Scalar >::p_ [private] |
Definition at line 865 of file centroid.h.