8#ifndef IGL_COPYLEFT_CGAL_HAUSDORFF_H
9#define IGL_COPYLEFT_CGAL_HAUSDORFF_H
10#include "../../igl_inline.h"
13#include "CGAL_includes.hpp"
39 const Eigen::MatrixBase<DerivedV>& V,
40 const CGAL::AABB_tree<
41 CGAL::AABB_traits<Kernel,
42 CGAL::AABB_triangle_primitive<Kernel,
43 typename std::vector<CGAL::Triangle_3<Kernel> >::iterator
47 const std::vector<CGAL::Triangle_3<Kernel> > & TB,
54#ifndef IGL_STATIC_LIBRARY
55# include "hausdorff.cpp"
#define IGL_INLINE
Definition igl_inline.h:15
void 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)
Compute lower and upper bounds (l,u) on the Hausdorff distance between a triangle (V) and a pointset ...