8#ifndef IGL_COPYLEFT_CGAL_MESH_TO_POLYHEDRON_H 
    9#define IGL_COPYLEFT_CGAL_MESH_TO_POLYHEDRON_H 
   10#include "../../igl_inline.h" 
   32        const Eigen::MatrixBase<DerivedV> & V,
 
   33        const Eigen::MatrixBase<DerivedF> & F,
 
   38#ifndef IGL_STATIC_LIBRARY 
   39#  include "mesh_to_polyhedron.cpp" 
#define IGL_INLINE
Definition igl_inline.h:15
 
bool mesh_to_polyhedron(const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, Polyhedron &poly)
Convert a mesh (V,F) to a CGAL Polyhedron.