Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
hausdorff.h File Reference
#include "igl_inline.h"
#include <Eigen/Dense>
#include <functional>
#include "hausdorff.cpp"
+ Include dependency graph for hausdorff.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

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)