![]() |
Prusa Slicer 2.6.0
|
#include "../../igl_inline.h"#include <Eigen/Dense>#include "CGAL_includes.hpp"#include <vector>#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 |
| namespace | igl::copyleft |
| namespace | igl::copyleft::cgal |
Functions | |
| template<typename DerivedV , typename Kernel , typename Scalar > | |
| IGL_INLINE void | igl::copyleft::cgal::hausdorff (const Eigen::MatrixBase< DerivedV > &V, const CGAL::AABB_tree< CGAL::AABB_traits< Kernel, CGAL::AABB_triangle_primitive< Kernel, typename std::vector< CGAL::Triangle_3< Kernel > >::iterator > > > &treeB, const std::vector< CGAL::Triangle_3< Kernel > > &TB, Scalar &l, Scalar &u) |