9#ifndef IGL_COPYLEFT_CGAL_REMESH_INTERSECTIONS_H
10#define IGL_COPYLEFT_CGAL_REMESH_INTERSECTIONS_H
12#include "../../igl_inline.h"
14#include "CGAL_includes.hpp"
51 const Eigen::MatrixBase<DerivedV> & V,
52 const Eigen::MatrixBase<DerivedF> & F,
53 const std::vector<CGAL::Triangle_3<Kernel> > & T,
55 typename DerivedF::Index,
57 std::pair<typename DerivedF::Index, CGAL::Object> > > & offending,
59 bool slow_and_more_precise_rounding,
60 Eigen::PlainObjectBase<DerivedVV> & VV,
61 Eigen::PlainObjectBase<DerivedFF> & FF,
62 Eigen::PlainObjectBase<DerivedJ> & J,
63 Eigen::PlainObjectBase<DerivedIM> & IM);
68#ifndef IGL_STATIC_LIBRARY
69# include "remesh_intersections.cpp"
#define IGL_INLINE
Definition igl_inline.h:15
void remesh_intersections(const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, const std::vector< CGAL::Triangle_3< Kernel > > &T, const std::map< typename DerivedF::Index, std::vector< std::pair< typename DerivedF::Index, CGAL::Object > > > &offending, bool stitch_all, bool slow_and_more_precise_rounding, Eigen::PlainObjectBase< DerivedVV > &VV, Eigen::PlainObjectBase< DerivedFF > &FF, Eigen::PlainObjectBase< DerivedJ > &J, Eigen::PlainObjectBase< DerivedIM > &IM)
Remesh faces according to results of intersection detection and construction (e.g.