8#ifndef IGL_COPYLEFT_CGAL_POLYHEDRON_TO_MESH_H 
    9#define IGL_COPYLEFT_CGAL_POLYHEDRON_TO_MESH_H 
   10#include "../../igl_inline.h" 
   30        const Polyhedron & poly,
 
   31        Eigen::PlainObjectBase<DerivedV> & V,
 
   32        Eigen::PlainObjectBase<DerivedF> & F);
 
   36#ifndef IGL_STATIC_LIBRARY 
   37#  include "polyhedron_to_mesh.cpp" 
#define IGL_INLINE
Definition igl_inline.h:15
 
void polyhedron_to_mesh(const Polyhedron &poly, Eigen::PlainObjectBase< DerivedV > &V, Eigen::PlainObjectBase< DerivedF > &F)
Convert a CGAL Polyhedron to a mesh (V,F)