38 #ifndef PCL_COMMON_CORRESPONDENCE_H_
39 #define PCL_COMMON_CORRESPONDENCE_H_
41 #include <boost/shared_ptr.hpp>
70 distance (std::numeric_limits<float>::max ())
74 inline Correspondence (
int _index_query,
int _index_match,
float _distance) :
81 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
92 typedef std::vector< pcl::Correspondence, Eigen::aligned_allocator<pcl::Correspondence> >
Correspondences;
112 std::vector<int>& indices,
113 bool presorting_required =
true);
131 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
147 EIGEN_MAKE_ALIGNED_OPERATOR_NEW