#include "igl_inline.h"
#include <Eigen/Core>
#include <vector>
#include "knn.cpp"
Go to the source code of this file.
|
| template<typename DerivedP , typename KType , typename IndexType , typename DerivedCH , typename DerivedCN , typename DerivedW , typename DerivedI > |
| IGL_INLINE void | igl::knn (const Eigen::MatrixBase< DerivedP > &P, const KType &k, const std::vector< std::vector< IndexType > > &point_indices, const Eigen::MatrixBase< DerivedCH > &CH, const Eigen::MatrixBase< DerivedCN > &CN, const Eigen::MatrixBase< DerivedW > &W, Eigen::PlainObjectBase< DerivedI > &I) |
| |