8#ifndef IGL_COPYLEFT_CGAL_COMPLEX_TO_MESH_H 
    9#define IGL_COPYLEFT_CGAL_COMPLEX_TO_MESH_H 
   10#include "../../igl_inline.h" 
   13#include <CGAL/Complex_2_in_triangulation_3.h> 
   31      template <
typename Tr, 
typename DerivedV, 
typename DerivedF>
 
   33        const CGAL::Complex_2_in_triangulation_3<Tr> & c2t3,
 
   34        Eigen::PlainObjectBase<DerivedV> & V, 
 
   35        Eigen::PlainObjectBase<DerivedF> & F);
 
   40#ifndef IGL_STATIC_LIBRARY 
   41#  include "complex_to_mesh.cpp" 
#define IGL_INLINE
Definition igl_inline.h:15
 
bool complex_to_mesh(const CGAL::Complex_2_in_triangulation_3< Tr > &c2t3, Eigen::PlainObjectBase< DerivedV > &V, Eigen::PlainObjectBase< DerivedF > &F)
Convert a CGAL::Complex_2_in_triangulation_3 to a mesh (V,F)