8#ifndef IGL_COPYLEFT_CGAL_MESH_TO_CGAL_TRIANGLE_LIST_H
9#define IGL_COPYLEFT_CGAL_MESH_TO_CGAL_TRIANGLE_LIST_H
10#include "../../igl_inline.h"
12#include "CGAL_includes.hpp"
31 const Eigen::MatrixBase<DerivedV> & V,
32 const Eigen::MatrixBase<DerivedF> & F,
33 std::vector<CGAL::Triangle_3<Kernel> > & T);
37#ifndef IGL_STATIC_LIBRARY
38# include "mesh_to_cgal_triangle_list.cpp"
#define IGL_INLINE
Definition igl_inline.h:15
void mesh_to_cgal_triangle_list(const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, std::vector< CGAL::Triangle_3< Kernel > > &T)
Convert a mesh (V,F) to a list of CGAL triangles.