#include "igl_inline.h"
#include <Eigen/Dense>
#include <functional>
#include "hausdorff.cpp"
Go to the source code of this file.
|
| template<typename DerivedVA , typename DerivedFA , typename DerivedVB , typename DerivedFB , typename Scalar > |
| IGL_INLINE void | igl::hausdorff (const Eigen::PlainObjectBase< DerivedVA > &VA, const Eigen::PlainObjectBase< DerivedFA > &FA, const Eigen::PlainObjectBase< DerivedVB > &VB, const Eigen::PlainObjectBase< DerivedFB > &FB, Scalar &d) |
| |
| template<typename DerivedV , typename Scalar > |
| IGL_INLINE void | igl::hausdorff (const Eigen::MatrixBase< DerivedV > &V, const std::function< Scalar(const Scalar &, const Scalar &, const Scalar &)> &dist_to_B, Scalar &l, Scalar &u) |
| |